Just to confirm: you want Leg A to press ## to hangup leg B? If so then you need to set the bind_digit_action on Leg A. The way you have it now is that Leg B would need to dial ##.<div><br></div><div>-MC<br><br><div class="gmail_quote">
On Mon, Jan 10, 2011 at 10:46 PM, Rafqat . <span dir="ltr">&lt;<a href="mailto:rafonline@hotmail.com">rafonline@hotmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
<br>
<br>
Hi,<br>
<br>
Can someone please help here. <br>
<br>
I am trying to use bind_digit_action to hangup leg B only, if leg A presses ##, but it doesn&#39;t seem to be working.  The INFO message is displayed but when I press ##, nothing happens.<br>
<br>
Any help will be much appreciated.<br>
<br>
<br>
<br>
    &lt;extension name=&quot;call-me-service&quot;&gt;<br>
        &lt;condition field=&quot;destination_number&quot; expression=&quot;^9999$&quot;&gt;<br>
            &lt;action application=&quot;answer&quot;/&gt;<br>
            .........<br>
            &lt;action application=&quot;set&quot; data=&quot;bridge_pre_execute_bleg_app=execute_extension&quot;/&gt;<br>
            &lt;action application=&quot;set&quot; data=&quot;bridge_pre_execute_bleg_data=START_LISTENING XML private&quot;/&gt;<br>
            .......<br>
        &lt;/condition&gt;<br>
    &lt;/extension&gt;<br>
<br>
   <br>
   &lt;extension name=&quot;setup bind_digit_action_listening&quot;&gt;               <br>
    &lt;condition field=&quot;destination_number&quot; expression=&quot;^START_LISTENING$&quot;&gt;<br>
      &lt;action application=&quot;log&quot; data=&quot;INFO Configuring bind_digit_action to listen...&quot;/&gt;<br>
      &lt;action application=&quot;bind_digit_action&quot; data=&quot;start,##,exec:hangup,unknown&quot;/&gt;<br>
      &lt;action application=&quot;digit_action_set_realm&quot; data=&quot;start&quot;/&gt;<br>
    &lt;/condition&gt;                                    <br>
  &lt;/extension&gt;<br>
<br>
<br>
Cheers<br>
<br>
Raf <br>
<br>
_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</blockquote></div><br></div>