aboutsummaryrefslogtreecommitdiffstats
path: root/configs/voicemail.conf.sample
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-11-17 21:51:42 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-11-17 21:51:42 +0000
commit9f5ca42bcf530df3ddcdc91a0c849e7c565122a3 (patch)
tree2ba8f715bc1aaf62d363d4527c3e11810c19baad /configs/voicemail.conf.sample
parenteaad3b43af6568b6aa808697fd2aed688596adc1 (diff)
Add ability to notify an external application/script that the voicemail password was,
while also still changing the password "internally". Issue 7371, initial patch by pdunkel, with rewrite/config comments by me. Additional modifications (yay bitmask) by pdunkel. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@47814 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/voicemail.conf.sample')
-rw-r--r--configs/voicemail.conf.sample4
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/voicemail.conf.sample b/configs/voicemail.conf.sample
index c9d16f21d..a78bb0605 100644
--- a/configs/voicemail.conf.sample
+++ b/configs/voicemail.conf.sample
@@ -66,7 +66,11 @@ maxlogins=3
; If you need to have an external program, i.e. /usr/bin/myapp
; called when a voicemail password is changed, uncomment this:
+; Note: If this is set, the password will NOT be changed in voicemail.conf
+; If you would like to also change the password in voicemail.conf, use
+; the externpassnotify option below instead.
;externpass=/usr/bin/myapp
+;externpassnotify=/usr/bin/myapp
; For the directory, you can override the intro file if you want
;directoryintro=dir-intro
; The character set for voicemail messages can be specified here