From af07dc888306930320cc5c77e5e9233a530eefca Mon Sep 17 00:00:00 2001 From: Matthew Fredrickson Date: Fri, 10 Feb 2006 21:50:56 +0000 Subject: Add smdi support for asterisk (see doc/smdi.txt for config info) (#5945) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9423 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- configs/voicemail.conf.sample | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to 'configs/voicemail.conf.sample') diff --git a/configs/voicemail.conf.sample b/configs/voicemail.conf.sample index 68588dd8e..d7322860b 100644 --- a/configs/voicemail.conf.sample +++ b/configs/voicemail.conf.sample @@ -49,12 +49,18 @@ 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 is checked, uncomment -; this: + +; If you need to have an external program, i.e. /usr/bin/myapp +; called when a voicemail is left, delivered, or your voicemailbox +; is checked, uncomment this. It can also be set to 'smdi' to use +; smdi for external notification. If it is 'smdi', smdiport should +; be set to a valid port as specfied in smdi.conf. + ;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: +;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: ;externpass=/usr/bin/myapp ; For the directory, you can override the intro file if you want ;directoryintro=dir-intro -- cgit v1.2.3