<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
<META NAME="GENERATOR" CONTENT="GtkHTML/3.30.3">
</HEAD>
<BODY>
HI,<BR>
<BR>
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().<BR>
<BR>
But when the fifo is connected with the agent the info() is not executed...<BR>
<BR>
Is it possible to do what i want?<BR>
<BR>
<BR>
My configuration is the following:<BR>
<BR>
<extension name="200"><BR>
<condition field="destination_number" expression="^200$"><BR>
<action application="set" data="continue_on_fail=true"/><BR>
<action application="set" data="hangup_after_bridge=false"/><BR>
<action application="answer"/><BR>
<action application="set" data="fifo_music=$${hold_music}"/><BR>
<action application="set" data="fifo_orbit_exten=_continue_:10"/><BR>
<action application="fifo" data="<A HREF="mailto:200@marces.com">200@marces.com</A> in"/><BR>
<action application="info"/><BR>
</condition><BR>
</extension><BR>
<BR>
<BR>
<BR>
the fifo conf:<BR>
<BR>
<fifo name="<A HREF="mailto:200@marces.com">200@marces.com</A>" importance="0"><BR>
<member timeout="60" simo="1" >{fifo_member_wait=nowait}user/200@marces.com</member><BR>
</fifo><BR>
<BR>
<BR>
<BR>
</BODY>
</HTML>