Of course I remember CC 2009! We had a nice conversation with you guys. :)<div><br></div><div>Okay, I was thinking about this and I had a few questions:</div><div><br></div><div>#1 - how do you feel about having the called party press a key to accept the collect call? If that is okay with you then the problem is solved very easily with the group_confirm stuff. (see <a href="http://wiki.freeswitch.org/wiki/Channel_Variables#Answer_confirmation_variables">http://wiki.freeswitch.org/wiki/Channel_Variables#Answer_confirmation_variables</a> for more information)</div>
<div><br></div><div>#2 - if you really want to have the called party just wait several seconds to accept the call then I would wonder how you handle a condition like the called party&#39;s voicemail answering? It&#39;s entirely possible that the called party&#39;s VM picks up, then the collect call goes through. (Unless, of course, that&#39;s what you want.)</div>
<div><br></div><div>Write out the call flow, like this:</div><div>Party A calls, is placed on hold, party B is called</div><div>If party B accepts call, bridge A and B</div><div>If party B rejects, send A to a rejection message</div>
<div><br></div><div>Is that right? If so then it&#39;s time to start coding. :)</div><div><br></div><div>-MC</div>