On Fri, Jan 1, 2010 at 10:34 AM, Shariq Khan <shariqrazak...@gmail.com>wrote:

> Is there any way to listen SIP on multiple ports on asterisk. Is is
> possible to define in sip.conf in the following way.
>
> sip.conf
>
> [general]
> port = 5060
> port = 5090
>
>
>
>
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:

1.6.x:
udpbindaddr = x.x.x.x:5061

1.4.x:
bindport = 5061


-- 
Thanks,
--Warren Selby
http://www.selbytech.com
_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to