I m using Asterisk 1.4 , can i bind multiple ports to SIP at a time<div><br></div><div>like </div><div><br></div><div>bindport = 5060,5061 OR</div><div><br></div><div>bindport = 5060</div><div>bindport = 5090</div><div><br>
</div><div>I want, asterisk to listen SIP on multiple ports. so that users where SIP port 5060 blocked, can easily register to asterisk by using an alternate port.</div><div><br></div><div>Shariq Khan<br><br><div class="gmail_quote">
On Fri, Jan 1, 2010 at 11:12 PM, Warren Selby <span dir="ltr">&lt;<a href="mailto:wcselby@selbytech.com">wcselby@selbytech.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im"><div class="gmail_quote">On Fri, Jan 1, 2010 at 10:34 AM, Shariq Khan <span dir="ltr">&lt;<a href="mailto:shariqrazakhan@gmail.com" target="_blank">shariqrazakhan@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex">

Is there any way to listen SIP on multiple ports on asterisk. Is is possible to define in sip.conf in the following way.<div><br></div><div>sip.conf</div><div><br></div><div>[general]</div><div>port = 5060</div><div>port = 5090</div>


<div><br></div><div><br></div><br></blockquote></div><br></div>Depending on the version of asterisk you are using, you can set the port that asterisk binds to using the following commands in sip.conf:<br>
<br>
1.6.x:<br>
udpbindaddr = x.x.x.x:5061<br>
<br>
1.4.x:<br>
bindport = 5061<br><font color="#888888"><br clear="all"><br>-- <br>Thanks,<br>--Warren Selby<br><a href="http://www.selbytech.com" target="_blank">http://www.selbytech.com</a><br>
</font><br>_______________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote></div><br></div>