[Users] SIP Redirection in Openser

Bogdan-Andrei Iancu bogdan at voice-system.ro
Fri Sep 1 10:45:15 CEST 2006


Hi,

you may use avp_pushto() to set dynamic branches and RURI before doing 
redirect.

regards,
bogdan

Padmaja RV wrote:

>  
>
> Hi all, I have tried implementing SIP redirection as mentioned in the 
> example script below:
>  
>  
> route{
>
> # for testing purposes, simply okay all REGISTERs
>
> if (method=="REGISTER") {
>
> log("REGISTER");
>
> sl_send_reply("200", "ok");
>
> break;
>
> };
>
> # rewrite current URI, which is always part of destination ser
>
> rewriteuri("sip:parallel at iptel.org:9");
>
> # append one more URI to the destination ser
>
> append_branch("sip:redirect at iptel.org:9");
>
> # redirect now
>
> sl_send_reply("300", "Redirect");
>
> }
>  But that does redirection only for that account as the account is 
> included in the code. I need the code to be able to redirect any call. 
> Can you tell me how I can generalize the code so that
> redirection works for any account I choose to redirect?
>  
> Thanks in advance,
> Padmaja
>
>------------------------------------------------------------------------
>
>_______________________________________________
>Users mailing list
>Users at openser.org
>http://openser.org/cgi-bin/mailman/listinfo/users
>  
>





More information about the sr-users mailing list