[Asterisk-cvs] asterisk/configs voicemail.conf.sample,1.37,1.38

markster at lists.digium.com markster at lists.digium.com
Thu Sep 2 23:50:39 CDT 2004


Update of /usr/cvsroot/asterisk/configs
In directory mongoose.digium.com:/tmp/cvs-serv16516/configs

Modified Files:
	voicemail.conf.sample 
Log Message:
Allow external program to be used to change password (bug #2357)


Index: voicemail.conf.sample
===================================================================
RCS file: /usr/cvsroot/asterisk/configs/voicemail.conf.sample,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- voicemail.conf.sample	16 Aug 2004 04:05:43 -0000	1.37
+++ voicemail.conf.sample	3 Sep 2004 03:53:48 -0000	1.38
@@ -28,6 +28,10 @@
 ; called when a voicemail is left, delivered, or your voicemailbox 
 ; is checked, uncomment this:
 ;externnotify=/usr/bin/myapp
+; If you need to have an external program, i.e. /usr/bin/myapp
+; called when a voicemail password is changed,
+; uncomment this:
+;externpass=/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




More information about the svn-commits mailing list