[SR-Users] Regarding SER Listening on two ports

Andrei Pelinescu-Onciul andrei at iptel.org
Fri Oct 8 09:58:21 CEST 2010


On Oct 06, 2010 at 11:43, Saurabh Srivastava <saurabh at 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



More information about the sr-users mailing list