<html><body><div style="color:#000; background-color:#fff; 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; ">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">&lt;extension name="valet_parking_destination_ext" &gt;</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">&nbsp; &nbsp;&lt;condition field="destination_number" expression="^533$"&gt;</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">&nbsp; &nbsp; &nbsp; &nbsp; &lt;action application="answer"/&gt;</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">&lt;action application="clear_digit_action" data="all"/&gt;</font></div><div><font face="'times new roman', 'new york', times, serif"><span class="Apple-tab-span" style="white-space:pre">        </span>&lt;action application="bind_digit_action" data="moderator,0,exec:transfer,399 XML default"/&gt;</font></div><div><font face="'times new roman', 'new york', times, serif"><span class="Apple-tab-span" style="white-space:pre">        </span>&lt;action application="bind_digit_action" data="moderator,2,exec:transfer,533 XML default"/&gt;</font></div><div><font face="'times new roman', 'new york', times, serif"><span class="Apple-tab-span" style="white-space:pre">        </span>&lt;action application="playback" data="C:/Program Files/FreeSWITCH/recordings/randomchatsimple.wav"/&gt;<span class="Apple-tab-span" style="white-space:pre">        </span></font></div><div><font face="'times new roman', 'new york', times, serif">&nbsp; &nbsp; &nbsp; &nbsp;
 &lt;action application="valet_park" data="valet_lot 533"/&gt;</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">&nbsp;&lt;action application="transfer" data="533 xml default"/&gt;</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">&nbsp; &nbsp;&lt;/condition&gt;</font></div><div><font face="'times new roman', 'new york', times, serif">&lt;/extension&gt;</font></div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt; "><br></div></div></div></body></html>