<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
<META NAME="GENERATOR" CONTENT="GtkHTML/3.24.5">
</HEAD>
<BODY>
The Asterisk CLI gets spammed with the following when I launch the Zoiper-softphone on my laptop :<BR>
<BR>
<I><FONT SIZE="2">...</FONT></I><BR>
<I><FONT SIZE="2">[Apr 18 14:07:23] NOTICE[3221]: chan_iax2.c:5686 register_verify: No registration for peer 'jonaskellens' (from 192.168.4.169)</FONT></I><BR>
<I><FONT SIZE="2">[Apr 18 14:07:23] NOTICE[3228]: chan_iax2.c:5686 register_verify: No registration for peer 'jonaskellens' (from 192.168.4.169)</FONT></I><BR>
<I><FONT SIZE="2">[Apr 18 14:07:23] NOTICE[3222]: chan_iax2.c:5686 register_verify: No registration for peer 'jonaskellens' (from 192.168.4.169)</FONT></I><BR>
<I><FONT SIZE="2">[Apr 18 14:07:23] NOTICE[3226]: chan_iax2.c:5686 register_verify: No registration for peer 'jonaskellens' (from 192.168.4.169)</FONT></I><BR>
<I><FONT SIZE="2">[Apr 18 14:07:23] NOTICE[3230]: chan_iax2.c:5686 register_verify: No registration for peer 'jonaskellens' (from 192.168.4.169)</FONT></I><BR>
<I><FONT SIZE="2">[Apr 18 14:07:23] NOTICE[3224]: chan_iax2.c:5686 register_verify: No registration for peer 'jonaskellens' (from 192.168.4.169)</FONT></I><BR>
<I><FONT SIZE="2">[Apr 18 14:07:23] NOTICE[3223]: chan_iax2.c:5686 register_verify: No registration for peer 'jonaskellens' (from 192.168.4.169)</FONT></I><BR>
<I><FONT SIZE="2">[Apr 18 14:07:23] NOTICE[3225]: chan_iax2.c:5686 register_verify: No registration for peer 'jonaskellens' (from 192.168.4.169)</FONT></I><BR>
<I><FONT SIZE="2">[Apr 18 14:07:23] NOTICE[3227]: chan_iax2.c:5686 register_verify: No registration for peer 'jonaskellens' (from 192.168.4.169)</FONT></I><BR>
<I><FONT SIZE="2">[Apr 18 14:07:23] NOTICE[3229]: chan_iax2.c:5686 register_verify: No registration for peer 'jonaskellens' (from 192.168.4.169)</FONT></I><BR>
<I><FONT SIZE="2">[Apr 18 14:07:23] NOTICE[3221]: chan_iax2.c:5686 register_verify: No registration for peer 'jonaskellens' (from 192.168.4.169)</FONT></I><BR>
<I><FONT SIZE="2">[Apr 18 14:07:23] NOTICE[3228]: chan_iax2.c:5686 register_verify: No registration for peer 'jonaskellens' (from 192.168.4.169)</FONT></I><BR>
<I><FONT SIZE="2">[Apr 18 14:07:23] NOTICE[3222]: chan_iax2.c:5686 register_verify: No registration for peer 'jonaskellens' (from 192.168.4.169)</FONT></I><BR>
<I><FONT SIZE="2">...</FONT></I><BR>
<BR>
My iax.conf-file :<BR>
<BR>
<I><FONT SIZE="2">[root@asterisk asterisk]# cat iax.conf</FONT></I><BR>
<I><FONT SIZE="2">[general]</FONT></I><BR>
<I><FONT SIZE="2">autokill=yes</FONT></I><BR>
<I><FONT SIZE="2">bindport=4569</FONT></I><BR>
<I><FONT SIZE="2">bindaddr=0.0.0.0</FONT></I><BR>
<BR>
<I><FONT SIZE="2">[Jonas]</FONT></I><BR>
<I><FONT SIZE="2">type=friend</FONT></I><BR>
<I><FONT SIZE="2">host=dynamic</FONT></I><BR>
<I><FONT SIZE="2">;auth=md5</FONT></I><BR>
<I><FONT SIZE="2">username=jonaskellens</FONT></I><BR>
<I><FONT SIZE="2">password=zoiper</FONT></I><BR>
<I><FONT SIZE="2">callerid="Jonas Kellens" <100></FONT></I><BR>
<I><FONT SIZE="2">context=intern</FONT></I><BR>
<I><FONT SIZE="2">disallow=all</FONT></I><BR>
<I><FONT SIZE="2">allow=gsm</FONT></I><BR>
<I><FONT SIZE="2">allow=speex</FONT></I><BR>
<I><FONT SIZE="2">allow=alaw</FONT></I><BR>
<BR>
On the CLI :<BR>
<BR>
<I><FONT SIZE="2">Verbosity is at least 20</FONT></I><BR>
<I><FONT SIZE="2">asterisk*CLI> iax2 reload</FONT></I><BR>
<I><FONT SIZE="2"> == Parsing '/etc/asterisk/iax.conf': Found</FONT></I><BR>
<I><FONT SIZE="2">[Apr 18 14:12:49] NOTICE[3502]: chan_iax2.c:10124 set_config: Ignoring bindport on reload</FONT></I><BR>
<I><FONT SIZE="2">[Apr 18 14:12:49] NOTICE[3502]: chan_iax2.c:10183 set_config: Ignoring bindaddr on reload</FONT></I><BR>
<I><FONT SIZE="2"> == Parsing '/etc/asterisk/users.conf': Found</FONT></I><BR>
<I><FONT SIZE="2"> == Loaded firmware 'iaxy.bin'</FONT></I><BR>
<I><FONT SIZE="2"> == Parsing '/etc/asterisk/iaxprov.conf': Found</FONT></I><BR>
<I><FONT SIZE="2"> -- Loaded provisioning template 'default'</FONT></I><BR>
<I><FONT SIZE="2">asterisk*CLI> iax2 show peers</FONT></I><BR>
<I><FONT SIZE="2">Name/Username Host Mask Port Status </FONT></I><BR>
<I><FONT SIZE="2">Jonas/jonaskell (Unspecified) (D) 255.255.255.255 0 Unmonitored</FONT></I><BR>
<I><FONT SIZE="2">1 iax2 peers [0 online, 0 offline, 1 unmonitored]</FONT></I><BR>
<BR>
Why would Asterisk ignore the bindport ???<BR>
<BR>
<FONT SIZE="2"><I>[root@asterisk asterisk]# netstat -anup | grep 4569</I></FONT><BR>
<FONT SIZE="2"><I>udp 0 0 0.0.0.0:4569 0.0.0.0:* 3097/asterisk </I></FONT><BR>
<BR>
Asterisk is listening on port 4569 on all interfaces (eth0 and eth1).<BR>
<BR>
<BR>
The log of my Zoiper-softphone tells this :<BR>
<BR>
<FONT SIZE="2"><I>02:26:33 PM: discover network type : Port restricted NAT</I></FONT><BR>
<BR>
<BR>
I hope there's a solution for this 'problem' ?!<BR>
<BR>
Google sends me to <B><I><A HREF="http://bugs.digium.com/view.php?id=14867">http://bugs.digium.com/view.php?id=14867</A></I></B> where there is no solution...<BR>
<BR>
Jonas.
</BODY>
</HTML>