<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body 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>
    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;action application="bind_meta_app" data="# a b
    uuid_kill::$${uuid_of_b_leg}"/&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't found it.<br>
    <br>
    <br>
    <div class="moz-cite-prefix">Am 08.07.2014 10:06, schrieb Sam:<br>
    </div>
    <blockquote cite="mid:1404806761602-7596115.post@n2.nabble.com"
      type="cite">
      <pre wrap="">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="set" data="continue_on_fail=true"/&gt;
&lt;action application="set" data="hangup_after_bridge=false"/&gt;
&lt;action application="set" data="bind_meta_key=#"/&gt;
&lt;action application="bind_meta_app" data="# a b hangup::NORMAL_CLEARING"/&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 class="moz-txt-link-freetext" href="http://freeswitch-users.2379917.n2.nabble.com/Hangup-B-leg-using-featurecode-tp7596115.html">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 class="moz-txt-link-abbreviated" href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a>
<a class="moz-txt-link-freetext" href="http://www.freeswitchsolutions.com">http://www.freeswitchsolutions.com</a>

FreeSWITCH-powered IP PBX: The CudaTel Communication Server
<a class="moz-txt-link-freetext" href="http://www.cudatel.com">http://www.cudatel.com</a>

Official FreeSWITCH Sites
<a class="moz-txt-link-freetext" href="http://www.freeswitch.org">http://www.freeswitch.org</a>
<a class="moz-txt-link-freetext" href="http://wiki.freeswitch.org">http://wiki.freeswitch.org</a>
<a class="moz-txt-link-freetext" href="http://www.cluecon.com">http://www.cluecon.com</a>

FreeSWITCH-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a>
<a class="moz-txt-link-freetext" href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a>
UNSUBSCRIBE:<a class="moz-txt-link-freetext" href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a>
<a class="moz-txt-link-freetext" href="http://www.freeswitch.org">http://www.freeswitch.org</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>