Asterisk Voicemail is called from within the dialplan (see /etc/asterisk/extensions.conf)like any other application. It takes as an argument the mailbox to be used and the message to be layed (busy or unavailable.) The message is set in the dialplan by preceding the mailbox number with ‘b’ or ‘u’ for busy or unavailable. Alternately, the mailbox number may be preceeded by an ‘s’ for silent, in which case no instructions or greeting is played (just a beep). Ifn the event no letter preceding letter is present, then only the instructions are played and not the greeting.
;
; This is the voicemail.conf basic example file for Opensource Asterisk server. Asterisk
; can be found on http://www.asterisk.org/
;
; More recent versions of this file can be found on:
; http://www.networks.pk
; Voicemail Configuration
[general]
; Default formats for writing Voicemail
format=gsm|wav49|wav
; Who the e-mail notification should appear to come from
serveremail=voicemail@loligo.com
; Should the email contain the voicemail as an attachment
attach=yes
; Maximum length of a voicemail message
;maxmessage=180
; Maximum length of greetings
maxgreet=60
; Each mailbox is listed in the form
; if the e-mail is specified, a message will be sent when a message is
; received, to the given mailbox.
;
[default]
2203 => 9876,Syed Saud,syed@tele.pk2204 => 5432,Froo Froo,nobody@fox-den.com
No tag for this post.