<DIV>
<DIV>
<DIV>Hi, all,</DIV>
<DIV>I want to use asterisk SIP as a proxy, and two softphone (Ubiquity SIP Phone) as user agent, like below:</DIV>
<DIV>&nbsp;</DIV>
<DIV>Softphone1&lt;--------------&gt;Asterisk SIP&lt;------------&gt;Softphone2</DIV>
<DIV>(User Agent)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; (Proxy)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; (User Agent)</DIV>
<DIV>155.69.xx.xx&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;155.69.yy.yy&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;155.69.zz.zz&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </DIV>
<DIV>&nbsp; zhou&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mysipproxy.com&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Reltec</DIV>
<DIV>&nbsp;</DIV>
<DIV>If I use softphone1(zhou) to dial softphone2(Reltec) directly, not accroess Asterisk SIP (proxy), it can work. But when I use asterisk SIP as a proxy, then&nbsp;Softphone1(zhou) shows "Not Found", and it seems it can not find softphone2's address.</DIV>
<DIV>&nbsp;</DIV>
<DIV>It seems an easy problem, but it waste me about one week's time. The main content in my [sip.conf] file is:</DIV>
<DIV>&nbsp; ...&nbsp;&nbsp;</DIV>
<DIV>&nbsp;&nbsp; [general]</DIV>
<DIV>&nbsp;&nbsp;&nbsp;&nbsp; port=5060</DIV>
<DIV>&nbsp;&nbsp;&nbsp;&nbsp; bindaddr=0.0.0.0</DIV>
<DIV>&nbsp;&nbsp;&nbsp;&nbsp; context=bogon-calls</DIV>
<DIV>&nbsp;&nbsp;&nbsp;&nbsp; allow=all</DIV>
<DIV>&nbsp;&nbsp;&nbsp; </DIV>
<DIV>&nbsp; [mysipproxy.com]</DIV>
<DIV>&nbsp;&nbsp;&nbsp;&nbsp; type=friend</DIV>
<DIV>&nbsp;&nbsp;&nbsp;&nbsp; host=155.69.yy.yy</DIV>
<DIV>&nbsp;&nbsp;&nbsp;&nbsp; fromuser=lq</DIV>
<DIV> </DIV>
<DIV>&nbsp;[zhou]</DIV>
<DIV>&nbsp;&nbsp;&nbsp;&nbsp; type=friend</DIV>
<DIV>&nbsp;&nbsp;&nbsp;&nbsp; host=dynamic</DIV>
<DIV>&nbsp;&nbsp;&nbsp;&nbsp; defaultip=155.69.xx.xx</DIV>
<DIV>&nbsp;&nbsp;&nbsp;&nbsp; context=from-sip</DIV>
<DIV>&nbsp;&nbsp;&nbsp;&nbsp; fromdomain=mysipproxy.com</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;[Raytec]</DIV>
<DIV>&nbsp;&nbsp;&nbsp;&nbsp; type=friend</DIV>
<DIV>&nbsp;&nbsp;&nbsp;&nbsp; host=dynamic</DIV>
<DIV>&nbsp;&nbsp;&nbsp;&nbsp; defaultip=155.69.zz.zz</DIV>
<DIV>&nbsp;&nbsp;&nbsp;&nbsp; context=from-sip</DIV>
<DIV>&nbsp;&nbsp;&nbsp;&nbsp; fromdomain=mysipproxy.com</DIV></DIV>
<DIV>&nbsp;</DIV>
<DIV>The main content in my [extensions.conf] is:</DIV>
<DIV>&nbsp; ...</DIV>
<DIV>&nbsp;[bogon-calls]</DIV>
<DIV>&nbsp;&nbsp; &nbsp;exten=&gt;_.,1,Congestion</DIV>
<DIV>&nbsp;[from-sip]</DIV>
<DIV>&nbsp;&nbsp;&nbsp; exten =&gt; 1, 1, Dial(SIP/zhou,20)</DIV>
<DIV>&nbsp;&nbsp;&nbsp; exten =&gt; 1, 102, Hangup</DIV>
<DIV>
<DIV>&nbsp;&nbsp;&nbsp; exten =&gt; 2, 1, Dial(SIP/Raytec,20)</DIV>
<DIV>&nbsp;&nbsp;&nbsp; exten =&gt; 2, 102, Hangup</DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</DIV>
<DIV>The result in asterisk SIP is listed below:</DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face="times new roman">*CLI&gt; sip debug<BR>SIP Debugging Enabled<BR>*CLI&gt; Sip read:<BR>INVITE sip:Raytec@155.69.149.13 SIP/2.0<BR>Call-ID: </FONT><A href="mailto:4700782232023040960@155.69.149.113"><FONT face="times new roman">4700782232023040960@155.69.149.113</FONT></A><BR><FONT face="times new roman">Content-Length: 125<BR>Content-Type: application/sdp<BR>To: sip:Raytec@155.69.149.13<BR>From: sip:zhou@155.69.149.113;tag=74763707<BR>Contact: sip:zhou@155.69.149.113:5060<BR>CSeq: 1 INVITE<BR>Via: SIP/2.0/UDP 155.69.149.113:5060;branch=9B45957113C4000000F8EF064B14-33*0</FONT></DIV>
<DIV><FONT face="times new roman">v=0<BR>o=- 1069165096343 1069165096343 IN IP4 155.69.149.113<BR>s=-<BR>c=IN IP4 155.69.149.113<BR>t=0 0<BR>m=audio 5006 RTP/AVP 3 0 8</FONT></DIV>
<DIV><FONT face="times new roman">9 headers, 6 lines<BR>Using latest request as basis request<BR>Sending to 155.69.149.113 : 5060 (non-NAT)<BR>Found audio format UNKN<BR>Found audio format UNKN<BR>Found audio format ALAW<BR>Capabilities: us - 2147483647, them - 14/0, combined - 14<BR>Non-codec capabilities: us - 1, them - 0, combined - 0<BR>Looking for Raytec in from-sip<BR>Transmitting (no NAT):<BR>SIP/2.0 404 Not Found<BR>Via: SIP/2.0/UDP 155.69.149.113:5060;branch=9B45957113C4000000F8EF064B14-33*0<BR>From: sip:zhou@155.69.149.113;tag=74763707<BR>To: sip:Raytec@155.69.149.13;tag=as1d9111e1<BR>Call-ID: </FONT><A href="mailto:4700782232023040960@155.69.149.113"><FONT face="times new roman">4700782232023040960@155.69.149.113</FONT></A><BR><FONT face="times new roman">CSeq: 1 INVITE<BR>User-Agent: Asterisk PBX<BR>Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER<BR>Contact: &lt;sip:@155.69.149.112&gt;<BR>Content-Length: 0</FONT></DIV>
<DIV><BR><FONT face="times new roman">&nbsp;to 155.69.149.113:5060<BR>Sip read:<BR>ACK sip:Raytec@155.69.149.13 SIP/2.0<BR>From: sip:zhou@155.69.149.113;tag=74763707<BR>To: sip:Raytec@155.69.149.13;tag=as1d9111e1<BR>Call-ID: </FONT><A href="mailto:4700782232023040960@155.69.149.113"><FONT face="times new roman">4700782232023040960@155.69.149.113</FONT></A><BR><FONT face="times new roman">CSeq: 1 ACK<BR>Via: SIP/2.0/UDP 155.69.149.113:5060;branch=9B45957113C4000000F8EF064B14-33*0<BR>Content-Length: 0</FONT></DIV>
<DIV><BR><FONT face="times new roman">7 headers, 0 lines</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>It seems the extensions.conf has some problem, but I don't know how to write the correct dialplan. Any suggestions will be appreciated.</DIV></DIV>
<DIV>Thanks.</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV></DIV><BR><BR>Regards,<br><br>=======<br>Lv Qian,<br>Ph.D Student,<br>School of Computer Engineering,<br>Nanyang Technological University,<br>Singapore 639798<br>=================================<p><hr SIZE=1>
Do you Yahoo!?<br>
<a href="http://antispam.yahoo.com/whatsnewfree">Protect your identity with Yahoo! Mail AddressGuard</a>