You can set the action to be taken on both legs. Note the syntax for bda:<br><a href="http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_bind_digit_action">http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_bind_digit_action</a><br>
<br>Something like this:<br><br><font face="'times new roman', 'new york', times, serif"><span style="white-space:pre-wrap"></span><action application="bind_digit_action" data="moderator,0,exec:transfer,399 XML default,both,both"/></font><br>
<br>Tinker with that syntax and see if you can make the other leg also get x-fered instead of disconnected.<br><br>-MC<br><br><div class="gmail_quote">On Sun, Jan 8, 2012 at 4:19 AM, Rodney <span dir="ltr"><<a href="mailto:notlikeme75@yahoo.com">notlikeme75@yahoo.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div style="font-size:12pt;font-family:times new roman,new york,times,serif"><div style="font-family:'times new roman','new york',times,serif;font-size:12pt">
i am trying to allow a "phone roulette" situation where two callers from the ivr can be randomly be joined together. I need the following options</div><div style="font-family:'times new roman','new york',times,serif;font-size:12pt">
<br></div><div style="font-family:'times new roman','new york',times,serif;font-size:12pt">2 for next caller</div><div style="font-family:'times new roman','new york',times,serif;font-size:12pt">
0 go back to ivr menu</div><div style="font-family:'times new roman','new york',times,serif;font-size:12pt"><br></div><div style="font-family:'times new roman','new york',times,serif;font-size:12pt">
the matchup seems to work but once in a bridge the caller who press 2 moves on but the
other caller gets hung up on from the whole system and has to call back. is there a better way to match callers in this scenario without the hangup. here is the extension:</div><div style="font-family:'times new roman','new york',times,serif;font-size:12pt">
<br></div><div><div><font face="'times new roman', 'new york', times, serif"><extension name="valet_parking_destination_ext" ></font></div><div><font face="'times new roman', 'new york', times, serif"><br>
</font></div><div><font face="'times new roman', 'new york', times, serif"> <condition field="destination_number" expression="^533$"></font></div><div><font face="'times new roman', 'new york', times, serif"><br>
</font></div><div><font face="'times new roman', 'new york', times, serif"> <action application="answer"/></font></div><div><font face="'times new roman', 'new york', times, serif"><br>
</font></div><div><font face="'times new
roman', 'new york', times, serif"><action application="clear_digit_action" data="all"/></font></div><div><font face="'times new roman', 'new york', times, serif"><span style="white-space:pre-wrap">        </span><action application="bind_digit_action" data="moderator,0,exec:transfer,399 XML default"/></font></div>
<div><font face="'times new roman', 'new york', times, serif"><span style="white-space:pre-wrap">        </span><action application="bind_digit_action" data="moderator,2,exec:transfer,533 XML default"/></font></div>
<div><font face="'times new roman', 'new york', times, serif"><span style="white-space:pre-wrap">        </span><action application="playback" data="C:/Program Files/FreeSWITCH/recordings/randomchatsimple.wav"/><span style="white-space:pre-wrap">        </span></font></div>
<div><font face="'times new roman', 'new york', times, serif">
<action application="valet_park" data="valet_lot 533"/></font></div><div><font face="'times new roman', 'new york', times, serif"><br></font></div><div><font face="'times new roman', 'new york', times, serif"> <action application="transfer" data="533 xml default"/></font></div>
<div><font face="'times new roman', 'new york', times, serif"><br></font></div><div><font face="'times new roman', 'new york', times, serif"> </condition></font></div><div><font face="'times new roman', 'new york', times, serif"></extension></font></div>
<div style="font-family:'times new roman','new york',times,serif;font-size:12pt"><br></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><br>