Joel Jn-Francois
2005-Apr-19 06:48 UTC
[Asterisk-Users] Any work around for ISPs that block port 5060 and 69
I have a several friends registered on my asterisk box that are experience problems with their ISP blocking SIP default ports 5060 and tftp port 69. Is there any way around this problem or are they forever doomed to VOIP since their ISP is pretty much the only ISP company on that island. So far I was able to have them change their default SIP port to 6070 and any packets coming in on that port on my asterisk box I would redirect to port 5060. That seem to be working fine, expect that they can make calls but cannot receive calls. I think part of the problem might be that when asterisk tries to initiate a call to their sip phone it tries on port 5060 instead of 6070 even though I have specified in the sip.conf that their port is 6070. Has anyone else encountered this problem and was able to resolve it? My other option is to change my asterisk box to work completely on a different port, but I am reluctant to do so since the majority of registered users for now do not have an issue with port 5060 being blocked by their ISP. Thanks for your help. Joel
Remco Barende
2005-Apr-19 07:11 UTC
[Asterisk-Users] Any work around for ISPs that block port 5060 and 69
Can't you use IAX or alternatively, setup a VPN connection? With a VPN you will circumvent the port restrictions. Cheers! On Tue, 19 Apr 2005, Joel Jn-Francois wrote:> I have a several friends registered on my asterisk box that are experience > problems with their ISP blocking SIP default ports 5060 and tftp port 69. Is > there any way around this problem or are they forever doomed to VOIP since > their ISP is pretty much the only ISP company on that island. So far I was > able to have them change their default SIP port to 6070 and any packets > coming in on that port on my asterisk box I would redirect to port 5060. > That seem to be working fine, expect that they can make calls but cannot > receive calls. I think part of the problem might be that when asterisk tries > to initiate a call to their sip phone it tries on port 5060 instead of 6070 > even though I have specified in the sip.conf that their port is 6070. Has > anyone else encountered this problem and was able to resolve it? My other > option is to change my asterisk box to work completely on a different port, > but I am reluctant to do so since the majority of registered users for now do > not have an issue with port 5060 being blocked by their ISP. > > Thanks for your help. > > Joel > > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >
Me
2005-Apr-19 07:14 UTC
[Asterisk-Users] Any work around for ISPs that block port 5060 and69
Maybe they could start by finding the info on the lawsuit that was brought against the last ISP that tried this. They could then forward it to their ISP and see if that gets them anywhere. I guess this could also get them disconnected from the only ISP available so... Don't listen to me... :) ----- Original Message ----- From: "Joel Jn-Francois" <joel@caribtrade.com> To: <asterisk-users@lists.digium.com> Sent: Tuesday, April 19, 2005 8:48 AM Subject: [Asterisk-Users] Any work around for ISPs that block port 5060 and69>I have a several friends registered on my asterisk box that are experience >problems with their ISP blocking SIP default ports 5060 and tftp port 69. >Is there any way around this problem or are they forever doomed to VOIP >since their ISP is pretty much the only ISP company on that island. So far >I was able to have them change their default SIP port to 6070 and any >packets coming in on that port on my asterisk box I would redirect to port >5060. That seem to be working fine, expect that they can make calls but >cannot receive calls. I think part of the problem might be that when >asterisk tries to initiate a call to their sip phone it tries on port 5060 >instead of 6070 even though I have specified in the sip.conf that their >port is 6070. Has anyone else encountered this problem and was able to >resolve it? My other option is to change my asterisk box to work >completely on a different port, but I am reluctant to do so since the >majority of registered users for now do not have an issue with port 5060 >being blocked by their ISP. > > Thanks for your help. > > Joel > > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >
Asterisk guy
2005-Apr-19 09:58 UTC
[Asterisk-Users] Any work around for ISPs that block port 5060 and 69
i get the same problem. My option is to change my asterisk box to work completely on a different port, but after set bindport=5061 in sip.conf, asterisk still listens on 5060 after resarting. it seems bindport setting doesnt work. any idear on how to change the sip listening port ?
Doug Meredith
2005-Apr-19 12:36 UTC
[Asterisk-Users] Re: Any work around for ISPs that block port 5060 and 69
Asterisk guy <asteriskstar@gmail.com> wrote:>it seems bindport setting doesnt work. > >any idear on how to change the sip listening port ?"port=" Doug -- Doug Meredith (doug.meredith@systemguard.com) SystemGuard - Oracle remote support 877-974-8273 (87-SYSGUARD) 506-854-7997 www.systemguard.com
Mike Holloway
2005-Apr-19 13:29 UTC
[Asterisk-Users] Any work around for ISPs that block port 5060 and 69
When you issued a reload command, you should have seen asterisk complain something about ignoring bindaddr on reload. You need to stop the server "stop when convenient" and then restart the server to get it to listen on another port. You can confirm what port asterisk (and anything else) is listening on by typing "netstat -an | grep LISTEN" at a unix prompt. -mike Asterisk guy wrote:> i get the same problem. > > My option is to change my asterisk box to work > completely on a different port, but after set bindport=5061 in sip.conf, > > asterisk still listens on 5060 after resarting. > > it seems bindport setting doesnt work. > > any idear on how to change the sip listening port ? > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > >