]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Merged revisions 276268 via svnmerge from
authorLeif Madsen <leif@leifmadsen.com>
Wed, 14 Jul 2010 11:52:24 +0000 (11:52 +0000)
committerLeif Madsen <leif@leifmadsen.com>
Wed, 14 Jul 2010 11:52:24 +0000 (11:52 +0000)
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: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@276269 65c4cc65-6c06-0410-ace0-fbb531ad65f3

configs/voicemail.conf.sample

index 9fa2e8b60ffd8a84aae309031d46fbe909de87c0..15627de0cd56a2efa953f4eed886e16570ef4ec9 100644 (file)
@@ -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.