Bookmark this page:
Yahoo!
Windows Live
del.icio.us
digg
Netscape
|
|
||||||||||||||||||||||
|
Posted by on November 18, 2007, 12:24 pm
Please log in for more thread options I want a program that, given my IP address and another person's IP address, will let us converse with sound i.e. make a VOIP call. I'd prefer that no 3rd system (server) be involved. We are both using wireless routers. Is this possible? Is there a program that will allow it? If a 3rd system must be involved, is there a simple PHP script that could coordinate making the connection? Thanks. | ||||||||||||||||||||||
|
Posted by Andy Davidson on November 18, 2007, 12:58 pm
Please log in for more thread options This is typically referred to as click to call functionality http://en.wikipedia.org/wiki/Click-to-call Your script would initiate some software like Asterisk to initiate two calls and then connect both channels. If you have a big volume of calls you need to centrally initiate, drop me a call and I can share some ideas with you. -- :: Regards, Andy Davidson blog www.andyd.net :: http://www.localphone.com/ - Call Global, Pay Local :: /* opinions and thoughts expressed here are my own */ | ||||||||||||||||||||||
|
Posted by Juergen Nieveler on November 18, 2007, 3:39 pm
Please log in for more thread options varioustrees@yahoo.com wrote:
> I want a program that, given my IP address and another
> person's IP address, will let us converse with sound i.e. > make a VOIP call. I'd prefer that no 3rd system (server) > be involved. We are both using wireless routers. > > Is this possible? Is there a program that will allow it? How about SpeakFreely? It's about as basic as VoIP gets, but you can talk, and even use encryption if you want to. Juergen Nieveler -- "There needs to be debates, like we're going through. There needs to be townhall meetings. There needs to be travel. This is a huge country." George W. Bush --Larry King Live, Dec. 16, 1999 | ||||||||||||||||||||||
|
Posted by Hongtian on November 19, 2007, 4:03 am
Please log in for more thread options On Nov 19, 1:24 am, varioustr...@yahoo.com wrote:
> Hi,
> > I want a program that, given my IP address and another > person's IP address, will let us converse with sound i.e. > make a VOIP call. I'd prefer that no 3rd system (server) > be involved. We are both using wireless routers. > > Is this possible? Is there a program that will allow it? > > If a 3rd system must be involved, is there a simple PHP > script that could coordinate making the connection? > > Thanks. If your OS is windows, I suggest you to try miniSipServer and Xten. miniSipServer is a kind of SIP server and Xten is a kind of SIP client. You can use them to establish your own VOIP network. :-) | ||||||||||||||||||||||
|
Posted by Wolfgang Barth on November 19, 2007, 11:36 am
Please log in for more thread options varioustrees@yahoo.com schrieb:
>
> I want a program that, given my IP address and another > person's IP address, will let us converse with sound i.e. > make a VOIP call. I'd prefer that no 3rd system (server) > be involved. We are both using wireless routers. Any VoIP Program using the SIP protocol is able to do this. The problem is NAT, which is probably made by your router. You will have to open a port, normally 5060, for the signalling of incoming calls to your PC or phone device. >
> Is this possible? Is there a program that will allow it? I prefer SJphone which is freely available for lots of systems. >
> If a 3rd system must be involved, is there a simple PHP > script that could coordinate making the connection? If you know the IP the only 3rd system necessary is a STUN server which just helps to hold the route open over the NAT. Then just "dial" the IP-number and it is done. Even commercially available IP-Phones based on the SIP protocol are able to do this. So you even do not need a PC. Wolfgang | ||||||||||||||||||||||
| Similar Threads | Posted |
| Seeking simple VOIP program | November 18, 2007, 12:24 pm |
| Looking for a VOIP software program | June 10, 2008, 1:02 am |
| best open source VoIP program? | August 15, 2006, 5:46 am |
| Simplest P2P program? | May 2, 2005, 10:18 pm |
| New Affiliate program 80% Commission | April 14, 2005, 3:21 pm |
| Simple VOIP setup | April 16, 2005, 7:51 pm |
| Adit 600 Install & Program Manuals? | May 22, 2006, 4:32 pm |
| Give me link to xrumer 3.0 program | June 17, 2007, 3:01 pm |
| Setting up simple VoIP gateway | December 20, 2004, 12:05 pm |
| Simple VOIP help - Cisco 3620 outbound | December 21, 2004, 8:46 pm |
| seeking optipoint sip help | May 31, 2005, 6:02 pm |
| seeking beta testers | March 12, 2006, 10:52 am |
| seeking beta testers | March 12, 2006, 10:58 am |
| seeking beta testers | March 12, 2006, 11:01 am |
| Seeking signaling expertise | March 8, 2008, 12:05 pm |

Seeking simple VOIP program
Yahoo!
Windows Live
del.icio.us
digg
Netscape 



> script that could coordinate making the connection?