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 -> Freepbx -> Asterisk(DAHDI).<br><br>Office PBX:<br>Freeswitch -> Freepbx<br>Here is my dial plan.<br><br><br><br><extension name="ast_extens"><br> <condition field="destination_number" expression="^(\d{11})$"><br>
<action application="info"/><br> <action application="set" data="execute_on_answer=avmd"/><br> <action application="set" data="hangup_after_bridge=true"/><br>
<action application="bridge" data="sofia/external/$<a href="mailto:1@10.2.1.140">1@10.2.1.140</a>"/><br> <action application="info"/> <br><!-- <action application="sleep" data="250"/> --><br>
<action application="avmd" data="stop"/> <!-- Stops detection on the call. --><br> <action application="hangup"/><br> </condition><br> </extension><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>