[Freeswitch-users] Send a call directly to voicemail Transfer Help
Brian West
brian at freeswitch.org
Mon Mar 8 10:33:26 PST 2010
That looks correct can you show me console output?
/b
On Mar 8, 2010, at 12:23 PM, Aloysius Lloyd wrote:
> 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/f89fa482/attachment-0002.html
More information about the FreeSWITCH-users
mailing list