try "append_branch" http://www.iptel.org/ser/doc/seruser/seruser.html#AEN1597
klaus
-----Original Message----- From: Kannaiyan Natesan [mailto:nkans@lycos.co.uk] Sent: Friday, November 21, 2003 11:28 AM To: serusers@lists.iptel.org Subject: [Serusers] Forwarding to more than one destination --
I want to forward it to more than one SIP address, I used the following rule but not working.
if( uri=~"^sip:12345@mydomain.com") { rewritehost("iptel.org"); forward(iptel.org,5060); rewritehost("fwd.pulver.com"); forward(fwd.pulver.com,5060); break; }
I want to ring in multiple destinations when a single call arrives, whichever is first picked up, the other calls were cancelled.
Am I missing anything here ?
Kannaiyan
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
How do I run two instances of SER on the same machine? AS far as I understood, I have to run two instances of mysql and two instances of SER! Please help. Thank you.