<div dir="ltr"><div>Hi, </div><div><br></div><div>Thanks for the reply. </div><div><br></div><div>Just tried and got below result,</div><div><br></div><div>2014-07-09 03:22:17.928601 [DEBUG] switch_ivr_async.c:3555 sofia/default/<a href="mailto:1212@192.168.1.2">1212@192.168.1.2</a> Processing meta digit &#39;0&#39; [uuid_kill::ada0bc56-0739-11e4-bc9e-2fdf7c2f35e5]</div>

<div>2014-07-09 03:22:17.928601 [ERR] switch_core_session.c:2535 Invalid Application uuid_kill</div><div><br></div><div><br></div><div><br></div><div><br></div><div>On Wed, Jul 9, 2014 at 2:51 AM, Bernhard Wendel <span dir="ltr">&lt;<a href="mailto:bernhard@zeppelindesk.com" target="_blank">bernhard@zeppelindesk.com</a>&gt;</span> wrote:<br>

</div><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  
    
  
  <div text="#000000" bgcolor="#FFFFFF">
    Hi,<br>
    <br>
    to me it looks like FS is processing the hangup on the whole call
    (i.e. legs a <b>and</b> b). What you want is to only close leg b
    and keep leg a. You might try using the uuid_kill command.<br>
    Then the last line should look like<br>
            &lt;action application=&quot;bind_meta_app&quot; data=&quot;# a b
    uuid_kill::$${uuid_of_b_leg}&quot;/&gt;
    <br>
    <br>
    You still need to replace <i>uuid_of_b_leg</i> with the correct
    channel variable. I know there is one, but haven&#39;t found it.<br>
    <br>
    <br>
    <div>Am 08.07.2014 10:06, schrieb Sam:<br>
    </div><div><div class="h5">
    <blockquote type="cite">
      <pre>Hi Guys, 

I need to hangup B leg when A leg user press #0 key in bridge. For that I
have configured below lines in dialplan,  

&lt;action application=&quot;set&quot; data=&quot;continue_on_fail=true&quot;/&gt;
&lt;action application=&quot;set&quot; data=&quot;hangup_after_bridge=false&quot;/&gt;
&lt;action application=&quot;set&quot; data=&quot;bind_meta_key=#&quot;/&gt;
&lt;action application=&quot;bind_meta_app&quot; data=&quot;# a b hangup::NORMAL_CLEARING&quot;/&gt;

However when A leg user pressing #, its dropping A leg as well in place of B
leg only.

Can anybody please point out the issue?





--
View this message in context: <a href="http://freeswitch-users.2379917.n2.nabble.com/Hangup-B-leg-using-featurecode-tp7596115.html" target="_blank">http://freeswitch-users.2379917.n2.nabble.com/Hangup-B-leg-using-featurecode-tp7596115.html</a>
Sent from the freeswitch-users mailing list archive at Nabble.com.

_________________________________________________________________________
Professional FreeSWITCH Consulting Services:
<a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a>

FreeSWITCH-powered IP PBX: The CudaTel Communication Server
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a>

Official FreeSWITCH Sites
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a>

FreeSWITCH-users mailing list
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a>
</pre>
    </blockquote>
    <br>
  </div></div></div>

<br>_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><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>
<br></blockquote></div><br></div></div>