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 -- Thelma
Is it enabled in the iax.conf file? Regards, Marcelo H. Terres <mhterres at gmail.com> IM: mhterres at jabber.mundoopensource.com.br https://www.mundoopensource.com.br https://twitter.com/mhterres https://linkedin.com/in/marceloterres On 5 June 2017 at 13:48, <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 > > -- > Thelma > > -- > _____________________________________________________________________ > -- 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
Dear Thelma, Yes. Asterisk listen on port 4569 UDP on default config. Please, look at the Asterisk logfile, for clues about your issue. Or enable IAX2 debug v?a Asterisk CLI. Other ideas: * Check that your server firewall permit UDP port 4569 incoming traffic. * Run tcpdump over the network interface of your server where the registration packets suppose come in. Look ir at least the softphone registration request are reaching the server. * Check if the credentials configured un the softphone mach the credentials configured on the server. Cheers El 5 jun. 2017 9:48, <thelma at sys-concept.com> escribi?:> 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 > > -- > Thelma > > -- > _____________________________________________________________________ > -- 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/17d7fd3a/attachment.html>
Another idea: * Run netstat -tulpn command on Linux box AND look if there are an Asterisk process listening on 4569 UDP port on 0.0.0.0 El 5 jun. 2017 10:00, "Victor Villarreal" <mefhigoseth at gmail.com> escribi?:> Dear Thelma, > > Yes. Asterisk listen on port 4569 UDP on default config. > > Please, look at the Asterisk logfile, for clues about your issue. Or > enable IAX2 debug v?a Asterisk CLI. > > Other ideas: > > * Check that your server firewall permit UDP port 4569 incoming traffic. > > * Run tcpdump over the network interface of your server where the > registration packets suppose come in. Look ir at least the softphone > registration request are reaching the server. > > * Check if the credentials configured un the softphone mach the > credentials configured on the server. > > Cheers > > El 5 jun. 2017 9:48, <thelma at sys-concept.com> escribi?: > >> 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 >> >> -- >> Thelma >> >> -- >> _____________________________________________________________________ >> -- 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/b24380a7/attachment.html>
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 >
No. The 0.0.0.0 listen address is fine. El 5 jun. 2017 10:06, <thelma at sys-concept.com> escribi?:> 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 >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20170605/8b215759/attachment.html>
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>