<div dir="ltr">This is for explicit call forwarding. I'm testing call forwarding from linksys pap2 call forward features which generates "302 moved temporarily" message.<br><br><div class="gmail_quote">On Fri, Jul 18, 2008 at 6:20 PM, kokoska rokoska <<a href="mailto:kokoska.rokoska@post.cz">kokoska.rokoska@post.cz</a>> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
<br>
<br>
Ruchir napsal(a):<br>
<div><div></div><div class="Wj3C7c">> I'm using uac_redirect module to handle redirect and accounting from<br>
> openser. Redirect works fine so as cdr but I'm not getting how to write<br>
> redirect reason in cdr. I didn't find any way to find and store redirect<br>
> reason(call forward, busy, no answer) in CDR. Does anyone know how to do it?<br>
><br>
><br>
<br>
<br>
</div></div>I'm using something like this (shortened):<br>
<br>
in config:<br>
<br>
modparam("acc",<br>
"multi_leg_info", "src_leg=$avp(i:901);dst_leg=$avp(i:902)")<br>
<br>
<br>
in routing script:<br>
<br>
$avp(s:acc_state) = "cfu";<br>
avp_printf("$avp(i:901)", "$avp(s:caller_uuid)|$avp(s:acc_state)");<br>
<br>
<br>
Works very well :-)<br>
<br>
Hope this helps, best regards,<br>
<br>
kokoska.rokoska<br>
<br>
<br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.openser.org">Users@lists.openser.org</a><br>
<a href="http://lists.openser.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.openser.org/cgi-bin/mailman/listinfo/users</a><br>
</blockquote></div><br></div>