search for: has_totag

Displaying 1 result from an estimated 1 matches for "has_totag".

2007 Jan 05
1
integrating with Asterisk and OpenSER for Voicemail
...odparam("avpops", "avp_table", "usr_preferences") modparam("avpops","avp_aliases","inv=i:15") ............... route { ...... if (loose_route()) { t_relay(); exit; }; if(is_method("INVITE") && !has_totag()) { xdbg("user [$ruri] has voicemail redirection enabled\n"); # backup R-URI avp_write("$ruri","$avp(inv)"); setflag(2); }; .............. ....