<div dir="ltr">Hi All,<div><br></div><div style>I am using mod_fifo for park/unpark like application using diaplan below, everything works great, I am able to park/unpark calls, transfer back to the extension that parked the call on timeout and remove FS from signaling path after transfer using uuid_simplify.</div>
<div style>What I wasn't able to accomplish is to remove FS from signaling path after unparking the call, tried both uuid_simplify and setting sip_auto_simplify variable without luck. Any idea if this is possible?</div>
<div style><br></div><div style>Thanks,</div><div style>George</div><div style><br></div><div style><div> <extension name="ParkOrbitFull"></div><div> <condition field="destination_number" expression="^5555$"></div>
<div> <action application="set" data="fifo_music=${hold_music"/><br></div><div> <action application="set" data="fifo_orbit_exten=transferBack${sip_referred_by_user}:30"/></div>
<div> <action application="set" data="fifo_orbit_dialplan=XML"/></div><div> <action application="set" data="fifo_caller_exit_key=5"/></div><div> <action application="set" data="fifo_caller_exit_to_orbit=true"/></div>
<div> <action application="fifo" data="QPark5555 in"/></div><div> <action application="hangup"/></div><div> </condition></div><div> </extension></div><div>
<extension name="UnParkFull"></div><div> <condition field="destination_number" expression="^\*45555$"></div><div> <action application="fifo" data="QPark5555 out nowait"/></div>
<div> </condition></div><div> </extension></div><div> <extension name="transferBack"></div><div> <condition field="destination_number" expression="^transferBack(\d+)$"></div>
<div> <action application="set" data="ringback=${us-ring}"/></div><div> <span style="font-size:13px;font-family:arial,sans-serif"><action application="bridge" data="{api_on_answer='uuid_</span><span style="font-size:13px;font-family:arial,sans-serif">simplify ${uuid}'}sofia/$${domain}/$1@$</span><span style="font-size:13px;font-family:arial,sans-serif">${domain}"/></span></div>
<div> </condition></div><div> </extension><br></div></div></div>