Hello Andrei,Wwhere do we need to add this line"listen=eth0:5060 eth0:5062"in the ser.cfg file or somewhere else. Please guide me through the steps or if it is possible can you please attach an example ser.cfg for listening on 2 ports.Thanks and Best Regards
Saurabh SrivastavaOn Fri, Oct 8, 2010 at 1:28 PM, Andrei Pelinescu-Onciul <andrei@iptel.org> wrote:
On Oct 06, 2010 at 11:43, Saurabh Srivastava <saurabh@atc-labs.com> wrote:Add
> Hello SER Team,
>
> We are using SER as a SIP Server for our purpose. We wan to configure SER to
> listen on two ports at the same time(i.e. 5060 & some other custom port such
> as 5090 or something like that). Can you please assist us how can we achieve
> this, means what changes we need to make such that SER listens on two ports
> at the same time.
listen=eth0:5060 eth0:5062
The generic format is: listen=[proto:]ip_hostname_or_interface[:port].
You can also do it form the command line. e.g.:
ser -f yourconfig -l 127.0.0.1:5060 -l 127.0.0.1:5062
Andre