<div dir="ltr"><br>Thank you very much<br>i used it (without arguments) but it doesn&#39;t work .<img goomoji="33D" style="margin: 0pt 0.2ex; vertical-align: middle;" src="cid:33D@goomoji.gmail"><br><br><br><br><br><div class="gmail_quote">
2009/4/3 Iñaki Baz Castillo <span dir="ltr">&lt;<a href="mailto:ibc@aliax.net">ibc@aliax.net</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
2009/4/3 hanane zahidi &lt;<a href="mailto:zahidi.hanane@gmail.com">zahidi.hanane@gmail.com</a>&gt;:<br>
<div class="im">&gt; hi<br>
&gt; i have two asterisk servers and an extension (userA)  which is registered in<br>
&gt; the two servers. i made ser.cfg with round robin algorithm. but when i send<br>
&gt; a call from an SER client. it always passes by  one asterisk server.and not<br>
&gt; the other.can someone help me i can&#39;t find out the problem.<br>
&gt;<br>
&gt; my ser.cfg:<br>
&gt; if (method==&quot;INVITE&quot;) {<br>
&gt;                    ds_select_dst(&quot;1&quot;,&quot;4&quot;);<br>
&gt;                     sl_send_reply(&quot;100&quot;,&quot;trying&quot;);<br>
&gt;                     forward(uri:host, uri:port);<br>
&gt;                     break;<br>
&gt; }<br>
<br>
</div>If you use &quot;forward()&quot; then you are not creating a transaction so<br>
failure_route will not be executed (BTW: have you set failure_route<br>
for failover?).<br>
You must use &quot;t_relay()&quot; instead of &quot;forward()&quot;.<br>
<font color="#888888"><br>
--<br>
</font><div><div></div><div class="h5">Iñaki Baz Castillo<br>
&lt;<a href="mailto:ibc@aliax.net">ibc@aliax.net</a>&gt;<br>
</div></div></blockquote></div><br></div>