[Serusers] Forwarding to more than one destination --

Kannaiyan Natesan nkans at lycos.co.uk
Fri Nov 21 11:28:27 CET 2003


I want to forward it to more than one SIP address, I used the following rule
but not working.

if( uri=~"^sip:12345 at 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





More information about the sr-users mailing list