[Asterisk-Users] Direct mailbox transfer

Steven Sokol ssokol at sokol-associates.com
Thu Feb 12 18:26:25 MST 2004


Actually, you just need to create an extension.  Here's mine:

Exten => _*55.,1,Answer()
Exten => _*55.,2,Voicemail(${EXTEN:3})
Exten => _*55.,3,Hangup()

Transfer the party to *55#### (where #### is the mailbox to transfer into).

There may be more elegant ways to do this, but it works for me.

Steve

> -----Original Message-----
> From: asterisk-users-admin at lists.digium.com [mailto:asterisk-users-
> admin at lists.digium.com] On Behalf Of Sean Garland
> Sent: Thursday, February 12, 2004 7:15 PM
> To: asterisk-users at lists.digium.com
> Subject: [Asterisk-Users] Direct mailbox transfer
> 
> 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





More information about the asterisk-users mailing list