[Serusers] listening on more than one port
Andrei Pelinescu-Onciul
andrei at iptel.org
Wed Jul 6 13:21:59 CEST 2005
On Jul 06, 2005 at 11:37, jeff kwong <kwongfucius at gmail.com> wrote:
> Hi!
>
> Is there a way for SER to listen in more than one port?
Yes.
For ser 0.9.3:
listen=ip1:port1
listen=ip2:port2
....
or from the command line: ser -l ip1:port1 -l ip2:port2
(search sip_router/NEWS for listen= for more details)
For older sers:
listen=ip1
port=port1
listen=ip2
port=port2
or ser -l ip1 -p port1 -l ip2 -p port2
Andrei
More information about the sr-users
mailing list