Sponsor: VoiceMeUp - Corporate & Wholesale VoIP Services

VoIP Mailing List Archives
Mailing list archives for the VoIP community
 SearchSearch 

[Freeswitch-users] AMD Functionality


 
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> freeSWITCH Users
View previous topic :: View next topic  
Author Message
nik.middleton at noble...
Guest





PostPosted: Sat Feb 07, 2009 6:39 am    Post subject: [Freeswitch-users] AMD Functionality Reply with quote

Hi Guys,

Is there any form of Answer phone detection in FS? A search hasn’t really brought up anything

Regards,
Back to top
sicfslist at gmail.com
Guest





PostPosted: Sat Feb 07, 2009 9:41 am    Post subject: [Freeswitch-users] AMD Functionality Reply with quote

Nik,

Right now there is mod_vmd. It sets the channel variable vmd_detect if it detects a beep. If a beep is detected it will set vmd_detect=TRUE. If no beep is detected then it won't do anything.

Example of usage as follows (with the outcome being hangup if answering machine is detected):

<extension name="110">
<condition field="destination_number" expression="^110$">
<action application="answer"/>
<action application="vmd"/>
<action application="playback" data="$SOMEFILE"/>
<action application="transfer" data="111 xml $context/>
</condition>
</extension>


<extension name="111">
<condition field="destination_number" expression="^111$"/>
<condition field="${vmd_detect}" expression="^TRUE">
<action application="hangup"/>
<anti-action application="transfer" data="112 xml $context"/>
</condition>
</extension>

And Ken Rice also has a mod that can be licensed that probably is a better solution and works much better.

Hope this helps.

SDR
Back to top
Display posts from previous:   
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> freeSWITCH Users All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group

VoiceMeUp - Corporate & Wholesale VoIP Services