CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2000
    Location
    KY, USA
    Posts
    18,652

    What is the funda of VOIP

    This question was posted by vikashkr23


    Hello All!
    I want to know concept of voip
    and the step of building voip application.

    and complexity behind it..


    If anyone can help in this ..........


    byeee

    vikas

  2. #2
    Join Date
    Jan 2003
    Location
    17°22' N - 78°29' E
    Posts
    198
    What is so complicated about it ?

    The voice is convered to data and xmted across the net...

    The receiver changes data to voice and listens to it....

    so all you have to do is convert, and xmt to the desired computer using it's IP address...

    If you want to use names/Virtual Tel No.

    Then, you will have to set up a server keeps a log of logged in user's IP....

    For more details, call up a some VOIP service provider and stalk them...

    Hope this helps....

    ============
    ~ Lord Loh ~
    ============

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured