[Asterisk-cvs] asterisk/configs voicemail.conf.sample,1.23,1.24

malcolmd at lists.digium.com malcolmd at lists.digium.com
Tue Apr 6 17:52:16 CDT 2004


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

Modified Files:
	voicemail.conf.sample 
Log Message:
Add Matt's option to call an external application when a voicemail is 
left


Index: voicemail.conf.sample
===================================================================
RCS file: /usr/cvsroot/asterisk/configs/voicemail.conf.sample,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- voicemail.conf.sample	25 Mar 2004 18:11:24 -0000	1.23
+++ voicemail.conf.sample	6 Apr 2004 21:52:42 -0000	1.24
@@ -24,6 +24,11 @@
 silencethreshold=128
 ; Max number of failed login attempts
 maxlogins=3
+; If you need to have an external program, i.e. /usr/bin/myapp
+; called when a voicemail is left, delivered, or your voicemailbox 
+; changes, uncomment this:
+;externnotify=/usr/bin/myapp
+
 
 ; Skip the "[PBX]:" string from the message title
 ;pbxskip=yes




More information about the svn-commits mailing list