Hello<br><br>We recently moved to Asterisk 1.2.4 (from 1.0.x) and our 10 Uniden UIP200 have stopped working ever since.<br><br>We can make a call with the UIP200 to any other extensions, but it can not receive a call. In fact the UIP200 always appears offline:
<br><br>It does show up in asterisk a few seconds after the UIP200 reboot:<br>-- Saved useragent &quot;Uniden SIP Phone p2 Ver BS4.70&quot; for peer uip200<br><br>but after about 5s I will get something like:<br>UIP200 is now unreachable.
<br><br>htpc*CLI&gt; sip show peers<br>Name/username&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Host&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Dyn Nat ACL Port&nbsp;&nbsp;&nbsp;&nbsp; Status&nbsp;&nbsp;&nbsp; <br>uip200/uip200&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="http://192.168.10.104">192.168.10.104</a>&nbsp;&nbsp; D&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 5061&nbsp;&nbsp;&nbsp;&nbsp; UNREACHABLE
<br><br><br>I have tried the latest firmware (v4.70) and the previous one we've been running for over 18 months (v4.59) without any luck<br><br>Here is the sip.conf I've created on a test server where Asterisk is using the port 5061 , same for the UIP200 using port 5061. There is no NAT, the UIP200 is on the same subnet as the asterisk server:
<br><br>(I'm trying to isolate the issue without affecting our main asterisk server)<br>[uip200]<br>type=friend<br>port=5061<br>secret=uip200&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ; password for registration<br>nat=never&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ; phone may be behing nat
<br>host=dynamic<br>reinvite=no<br>canreinvite=no<br>qualify=3000&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ; send udp every 2 seconds, to keep nat open<br>callerid=&quot;Jean-Yves &lt;200&gt;&quot;<br>dtmfmode=rfc2833&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ; DTMF mode
<br>context = jya-in&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ; Default context for incoming calls<br>disallow=all<br>allow=ulaw<br>allow=alaw<br>allow=g729<br><br>If I unable: sip debug ip <a href="http://192.168.10.104">192.168.10.104</a> (the UIP200 IP address), I get every 3-4 seconds on the console:
<br>---<br>Retransmitting #2 (no NAT) to <a href="http://192.168.10.104:5061">192.168.10.104:5061</a>:<br>OPTIONS sip:uip200@192.168.10.104:5061 SIP/2.0<br>Via: SIP/2.0/UDP <a href="http://192.168.10.11:5061">192.168.10.11:5061
</a>;branch=z9hG4bK08dcd4a8;rport<br>From: &quot;asterisk&quot; &lt;sip:asterisk@192.168.10.11:5061&gt;;tag=as67a81892<br>To: &lt;sip:uip200@192.168.10.104:5061&gt;<br>Contact: &lt;sip:asterisk@192.168.10.11:5061&gt;<br>Call-ID: 
<a href="mailto:008a5e9e721f01da0115c67b4c7cbdb1@192.168.10.11">008a5e9e721f01da0115c67b4c7cbdb1@192.168.10.11</a><br>CSeq: 102 OPTIONS<br>User-Agent: Asterisk PBX<br>Max-Forwards: 70<br>Date: Mon, 06 Feb 2006 15:40:37 GMT
<br>Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY<br>Content-Length: 0<br><br>Any help would be greatly appreciated.<br><br>Thank you in advance.<br>Regards<br>JY<br><br><br>