<div dir="ltr">The last mail bounced back because of size so I truncated older conversations.<br><br><div class="gmail_quote">On Thu, Aug 21, 2008 at 11:32 AM, Ruchir <span dir="ltr">&lt;<a href="mailto:ruchir.lists@gmail.com">ruchir.lists@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div dir="ltr">I&#39;m populating it from onreply route. Below is my onreply route.<br>if($hdr(Diversion)!=null)<br>
&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; avp_delete(&quot;$avp(s:src_user_reply)&quot;);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; $avp(s:src_user_reply) = $hdr(Diversion);<div class="Ih2E3d"><br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; xlog(&quot;Client call forwarding to $avp(s:src_user_reply)\n &quot;);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; avp_subst(&quot;$avp(s:src_user_reply)&quot;, &quot;/(.*)&lt;sip:(.*)@(.*)&gt;;reason=(.*)/\4/&quot;);<br></div>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; $avp(s:src) = $rU;<br>

&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; switch($avp(s:src_user_reply))<div class="Ih2E3d"><br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; case &quot;unconditional&quot;:<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; $avp(s:call_type) = &quot;cwfd&quot;;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; break;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; case &quot;user-busy&quot;:<br>

&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; $avp(s:call_type) = &quot;cwfdbusy&quot;;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; break;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; case &quot;no-answer&quot;:<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; $avp(s:call_type) = &quot;cwfdnoanswer&quot;;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; break;<br>

&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; default:<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; log(&quot;no forwarding\n&quot;);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; }<br></div>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; xlog(&quot;FORWARDING REASON: $avp(s:call_type) \n &quot;);<div><div></div><div class="Wj3C7c"><br><br>&nbsp;&nbsp;&nbsp; }<br><br>
<div class="gmail_quote">On Tue, Aug 19, 2008 at 5:49 PM, Bogdan-Andrei Iancu <span dir="ltr">&lt;<a href="mailto:bogdan@voice-system.ro" target="_blank">bogdan@voice-system.ro</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi Ruchir,<br>
<br>
I see in failure route you are using route[1] to do the job if a redirect happens. How exactly are you populating in the second set of caller/callee in route[1] ?<br>
<br>
Regards,<br>
Bogdan<br>
<br></blockquote></div></div></div></div></blockquote></div><br></div>