Another might be to make sure iptables isn't blocking the connection. You can run iptables -L -n -v To see if its set to block any ports. On June 5, 2017 9:06:55 AM EDT, thelma at sys-concept.com wrote:>I'm getting: >netstat -a |grep 4569 >udp 0 0 0.0.0.0:4569 0.0.0.0:* > >Should I be getting localhost IP? > >Thelma > >On 06/05/2017 06:48 AM, thelma at sys-concept.com wrote: >> Does asterisk listen on port 4569 by default? >> >> I'm running version Asterisk 11.25.1 and have a problem registering >> Zoiper (IAX) to Asterisk. >> I'm getting an error: >> Registration refused >> > >-- >_____________________________________________________________________ >-- Bandwidth and Colocation Provided by http://www.api-digital.com -- > >Check out the new Asterisk community forum at: >https://community.asterisk.org/ > >New to Asterisk? Start here: > https://wiki.asterisk.org/wiki/display/AST/Getting+Started > >asterisk-users mailing list >To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users-- Sent from my Android device with K-9 Mail. Please excuse my brevity. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20170605/87ff9c54/attachment.html>
No, I don't think it is IP table issue, I've not upgraded dd-wrt for a while and it was zoiper was working OK with my previous version of asterisk. After upgrade to 11.25.1 it stop working. I'm sure port forwarding on dd-wrt is working OK as I have port 80 and 443 open. Thelma On 06/05/2017 07:12 AM, Christopher van de Sande wrote:> Another might be to make sure iptables isn't blocking the connection. > > You can run > iptables -L -n -v > To see if its set to block any ports. > > > On June 5, 2017 9:06:55 AM EDT, thelma at sys-concept.com wrote: >> I'm getting: >> netstat -a |grep 4569 >> udp 0 0 0.0.0.0:4569 0.0.0.0:* >> >> Should I be getting localhost IP? >> >> Thelma >> >> On 06/05/2017 06:48 AM, thelma at sys-concept.com wrote: >>> Does asterisk listen on port 4569 by default? >>> >>> I'm running version Asterisk 11.25.1 and have a problem registering >>> Zoiper (IAX) to Asterisk. >>> I'm getting an error: >>> Registration refused >>> >> >> -- >> _____________________________________________________________________ >> -- Bandwidth and Colocation Provided by http://www.api-digital.com -- >> >> Check out the new Asterisk community forum at: >> https://community.asterisk.org/ >> >> New to Asterisk? Start here: >> https://wiki.asterisk.org/wiki/display/AST/Getting+Started >> >> asterisk-users mailing list >> To UNSUBSCRIBE or update options visit: >> http://lists.digium.com/mailman/listinfo/asterisk-users > > >
You can use tcpdump in your server to verify if it is receiving the packets. tcpdump -ni any port 4569 So you have more than one ip in the server? On 5 Jun 2017 9:13 pm, <thelma at sys-concept.com> wrote:> No, I don't think it is IP table issue, I've not upgraded dd-wrt for a > while and it was zoiper was working OK with my previous version of > asterisk. > > After upgrade to 11.25.1 it stop working. > I'm sure port forwarding on dd-wrt is working OK as I have port 80 and > 443 open. > > > Thelma > On 06/05/2017 07:12 AM, Christopher van de Sande wrote: > > Another might be to make sure iptables isn't blocking the connection. > > > > You can run > > iptables -L -n -v > > To see if its set to block any ports. > > > > > > On June 5, 2017 9:06:55 AM EDT, thelma at sys-concept.com wrote: > >> I'm getting: > >> netstat -a |grep 4569 > >> udp 0 0 0.0.0.0:4569 0.0.0.0:* > >> > >> Should I be getting localhost IP? > >> > >> Thelma > >> > >> On 06/05/2017 06:48 AM, thelma at sys-concept.com wrote: > >>> Does asterisk listen on port 4569 by default? > >>> > >>> I'm running version Asterisk 11.25.1 and have a problem registering > >>> Zoiper (IAX) to Asterisk. > >>> I'm getting an error: > >>> Registration refused > >>> > >> > >> -- > >> _____________________________________________________________________ > >> -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > >> > >> Check out the new Asterisk community forum at: > >> https://community.asterisk.org/ > >> > >> New to Asterisk? Start here: > >> https://wiki.asterisk.org/wiki/display/AST/Getting+Started > >> > >> asterisk-users mailing list > >> To UNSUBSCRIBE or update options visit: > >> http://lists.digium.com/mailman/listinfo/asterisk-users > > > > > > > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > Check out the new Asterisk community forum at: https://community.asterisk. > org/ > > New to Asterisk? Start here: > https://wiki.asterisk.org/wiki/display/AST/Getting+Started > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20170605/1e23be6e/attachment.html>
I think you need to increase verbose output and search in /var/log/asterisk/full for any error message related to IAX2 registration or simil. 2017-06-05 17:12 GMT-03:00 <thelma at sys-concept.com>:> No, I don't think it is IP table issue, I've not upgraded dd-wrt for a > while and it was zoiper was working OK with my previous version of > asterisk. > > After upgrade to 11.25.1 it stop working. > I'm sure port forwarding on dd-wrt is working OK as I have port 80 and > 443 open. > > > Thelma > On 06/05/2017 07:12 AM, Christopher van de Sande wrote: > > Another might be to make sure iptables isn't blocking the connection. > > > > You can run > > iptables -L -n -v > > To see if its set to block any ports. > > > > > > On June 5, 2017 9:06:55 AM EDT, thelma at sys-concept.com wrote: > >> I'm getting: > >> netstat -a |grep 4569 > >> udp 0 0 0.0.0.0:4569 0.0.0.0:* > >> > >> Should I be getting localhost IP? > >> > >> Thelma > >> > >> On 06/05/2017 06:48 AM, thelma at sys-concept.com wrote: > >>> Does asterisk listen on port 4569 by default? > >>> > >>> I'm running version Asterisk 11.25.1 and have a problem registering > >>> Zoiper (IAX) to Asterisk. > >>> I'm getting an error: > >>> Registration refused > >>> > >> > >> -- > >> _____________________________________________________________________ > >> -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > >> > >> Check out the new Asterisk community forum at: > >> https://community.asterisk.org/ > >> > >> New to Asterisk? Start here: > >> https://wiki.asterisk.org/wiki/display/AST/Getting+Started > >> > >> asterisk-users mailing list > >> To UNSUBSCRIBE or update options visit: > >> http://lists.digium.com/mailman/listinfo/asterisk-users > > > > > > > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > Check out the new Asterisk community forum at: https://community.asterisk. > org/ > > New to Asterisk? Start here: > https://wiki.asterisk.org/wiki/display/AST/Getting+Started > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-- GnuPG Key ID: 0x39BCA9D8 https://www.github.com/mefhigoseth ...:::[ God Rulz ! ]:::... -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20170605/8cc2fb87/attachment.html>