Re: [asterisk-users] how to listen on different sip port for a device?

2011-12-26 Thread sean darcy
On 12/26/2011 08:17 PM, Jim Dickenson wrote: Why not use IAX trunk instead of SIP. This would make it very easy to talk between the two * systems. I've tried iax. I found the voice quality was better with sip. YMMV. sean -- __

Re: [asterisk-users] how to listen on different sip port for a device?

2011-12-26 Thread Jim Dickenson
Why not use IAX trunk instead of SIP. This would make it very easy to talk between the two * systems. -- Jim Dickenson mailto:dicken...@cfmc.com CfMC http://www.cfmc.com/ On Dec 26, 2011, at 4:07 PM, sean darcy wrote: > On 12/26/2011 05:43 PM, Yaroslav Panych wrote: >> 2011/12/26 sean darcy:

Re: [asterisk-users] how to listen on different sip port for a device?

2011-12-26 Thread sean darcy
On 12/26/2011 05:43 PM, Yaroslav Panych wrote: 2011/12/26 sean darcy: So how do I get * to listen to two different ports? sip.conf section [general] bindport=whatever-port-you-want Thanks, but the problem is to get more than 1 port, 5060 and (at least) one other. sean -- ___

Re: [asterisk-users] how to listen on different sip port for a device?

2011-12-26 Thread Kevin P. Fleming
On 12/26/2011 05:06 PM, James Sharp wrote: On 12/26/2011 04:15 PM, sean darcy wrote: Thanks for the response. Home asterisk : 10.0.0 - Office: 1.8.8.0 So I thought I'd leave all the sip providers on udp, and move the home-office to tcp. And registration just work Just Worked over the default

Re: [asterisk-users] how to listen on different sip port for a device?

2011-12-26 Thread James Sharp
On 12/26/2011 04:15 PM, sean darcy wrote: Thanks for the response. Home asterisk : 10.0.0 - Office: 1.8.8.0 So I thought I'd leave all the sip providers on udp, and move the home-office to tcp. And registration just work Just Worked over the default tcp registry port - which I was surprised to

Re: [asterisk-users] how to listen on different sip port for a device?

2011-12-26 Thread Yaroslav Panych
2011/12/26 sean darcy : > So how do I get * to listen to two different ports? sip.conf section [general] bindport=whatever-port-you-want -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? J

Re: [asterisk-users] how to listen on different sip port for a device?

2011-12-26 Thread sean darcy
On 12/26/2011 10:39 AM, Kevin P. Fleming wrote: On 12/26/2011 08:55 AM, sean darcy wrote: I'm trying to allow access to the office from home. But the ip provider (cablevision) blocks udp 5060. I can see the register packets leaving on wireshark, but nothing received by office. Changed to port to

Re: [asterisk-users] how to listen on different sip port for a device?

2011-12-26 Thread Doug Lytle
Kevin P. Fleming wrote: If you are using a TCP-capable version of Asterisk and a TCP-capable endpoint, you can try that. Or, You can setup OpenVPN, works very well. Doug -- Ben Franklin quote: "Those who would give up Essential Liberty to purchase a little Temporary Safety, deserve neit

Re: [asterisk-users] how to listen on different sip port for a device?

2011-12-26 Thread Kevin P. Fleming
On 12/26/2011 08:55 AM, sean darcy wrote: I'm trying to allow access to the office from home. But the ip provider (cablevision) blocks udp 5060. I can see the register packets leaving on wireshark, but nothing received by office. Changed to port to 6111 and now the packets show up. In the server

[asterisk-users] how to listen on different sip port for a device?

2011-12-26 Thread sean darcy
I'm trying to allow access to the office from home. But the ip provider (cablevision) blocks udp 5060. I can see the register packets leaving on wireshark, but nothing received by office. Changed to port to 6111 and now the packets show up. In the server I've set port=6111 in the device in sip