login | register
Sun 07 of Sep, 2008 [22:12 UTC]

voip-info.org

Discuss [3] History

Asterisk Voicemail Dialplan

Created by: jht2,Last modification on Fri 20 of Jan, 2006 [14:26 UTC] by Metal

How to transfer or forward to voicemail mailboxes


Assume you have 3 digit extensions 100 - 199, then you can put something like this in the dialplan to allow users to transfer calls directly to a mailbox by dialing * followed by an extension number:

exten => _*1XX,1,Voicemail(u${EXTEN:1})
exten => _*1XX,2,Hangup

Users may also forward their phones to these extensions.

How to setup an extension for voicemail retreival


If users are calling from their own phone, and the voicemail mailbox IDs are the same as the extension numbers, this allows all users to to dial a common extension number to directly access thier voicemail mailbox.

exten => 199,1,VoicemailMain(s${CALLERIDNUM})
exten => 199,2,Hangup




Asterisk




Comments

Comments Filter
222

333

by Metal, Monday 23 of January, 2006 [08:42:51 UTC]
oki, thanks for all Iron
222

333Re:

by IronHelix, Friday 20 of January, 2006 [17:28:44 UTC]
you can find the default files in the asterisk source directory- usually /usr/src/asterisk-(version)/configs (or /configs from wherever you un-tar the asterisk file). its voicemail.conf.sample, copy it to /etc/asterisk/voicemail.conf and you have your default voicemail file again (or copy-paste what you need from the default)
222

333

by Metal, Friday 20 of January, 2006 [15:04:34 UTC]
wanna have the whole default "voicemail.cnf" text plz... think i deleted it :(