[Freeswitch-users] Send a call directly to voicemail Transfer Help

Chris Chen chris.chen2004 at gmail.com
Mon Mar 8 10:34:57 PST 2010


Lloyd, you didn't define ${dialed_extension}, before you call the voicemail
application in your dialplan:
 <action application="voicemail" data="default ${domain_name}
${dialed_extension}"/>

Please fix that.

Chris

On Mon, Mar 8, 2010 at 1:23 PM, Aloysius Lloyd <lloyd.aloysius at gmail.com>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
>
> _______________________________________________
> 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/20100308/74c5b63e/attachment-0002.html 


More information about the FreeSWITCH-users mailing list