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
Show replies by date