[Serusers] REGISTER msg fork

Richard richard at o-matrix.org
Fri Aug 20 08:19:03 CEST 2004


t_replicate() function is for forward REGISTER message.

Richard


-----Original Message-----
From: serusers-bounces at iptel.org [mailto:serusers-bounces at lists.iptel.org] On
Behalf Of Antanas Masevicius
Sent: Thursday, August 19, 2004 8:08 PM
To: serusers at lists.iptel.org
Subject: [Serusers] REGISTER msg fork 

Hello,

i've been trying to fork the same REGISTER message to two separete SIP
proxies with:

if(message == "REGISTER" && uri=~"sip:my_first_proxy") {
  append_branch("sip:my_second_proxy");
}

also tried with:

if(message == "REGISTER" && uri=~"sip:my_first_proxy") {
 seturi("sip:my_first_proxy");
 forward(uri:host, uri:port);
 seturi("sip:my_second_proxy");
 forward(uri:host, uri:port);
 break;
}

but neither case works. Registration request is forwarded only for the
first proxy. It seams that seturi() and other uri rewriting functions
doesn't affect REGISTER uri?

What could we other solution for such situation?

Antanas
NTT


_______________________________________________
Serusers mailing list
serusers at lists.iptel.org
http://lists.iptel.org/mailman/listinfo/serusers




More information about the sr-users mailing list