[Freeswitch-users] Is mod vmd working?

mszlazak at aol.com mszlazak at aol.com
Wed Mar 18 15:12:20 PDT 2009


 Hi MC,

With trunk 12638M, I tried checking vmd internally and externally to my cell. 
No luck at all in detecting a voicemail (beep). 
I used the following extensions to test this, maybe they are in error. 

If not then how else can I detect from FS that I got voicemail in a phone agnostic way (i.e, pots & sip).

<extension name="110">
<condition field="destination_number" expression="^110$">
<action application="answer"/>
<action application="vmd"/>
<!--<action application="voicemail" data="default 10.0.0.3 1000"/>-->
<action application="bridge" data="sofia/gateway/spa3102PSTN/12223334444 at 10.0.0.5:5061"/>
<action application="transfer" data="111 XML default"/>
</condition>
</extension>

<extension name="111">
<condition field="destination_number" expression="^111$"/>
<condition field="${vmd_detect}" expression="^TRUE">
<action application="answer"/>
<action application="speak" data="flite|kal|voicemail detected"/>
<action application="hangup"/>

<anti-action application="answer"/>
<anti-action application="speak" data="flite|kal|no voicemail detected"/>
<anti-action application="hangup"/>??? ??? ??? 
</condition>
</extension>

Mark.


-----Original Message-----
From: Michael Collins <msc at freeswitch.org>
To: freeswitch-users at lists.freeswitch.org
Sent: Wed, 18 Mar 2009 10:24 am
Subject: Re: [Freeswitch-users] Is mod vmd working?










2009/3/18  <mszlazak at aol.com>:
> I added a voicemail tag in 5555 to a default extension 1001, I hear the
> voicemail beep but still don't see vmd_detect.
>
> Mark

FYI, I've used mod_vmd but only in a TDM environment on outbound calls
via a PRI. It worked very well on for detecting answering  machine
beeps and vm beeps on cell phone voice mails.
-MC

_______________________________________________
Freeswitch-users mailing list
Freeswitch-users at lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org



 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20090318/3c414272/attachment-0002.html 


More information about the FreeSWITCH-users mailing list