<!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>
&lt;extension name=&quot;200&quot;&gt;<BR>
&lt;condition field=&quot;destination_number&quot; expression=&quot;^200$&quot;&gt;<BR>
&lt;action application=&quot;set&quot; data=&quot;continue_on_fail=true&quot;/&gt;<BR>
&lt;action application=&quot;set&quot; data=&quot;hangup_after_bridge=false&quot;/&gt;<BR>
&lt;action application=&quot;answer&quot;/&gt;<BR>
&lt;action application=&quot;set&quot; data=&quot;fifo_music=$${hold_music}&quot;/&gt;<BR>
&lt;action application=&quot;set&quot; data=&quot;fifo_orbit_exten=_continue_:10&quot;/&gt;<BR>
&lt;action application=&quot;fifo&quot; data=&quot;<A HREF="mailto:200@marces.com">200@marces.com</A> in&quot;/&gt;<BR>
&lt;action application=&quot;info&quot;/&gt;<BR>
&lt;/condition&gt;<BR>
&lt;/extension&gt;<BR>
<BR>
<BR>
<BR>
the fifo conf:<BR>
<BR>
&lt;fifo name=&quot;<A HREF="mailto:200@marces.com">200@marces.com</A>&quot; importance=&quot;0&quot;&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;member timeout=&quot;60&quot; simo=&quot;1&quot; &gt;{fifo_member_wait=nowait}user/200@marces.com&lt;/member&gt;<BR>
&lt;/fifo&gt;<BR>
<BR>
<BR>
<BR>
</BODY>
</HTML>