Hi, I have been testing mod_avmd, and out of the 200+ calls Ive managed to get it to work once, I have called two mobile networks and Our internal Freepbx with out much success.<br><br>The set up for making an outbound call is as follow. <br>
Mobile Network:<br>Freeswitch -&gt; Freepbx -&gt; Asterisk(DAHDI).<br><br>Office PBX:<br>Freeswitch -&gt; Freepbx<br>Here is my dial plan.<br><br><br><br>&lt;extension name=&quot;ast_extens&quot;&gt;<br>  &lt;condition field=&quot;destination_number&quot; expression=&quot;^(\d{11})$&quot;&gt;<br>
  &lt;action application=&quot;info&quot;/&gt;<br>  &lt;action application=&quot;set&quot; data=&quot;execute_on_answer=avmd&quot;/&gt;<br>  &lt;action application=&quot;set&quot; data=&quot;hangup_after_bridge=true&quot;/&gt;<br>
 &lt;action application=&quot;bridge&quot; data=&quot;sofia/external/$<a href="mailto:1@10.2.1.140">1@10.2.1.140</a>&quot;/&gt;<br> &lt;action application=&quot;info&quot;/&gt;    <br>&lt;!-- &lt;action application=&quot;sleep&quot; data=&quot;250&quot;/&gt; --&gt;<br>
  &lt;action application=&quot;avmd&quot; data=&quot;stop&quot;/&gt; &lt;!-- Stops detection on the call. --&gt;<br>  &lt;action application=&quot;hangup&quot;/&gt;<br>  &lt;/condition&gt;<br>  &lt;/extension&gt;<br><br><br>
This is the output on the console<br><br><a href="http://pastebin.freeswitch.org/20705">http://pastebin.freeswitch.org/20705</a><br><br><br>Am I missing something any where ?<br><br><br>Regards<br>Impy<br>