[Asterisk-Users] Direct mailbox transfer

John Fraizer tvo at enterzone.net
Thu Feb 12 18:33:08 MST 2004


Sean Garland wrote:
> How would one implement a direct mailbox transfer using the macros?
> What I want to do is have the person who answers the call to be able to
> transfer the call directly into a persons unavailable mailbox.  Thanks
> 
> 
> Sean Garland, MCP+I, A+ 
> Siskiyou Technology Consultants 
> 
> _______________________________________________
> Asterisk-Users mailing list
> Asterisk-Users at lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-users
> To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-users
> 


Add the following context and make sure it's available to the person who 
will be transferring people:

[direct-vm]
exten => _*9.,1,Voicemail2(u${EXTEN:2})
exten => _*9.,2,Hangup()



To transfer someone straight to VM, they simple "blind transfer" them to 
*9[voicemail extension]

Works like a charm.

John







More information about the asterisk-users mailing list