mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-23 13:09:00 +00:00
Add the ability to customize some of the prompts used within the voicemail
application by configuring them in voicemail.conf (issue #7415, patch by fkasumovic, with some fixes and documentation updates by myself) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@46360 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -203,7 +203,25 @@ sendvoicemail=yes ; Context to Send voicemail from [option 5 from the advanced m
|
||||
; greetings. The default is "no".
|
||||
; hidefromdir=yes ; Hide this mailbox from the directory produced by app_directory
|
||||
; The default is "no".
|
||||
;tempgreetwarn=yes ; Remind the user that their temporary greeting is set
|
||||
; tempgreetwarn=yes ; Remind the user that their temporary greeting is set
|
||||
; vm-password=custom_sound
|
||||
; Customize which sound file is used instead of the default
|
||||
; prompt that says: "password"
|
||||
; vm-newpassword=custom_sound
|
||||
; Customize which sound file is used instead of the default
|
||||
; prompt that says: "Please enter your new password followed by
|
||||
; the pound key."
|
||||
; vm-passchanged=custom_sound
|
||||
; Customize which sound file is used instead of the default
|
||||
; prompt that says: "Your password has been changed."
|
||||
; vm-reenterpassword=custom_sound
|
||||
; Customize which sound file is used instead of the default
|
||||
; prompt that says: "Please re-enter your password followed by
|
||||
; the pound key"
|
||||
; vm-mismatch=custom_sound
|
||||
; Customize which sound file is used instead of the default
|
||||
; prompt that says: "The passwords you entered and re-entered
|
||||
; did not match. Please try again."
|
||||
|
||||
[zonemessages]
|
||||
eastern=America/New_York|'vm-received' Q 'digits/at' IMp
|
||||
|
Reference in New Issue
Block a user