On Oct 06, 2010 at 11:43, Saurabh Srivastava <saurabh(a)atc-labs.com> wrote:
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.
Add
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
Andrei