<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Hi, We have Asterisk 1.6.2.9 and Opensips 1.6.2 in the same Linux box and we want <br>to have OpenSIPS as the out/inbound proxy for Asterisk when running as UAC. <br><br>We have Asterisk registered with Sipgate ok when sending REGISTER directly to the Sipgate<br>domain but would like to send the Register via OpenSIPS so it's in the path for incoming invites<br><br>Opensips.cfg as follows<br><br>listen=udp:192.168.0.20:5060<br><br>register code: we have removed the authentication for now to get this working first<br><br>&nbsp;if (is_method("REGISTER"))<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (!db_check_to())<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 sl_send_reply("403","Forbidden auth ID");<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; exit;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (!save("location"))<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; sl_reply_error();<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; exit;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br><br><br><br><br>we have astersik sip.conf file as follows<br><br>[general]<br>port=5062<br>bindaddr=0.0.0.0<br>context=default<br>outboundproxy=192.168.0.20<br>outboundproxyport=5060<br><br>register =&gt;
 username:secret@sipgate.co.uk/username<br><br>[username]<br>type=friend<br>context=incoming<br>username=username<br>secret=secret<br>host=sipgate.co.uk<br>host=dynamic<br>fromdomain=sipgate.co.uk<br>insecure=port,invite<br>nat=yes<br>disallow=all<br>allow=alaw<br>canreinvite=no<br><br>However the REGISTER messages are sent by Astersik but ther is no response fron OpenSIPS and it is not routing them either . Is it because they are both on the same IP?<br>We do have then on different ports so though it would be ok<br><br></td></tr></table><br>