<div dir="ltr">Hi Inaki,<br><br>I&#39;m getting the below error when using t_relay(); in onreply_route[7]....Maybe i need to you something else?<br><br>Mar 13 13:11:03 [27785] DBG:core:find_cmd_export_t: &lt;t_relay&gt; not found <br>
Mar 13 13:11:03 [27785] DBG:core:find_cmd_export_t: found &lt;t_relay&gt;(0) in module tm [/usr/local/lib/opensips/modules/]<br>Mar 13 13:11:03 [27785] CRITICAL:core:yyerror: parse error in config file, line 728, column 9-10: Command cannot be used in the block<br>
<br><br>Regards<br><br><br><br><div class="gmail_quote">On Fri, Mar 13, 2009 at 1:15 PM, Iņaki Baz Castillo <span dir="ltr">&lt;<a href="mailto:ibc@aliax.net">ibc@aliax.net</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 class="im">2009/3/13 michel freiha &lt;<a href="mailto:michofr@gmail.com">michofr@gmail.com</a>&gt;:<br>
</div><div class="im">&gt; Dear Inaki,<br>
&gt;<br>
&gt; Thenaks agian for your responses and care...I did what you asked to<br>
&gt; do...Just have a look please to the below:<br>
<br>
</div>It&#39;s wrong:<br>
<div class="im"><br>
<br>
&gt; if(loose_route()){<br>
&gt;<br>
&gt; t_on_reply(&quot;7&quot;);<br>
&gt; if (is_method(&quot;INVITE&quot;)) {<br>
&gt;<br>
&gt; t_on_failure(&quot;1&quot;);<br>
&gt; t_on_reply(&quot;6&quot;);<br>
</div>        ^^^<br>
This t_on_reply(&quot;6&quot;) is overriding the previous t_on_reply(&quot;7&quot;).<br>
<div class="im"><br>
&gt; force_rtp_proxy();<br>
&gt; t_relay();<br>
&gt;<br>
&gt; }<br>
&gt; }<br>
&gt;<br>
&gt; And the onreply_route(7) will be:<br>
&gt;<br>
&gt; onreply_route[7] {<br>
&gt;<br>
&gt;<br>
&gt; if (status=~&quot;200&quot;){<br>
&gt; t_on_failure(&quot;1&quot;);<br>
&gt; t_on_reply(&quot;6&quot;);<br>
</div>    ^^^<br>
You cannot use t_on_reply and t_on_failure in a onreply_route block.<br>
<div class="im"><br>
&gt; force_rtp_proxy();<br>
&gt; t_relay();<br>
&gt;<br>
&gt; }<br>
&gt; exit;<br>
&gt; }<br>
<br>
<br>
<br>
<br>
</div><div><div></div><div class="h5">--<br>
Iņaki Baz Castillo<br>
&lt;<a href="mailto:ibc@aliax.net">ibc@aliax.net</a>&gt;<br>
</div></div></blockquote></div><br></div>