From d0037ea2fde2bf8396ef9bb77892aae9ea86cb86 Mon Sep 17 00:00:00 2001 From: Malcolm Davenport Date: Tue, 6 Apr 2004 21:52:42 +0000 Subject: Add Matt's option to call an external application when a voicemail is left git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2643 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- configs/voicemail.conf.sample | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'configs/voicemail.conf.sample') 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 -- cgit v1.2.3