On Jul 06, 2005 at 11:37, jeff kwong <kwongfucius(a)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