How to retrieve value from header?<br><br><div class="gmail_quote">On Wed, Jun 18, 2008 at 6:31 PM, Iñaki Baz Castillo &lt;<a href="mailto:ibc@in.ilimit.es">ibc@in.ilimit.es</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
El Wednesday 18 June 2008 14:52:47 Ruchir escribió:<br>
<div class="Ih2E3d">&gt; I tested and found that avp variables are lost after relaying the request.<br>
&gt; My call scenario is like following<br>
&gt;<br>
</div>&gt; &nbsp; &nbsp;1. Call is made<br>
&gt; &nbsp; &nbsp;2. Callee has call forwarding so appropriate avp values are loaded.<br>
&gt; &nbsp; &nbsp;3. avp for source and destination number are stored for multi-leg<br>
&gt; &nbsp; &nbsp;accounting<br>
&gt; &nbsp; &nbsp;4. request is relayed<br>
&gt; &nbsp; &nbsp;5. request comes again to openser<br>
&gt; &nbsp; &nbsp;6. avp variable is lost this time<br>
<br>
Of course. AVP&#39;s live for a transaction (and for responses to this transaction<br>
is &quot;avp_on_reply&quot; is set to &quot;yes&quot; in &quot;tm&quot; module).<br>
<br>
If OpenSer sends a request (client transaction) and this request comes back<br>
(maybe a spiral) the new arriving request is a server transaction independent<br>
of the first client transaction and of course they don&#39;t sahre AVP&#39;s.<br>
<br>
For this you need adding headers or parameters in the message.<br>
<div class="Ih2E3d"><br>
<br>
--<br>
Iñaki Baz Castillo<br>
<a href="mailto:ibc@in.ilimit.es">ibc@in.ilimit.es</a><br>
<br>
_______________________________________________<br>
</div><div><div></div><div class="Wj3C7c">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>
</div></div></blockquote></div><br>