On Jul 02, 2004 at 10:52, Bogdan - Andrei IANCU iancu@fokus.fraunhofer.de wrote:
just put both lines: port=5060 port=5090 and you will have one ser listening on both ports.
A small correction:
listen=ip port=5060 listen=ip port=5090
(if you skip the listen you will end up with ser listening only on 5090; the port command applies to the last listen)
Andrei