Hi All,<div><br></div><div>I'm pretty new to freeswitch :)</div><div><br></div><div>I'm trying to set up the following scenario:</div><div><br></div><div>1. A caller calls in is greeted by a message that says, "Please hold while your party is located" </div>
<div>2. The caller is placed on hold</div><div>3. An outbound call sequentially rings cell phones through a gateway</div><div>4. If a cellphone answers the "agent" must push a digit (to verify they are not voice mail)</div>
<div>5. If a digit is pushed the agent is connected to the caller</div><div><br></div><div>I'm trying to implement this using mod_fifo, however when I add the caller to the fifo, processing of that extension stops and I can't ever call and test the cellphone to add them as a member of the fifo.</div>
<div><br></div><div><div><context name="custom"></div><div> <extension name="FIFO-Call"></div><div> <condition field="destination_number" expression="^(100)$"></div>
<div>- <action application="answer"/></div><div> <action application="playback" data="/usr/local/freeswitch/sounds/en/us/callie/misc/noc_intro.wav"/></div><div> <action application="fifo" data="noc_fifo in nowait"/></div>
<div> <action application="sleep" data="300"/></div><div> <action application="set" data="effective_caller_id_number=${outbound_caller_id_number}"/></div><div>
<action application="set" data="effective_caller_id_name=${outbound_caller_id_name}"/></div><div> <action application="set" data="ringback=${us-ring}"/></div>
<div> <action application="set" data="call_timeout=60"/></div><div> <action application="set" data="group_confirm_file=/usr/local/freeswitch/sounds/en/us/callie/misc/prove_youre_human.wav"/></div>
<div> <action application="set" data="group_confirm_key=4"/></div><div> <action application="set" data="fifo_member(add noc_fifo {fifo_member_wait=nowait}sofia/custom_dialplan/89883757@pstn-gateway:5060)"/></div>
<div> </condition></div><div> </extension></div><div></context></div></div><div><br></div><div><br></div><div>Any help would be greatly appreciated!</div><div><br></div><div>Kyle</div>