[Freeswitch-users] Is mod vmd working?
mszlazak at aol.com
mszlazak at aol.com
Tue Mar 17 23:59:54 PDT 2009
I followed these instructions for Mod_vmd except for a Windows box:
http://wiki.freeswitch.org/wiki/Mod_vmd
I tried testing to see if it's working by dialing the following extension:
??? <!-- mod_vmd test extension (new mod)-->
??? <extension name="vmdtest">
??? ??? <condition field="destination_number" expression="^5555$">
??? ??? ??? <action application="answer"/>
??? ??? ??? <action application="info"/>
??? ??? ??? <action application="vmd"/>
??? ??? ??? <action application="sleep" data="25000"/>
??? ??? ??? <action application="info"/>???? <!-- Look for chan var "vmd_detect" here -->
??? ??? ??? <action application="hangup"/>
??? ??? </condition>
??? </extension>
However, I didn't see channel variable "vmd_detect" in the FreeSwitch console.
??
Mark.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20090318/a83f0caf/attachment-0002.html
More information about the FreeSWITCH-users
mailing list