[Freeswitch-users] Execute after FIFO when success call is bridged
Antonio Silva
asilva at wirelessmundi.com
Thu Jul 11 19:25:05 MSD 2013
HI,
I'm trying to get some information after calling a FIFO, when the FIFO
exits with TIMEOUT or the member hangups the call is ok, i get the
info().
But when the fifo is connected with the agent the info() is not
executed...
Is it possible to do what i want?
My configuration is the following:
<extension name="200">
<condition field="destination_number" expression="^200$">
<action application="set" data="continue_on_fail=true"/>
<action application="set" data="hangup_after_bridge=false"/>
<action application="answer"/>
<action application="set" data="fifo_music=$${hold_music}"/>
<action application="set" data="fifo_orbit_exten=_continue_:10"/>
<action application="fifo" data="200 at marces.com in"/>
<action application="info"/>
</condition>
</extension>
the fifo conf:
<fifo name="200 at marces.com" importance="0">
<member timeout="60" simo="1"
>{fifo_member_wait=nowait}user/200 at marces.com</member>
</fifo>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20130711/f519ff77/attachment.html
Join us at ClueCon 2011 Aug 9-11, 2011
More information about the FreeSWITCH-users
mailing list