For kicks, change &#39;peer&#39; to &#39;self&#39; and retest. Is the behavior the same or no? It may be that you have your legs flip-flopped some how.<br>-MC<br><br><div class="gmail_quote">On Tue, May 1, 2012 at 11:04 AM, Boris Kovalenko <span dir="ltr">&lt;<a href="mailto:boris@tagnet.ru" target="_blank">boris@tagnet.ru</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello!<br>
<br>
     The simple setup:<br>
<br>
<br>
&lt;extension name=&quot;Local_Calls&quot;&gt;<br>
&lt;condition field=&quot;destination_number&quot; expression=&quot;^(10[12])$&quot;&gt;<br>
&lt;action application=&quot;bind_digit_action&quot;<br>
data=&quot;rlm_a,*1,exec:execute_extension,ext_a XML <a href="http://test.tagnet.cc" target="_blank">test.tagnet.cc</a>,both,self&quot;/&gt;<br>
&lt;action application=&quot;bridge&quot; data=&quot;user/$<a href="mailto:1@test.tagnet.cc">1@test.tagnet.cc</a>&quot; /&gt;<br>
&lt;/condition&gt;<br>
&lt;/extension&gt;<br>
<br>
&lt;extension name=&quot;ext_a&quot;&gt;<br>
&lt;condition field=&quot;destination_number&quot; expression=&quot;^ext_a$&quot;&gt;<br>
&lt;action application=&quot;log&quot; data=&quot;ALERT EXT_A&quot; /&gt;<br>
&lt;/condition&gt;<br>
&lt;/extension&gt;<br>
<br>
The call is made from number 102 to 101. No matter on what side I enter<br>
*1 - the ext_a is called.<br>
Now I change &#39;both&#39; to &#39;peer&#39;. The call is the same - from 102 to 101.<br>
And now ext_a is called only if I enter it on 101 side! I&#39;m confused -<br>
docs describing another logic? Or I need another params for<br>
dtmf_targer_leg and event_target_leg?<br>
<br>
<br>
</blockquote></div>