At 09:05 AM 12/28/2003, Kannaiyan Natesan wrote:
Hi Mathew,
I found your questions interesting. I have following suggestions and you can try that and let us know if that works.
You might register to other servers might be in this way.
.....
if( method="REGISTER" ) { # do authentication and save location here # plus append a leg
rewriteuri("sip:username:password@iptel.org"); append_branch("sip:username:password@fwd.pulver.com"); sl_send_reply("200","OK"); # not sure whether "200" really forwards
the method break;
}
This does not do anything -- it sends a 200 for REGISTERs without doing anything useful.
-jiri