This may be a case of set vs. export. As a personal preference I like to put &quot;export&quot; variables into the dialstring itself so that I don&#39;t forget them. Also, it makes it a bit easier to know what is happening on the dialing leg. Try this:<br>
<br>Remove the set apps for call_timeout and ignore_early_media. (IIUC, enterprise originate automatically ignores early media, but feel free to set it anyway.)<br><br>Modify your data on the bridge app to be:<br>data=&quot;&lt;call_timeout=10,ignore_early_media=true&gt;FreeTDM/1/1:_:FreeTDM/1/2:_:FreeTDM/1/3:_:FreeTDM/1/4:_:FreeTDM/1/5:_:FreeTDM/1/6&quot;<br>
<br>I&#39;m just pulling this off the top of my head so don&#39;t forget about the <a href="http://wiki.freeswitch.org/wiki/Reporting_Bugs#Standard_Disclaimer">standard disclaimer</a>... Let us know how it goes.<br><br>-MC<br>
<br><div class="gmail_quote">On Sat, Mar 23, 2013 at 2:17 AM, Trever L. Adams <span dir="ltr">&lt;<a href="mailto:trever.adams@gmail.com" target="_blank">trever.adams@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
The following is based on examples in the wiki. If I only have one<br>
FreeTDM end point it works. If I only use &quot;,&quot; bridging it works, but not<br>
all phones ring and a lot of other weirdness. If I use the multithread<br>
dialing (:_:), all sorts of problems arise.<br>
<br>
1) It no longer detects when someone hangs up. It rings and rings.<br>
2) It no longer goes to voice mail no matter what I do.<br>
<br>
This seems to be whether I use loopback or not. I only use loop back for<br>
the retrieve-vm capability and the example showed it.<br>
<br>
   &lt;condition field=&quot;chan_name&quot; expression=&quot;^FreeTDM/3:1/&quot;&gt;<br>
      &lt;!-- do voice mail after 4 rings... that is what the 20 below is --&gt;<br>
      &lt;action application=&quot;set&quot; data=&quot;call_timeout=10&quot;/&gt;<br>
      &lt;action application=&quot;set&quot; data=&quot;hangup_after_bridge=true&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;ignore_early_media=true&quot; /&gt;<br>
      &lt;action application=&quot;bridge&quot;<br>
data=&quot;FreeTDM/1/1:_:FreeTDM/1/2:_:FreeTDM/1/3:_:FreeTDM/1/4:_:FreeTDM/1/5:_:FreeTDM/1/6&quot;/&gt;<br>
<br>
      &lt;action application=&quot;answer&quot;/&gt;<br>
      &lt;action application=&quot;sleep&quot; data=&quot;300&quot;/&gt;<br>
      &lt;action application=&quot;hash&quot;<br>
data=&quot;insert/$${domain}-retrieve_vm/global/${uuid}&quot;/&gt;<br>
      &lt;action application=&quot;set&quot;<br>
data=&quot;vm-alternate-greet-id=$${FAMILY_PHONE_NUMBER}&quot; /&gt;<br>
&lt;!--      &lt;action application=&quot;bridge&quot;<br>
data=&quot;loopback/app=voicemail:default $${domain}<br>
$${FAMILY_PHONE_NUMBER}&quot;/&gt; --&gt;<br>
         &lt;action application=&quot;voicemail&quot; data=&quot;default $${domain}<br>
$${FAMILY_PHONE_NUMBER}&quot;/&gt;<br>
&lt;!--     &lt;action application=&quot;hangup&quot;/&gt; --&gt;<br>
    &lt;/condition&gt;<br>
<br>
  &lt;extension name=&quot;retrieve-vm&quot;&gt;<br>
    &lt;condition field=&quot;destination_number&quot; expression=&quot;^(\#)$&quot;&gt;<br>
      &lt;action application=&quot;intercept&quot;<br>
data=&quot;${hash(select/$${domain}-retrieve_vm/global/${uuid}&quot;/&gt;<br>
      &lt;action application=&quot;answer&quot;/&gt;<br>
      &lt;action application=&quot;sleep&quot; data=&quot;1000&quot;/&gt;<br>
    &lt;/condition&gt;<br>
  &lt;/extension&gt;<br>
<br>
<br>
This is strange because this is my normal dialplan (disabled when I am<br>
trying to get voicemail up)<br>
            &lt;extension name=&quot;direct_inbound&quot;&gt;<br>
                  &lt;condition field=&quot;chan_name&quot; expression=&quot;^FreeTDM/3:1/&quot;&gt;<br>
                    &lt;action application=&quot;bridge&quot;<br>
data=&quot;FreeTDM/1/1:_:FreeTDM/1/2:_:FreeTDM/1/3:_:FreeTDM/1/4:_:FreeTDM/1/5:_:FreeTDM/1/6&quot;/&gt;<br>
                    &lt;action application=&quot;hangup&quot;/&gt;<br>
                  &lt;/condition&gt;<br>
                &lt;/extension&gt;<br>
<br>
It works absolutely fine! Is this a bug in call_timeout, or am I missing<br>
something. As shown above, I have even tried to ignore early media.<br>
<br>
Thank you,<br>
Trever<br>
<br>
P.S. I would greatly appreciate help getting this working. It is the<br>
last piece I need to use FreeSWITCH exclusively for my folks who are<br>
trying to get rid of fax machines, answering machines, etc. as well as<br>
get some call screen and Do-Not-Call-List integration.<br>
<span class="HOEnZb"><font color="#888888">--<br>
&quot;It is error alone which needs the support of government. Truth can<br>
stand by itself.&quot; -- Thomas Jefferson<br>
<br>
</font></span><br>_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>Michael S Collins<br>Twitter: @mercutioviz<br><a href="http://www.FreeSWITCH.org" target="_blank">http://www.FreeSWITCH.org</a><br><a href="http://www.ClueCon.com" target="_blank">http://www.ClueCon.com</a><br>
<a href="http://www.OSTAG.org" target="_blank">http://www.OSTAG.org</a><br><br>