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>
thelma at sys-concept.com
2017-Jun-05 20:40 UTC
[asterisk-users] *****SPAM***** Re: IAX port 4569
Doesn't matter how much I increase the verbose output asterisk -vvvvvvvvvvr asterisk will not even print a single line. How to find out if my firewall has this port open? https://www.grc.com is reporting that my port is 4569 is in Stealth mode (so it is closed) :-/ Thelma On 06/05/2017 02:19 PM, Victor Villarreal wrote:> 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 >> > > > > >
Ok.. Maybe you can try with this command, from the Asterisk cli: cli> core set verbose 5 cli> core set debug 5 cli> iax2 set debug on And then, try to register with your softphone. At the end of the test, execute: cli> iax2 set debug off And finally, review the logfiles. 2017-06-05 17:40 GMT-03:00 <thelma at sys-concept.com>:> Doesn't matter how much I increase the verbose output > asterisk -vvvvvvvvvvr > asterisk will not even print a single line. > > How to find out if my firewall has this port open? > https://www.grc.com > is reporting that my port is 4569 is in Stealth mode (so it is closed) :-/ > > > Thelma > On 06/05/2017 02:19 PM, Victor Villarreal wrote: > > 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 > >> > > > > > > > > > > > > -- > _____________________________________________________________________ > -- 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/43614f54/attachment.html>
Try tcpdump On 5 Jun 2017 9:41 pm, <thelma at sys-concept.com> wrote: Doesn't matter how much I increase the verbose output asterisk -vvvvvvvvvvr asterisk will not even print a single line. How to find out if my firewall has this port open? https://www.grc.com is reporting that my port is 4569 is in Stealth mode (so it is closed) :-/ Thelma On 06/05/2017 02:19 PM, Victor Villarreal wrote:> 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 >> > > > > >-- _____________________________________________________________________ -- 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/f795a786/attachment.html>
In article <87af2f00-9973-f338-1cbc-9ce0a5bf7d21 at sys-concept.com>, <thelma at sys-concept.com> wrote:> Doesn't matter how much I increase the verbose output > asterisk -vvvvvvvvvvr > asterisk will not even print a single line.Check the settings in /etc/asterisk/logger.conf, for example: ... ;debug => debug ;security => security ;console => notice,warning,error ;console => notice,warning,error,debug console => notice,warning,error,debug,verbose(5) messages => notice,warning,error full => notice,warning,error,debug,verbose,dtmf,fax ... If you don't have verbose listed for console, then AFAIK, you won't see verbose messages however many -v options you give it! Cheers Tony -- Tony Mountifield Work: tony at softins.co.uk - http://www.softins.co.uk Play: tony at mountifield.org - http://tony.mountifield.org