aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorlmadsen <lmadsen@f38db490-d61c-443f-a65b-d21fe96a405b>2010-07-14 11:52:24 +0000
committerlmadsen <lmadsen@f38db490-d61c-443f-a65b-d21fe96a405b>2010-07-14 11:52:24 +0000
commit0f3f990d74568f2f7738b0ee8b6bedd2b150d369 (patch)
treefc15e40f6ee156e7632376fed03c4a72cbb1a210 /configs
parent5f05ec22c058e7bea12c8744375788118fb2e4dd (diff)
Merged revisions 276268 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ................ r276268 | lmadsen | 2010-07-14 06:51:48 -0500 (Wed, 14 Jul 2010) | 9 lines Merged revisions 276267 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r276267 | lmadsen | 2010-07-14 06:49:01 -0500 (Wed, 14 Jul 2010) | 1 line Update documentation for voicemail.conf externpass option. ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.2@276269 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs')
-rw-r--r--configs/voicemail.conf.sample3
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/voicemail.conf.sample b/configs/voicemail.conf.sample
index 9fa2e8b60..15627de0c 100644
--- a/configs/voicemail.conf.sample
+++ b/configs/voicemail.conf.sample
@@ -76,7 +76,8 @@ maxlogins=3
;smdiport=/dev/ttyS0
; If you need to have an external program, i.e. /usr/bin/myapp
-; called when a voicemail password is changed, uncomment this:
+; called when a voicemail password is changed, uncomment this. The
+; arguments passed to the application are: <context> <mailbox> <newpassword>
; 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.