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

Rob Forman rob4manhere at gmail.com
Mon Mar 8 10:34:15 PST 2010


Much easier to see what's going on with logs.  Post the snippet of a  
test call from your freeswitch logs in debug to http://pastebin.freeswitch.org/ 
  and share the link.


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
> _______________________________________________
> 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/7b566ee4/attachment-0002.html 


More information about the FreeSWITCH-users mailing list