aboutsummaryrefslogtreecommitdiffstats
path: root/configs/voicemail.conf.sample
diff options
context:
space:
mode:
authormalcolmd <malcolmd@f38db490-d61c-443f-a65b-d21fe96a405b>2004-04-06 21:52:42 +0000
committermalcolmd <malcolmd@f38db490-d61c-443f-a65b-d21fe96a405b>2004-04-06 21:52:42 +0000
commit72df970e585d58cc41da5f90b28ce4676217ef0a (patch)
tree65996eda9536441a54c2ae83289bfa3f590dc0cb /configs/voicemail.conf.sample
parent2e6cc3042c9e586546885f4a169f9c4263750783 (diff)
Add Matt's option to call an external application when a voicemail is
left git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2643 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/voicemail.conf.sample')
-rwxr-xr-xconfigs/voicemail.conf.sample5
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/voicemail.conf.sample b/configs/voicemail.conf.sample
index 6dec0498a..3a97fbd54 100755
--- a/configs/voicemail.conf.sample
+++ b/configs/voicemail.conf.sample
@@ -24,6 +24,11 @@ maxsilence=10
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