<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div>I finally got pagd working for a dynamic conference using transfer from IVR but i want to know if there is a way to do this from within another static conference.:</div><div><br></div><div>I use <control action="execute_application" digits="#" data="execute_extension 759 xml default"/> from within a static conference,</div><div><br></div><div> it transfers me to the proper conference but the caller looses control and has to hangup to call back to get another option. I want them to have the same caller-controls and be able to hangup back to ivr just like the static conferences work. if i have to use a separate caller control group that is fine, but as it stands this only works from main ivr, it is very important for me to have a direct transfer to a dynamic conference pagd from within a static.
does this have something do with clearing the bindings to get new ones? i tried clear digit action but don't think it works for the hard coded caller controls. maybe i am using the wrong method to transfer to the extension 759 from within conference. all help is appreciated.<br></div><div><br></div><div><br> condition destination_number ^759$ 1 <br> action answer 2 <br> action clear_digit_action conf 3 <br> action set conference_user_list=| 11 <br> action play_and_get_digits 4 4 3
5000 # conf-pin.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</div><div><br></div><div><br></div><div><br></div><div><br></div></div></body></html>