[Freeswitch-users] Send a call directly to voicemail Transfer Help
Aloysius Lloyd
lloyd.aloysius at gmail.com
Mon Mar 8 10:23:54 PST 2010
Hi All,
I would like to setup a dial plan, Dial *99[extension number] send a call
directly to voicemail.
I setup the following Dial Plan . But when I transfer the call
*99[extension number] the call failed.
<extension name="voicemail_transfer">
<condition field="destination_number" expression="^(\*9920[0-9])$">
<action application="answer"/>
<action application="sleep" data="1000"/>
<action application="voicemail" data="default ${domain_name}
${dialed_extension}"/>
</condition>
</extension>
But when I transfer the call *99[extension number] the call failed.My
extensions range 201 - 209
Please let me know where the mistake is.
Thanks
Lloyd
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20100308/cd6d2bad/attachment-0002.html
More information about the FreeSWITCH-users
mailing list