<p>You should be using transfer not execute_extension or you are going into the new conference mid digit parse and blocking in the first conference waiting to return.  If you use the transfer app then you will exit the current conference and transfer to the new one.</p>

<div class="gmail_quote">On Dec 22, 2011 2:42 PM, &quot;Rodney&quot; &lt;<a href="mailto:notlikeme75@yahoo.com">notlikeme75@yahoo.com</a>&gt; wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div><div style="color:#000;background-color:#fff;font-family:times new roman,new york,times,serif;font-size:12pt">Mariusz, using your suggestion, i worked out a solution that works. although i have to drop the bleg with sched_hangup in order for it to work with my hangup back to ivr method. it still looks like crap in my cdr but I can deal with it for now since i am crazy for wanting to transfer from static conference right to dynamic :) but doing it with this loopback method seems to give me the caller controls back.  thanks for your help. ~rodney<br>
<br> condition      destination_number      ^760$      1      <br>  action      answer            3      <br>  action      set      conference_user_list=|   
   10      <br>  action      play_and_get_digits      4 4 3 5000 # ask4digit.wav ivr/ivr-that_was_an_invalid_entry.wav target_num \d+      20      <br>  action      phrase      spell,${target_num}      30      <br>  action      sched_hangup      +10 normal_clearing bleg      35      <br>
  action      bridge      loopback/app=conference:${target_num}-127.0.0.1@dynamic_conf<br><br><br><div style="font-family:times new roman,new york,times,serif;font-size:12pt"><div style="font-family:times new roman,new york,times,serif;font-size:12pt">
   4. Odp: transfer to conference from conference / caller controls<br>   
   (Mariusz Czulada)<br><div><div><div><blockquote style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
</blockquote></div></div></div><br><div><div>
<div>Perhaps this will be useful for you:</div>
<div> </div>
<div>Dialplan:</div>
<div> </div>
<div>    &lt;extension name=&quot;bind_and_join&quot;&gt;</div>
<div>     ...<br>         &lt;action application=&quot;bind_meta_app&quot; data=&quot;4 a s  execute_extension::sub_conf&quot;/&gt;</div>
<div>     ...<br>        &lt;action  application=&quot;conference&quot; data=&quot;mainconf@cx&quot;/&gt;</div>
<div>     ...</div>
<div>     &lt;/extension&gt;</div>
<div><br>    &lt;extension name=&quot;sub_conf&quot;&gt;</div>
<div>     ...<br>        &lt;action application=&quot;bridge&quot;  data=&quot;loopback/app=conference:${conference_name}_sub@cx_sub&quot;/&gt;<br>      ...</div>
<div>    &lt;/extension&gt;</div>
<div> </div>
<div>conference.conf.xml:</div>
<div> </div>
<div>    &lt;group name=&quot;cx_controls&quot;&gt;</div>
<div>     ...<br>       &lt;control action=&quot;hangup&quot; digits=&quot;9&quot;/&gt;<br>    &lt;/group&gt;<br><br>     &lt;group name=&quot;cx_sub_controls&quot;&gt;</div>
<div>     ...<br>       &lt;control action=&quot;hangup&quot; digits=&quot;4&quot;/&gt;<br>    &lt;/group&gt;<br><br>     &lt;profile name=&quot;cx&quot;&gt;</div>
<div>     ...<br>      &lt;param  name=&quot;caller-controls&quot; value=&quot;cx_controls&quot;/&gt;<br>    &lt;/profile&gt;</div>
<div>    &lt;profile name=&quot;cx_sub&quot;&gt;</div>
<div>     ...<br>      &lt;param   name=&quot;caller-controls&quot; value=&quot;cx_sub_controls&quot;/&gt;<br>     &lt;/profile&gt;</div>
<div> </div>
<div> </div>
<div>Dnia 20-12-2011 o godz. 18:21 Rodney napisał(a):</div>
<blockquote>
<div style="color:#000;background-color:#fff;font-family:times new roman,new york,times,serif;font-size:12pt">
<div>I am trying to transfer to a dynamic conference from within a static conference but when I do my callers loose control and can not use any dtmf caller control options and must hang up to get back. I tried using clear digit action but do not think this works on the &quot;conf&quot; realm. the dynamic conference works fine with all controls if i send them directly from the ivr but for what i am trying it is important to do this transfer from another conference. is there a method transfer and release 
all previous controls? i even tried using a difference conference profile so i transferred from static 501@default to &lt;digits&gt;@dynamic to see if giving new controls would work, to no avail. is there a log or something i can post that will help you in understanding how this is happening? or is it even fixable? thanks  rodney</div>

<div><br></div>
<div>   &lt;group name=&quot;default&quot;&gt;<br>      &lt;control action=&quot;mute&quot; digits=&quot;1&quot;/&gt;<br>      &lt;control action=&quot;hangup&quot; digits=&quot;0&quot;/&gt;<br>      &lt;control action=&quot;execute_application&quot; digits=&quot;4&quot; data=&quot;playback C:/Program Files/FreeSWITCH/recordings/conf_help.wav&quot;/&gt;<br>
      &lt;control action=&quot;execute_application&quot; digits=&quot;8&quot; data=&quot;execute_extension 
ANNOUNCE_CONF_COUNT_PRIVATE XML default&quot;/&gt;<br>      &lt;control action=&quot;execute_application&quot; digits=&quot;#&quot; data=&quot;execute_extension 759 xml default&quot;/&gt;</div>
<div><br>-     &lt;group name=&quot;dynamic&quot;&gt;<br>        &lt;control action=&quot;mute&quot; digits=&quot;1&quot;/&gt;<br>        &lt;control action=&quot;execute_application&quot; digits=&quot;0&quot; data=&quot;execute_extension 401 XML  default&quot;/&gt;  (main ivr menu extension)<br>
        &lt;control action=&quot;execute_application&quot; digits=&quot;8&quot; data=&quot;execute_extension ANNOUNCE_CONF_COUNT_PRIVATE XML 
default&quot;/&gt;<br></div>
<div><br></div>
<div><br></div>
<div>condition      destination_number      ^759$      1      <br>  action      answer            2      <br>  action      set      conference_user_list=|      11      <br>  action      
play_and_get_digits      4 4 3 5000 # askprivateroom.wav ivr/ivr-that_was_an_invalid_entry.wav target_num \d+      15      <br>  action      phrase       spell,${target_num}      16      <br>  action      conference      ${target_num}-127.0.0.1@default<br>
</div>
</div>
</blockquote>
<div><br></div><br>




</div><br>_______________________________________________<br>FreeSWITCH-users mailing list<br><a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">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><br> </div> </div>  </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>