summaryrefslogtreecommitdiff
path: root/configs/voicemail.conf.sample
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2007-02-19 15:57:24 +0000
committerJoshua Colp <jcolp@digium.com>2007-02-19 15:57:24 +0000
commit6ad66e51aedf6929899ed87e9a641c66afda4e58 (patch)
tree45f94704fbc4cd2a040a82f92f950c95286d94d9 /configs/voicemail.conf.sample
parentc6dd460655c0400505b56fb3d5999ad00d316687 (diff)
Allow both an external application and SMDI to do voicemail notification at the same time. (issue #8625 reported by lters)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@55410 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs/voicemail.conf.sample')
-rw-r--r--configs/voicemail.conf.sample10
1 files changed, 6 insertions, 4 deletions
diff --git a/configs/voicemail.conf.sample b/configs/voicemail.conf.sample
index 2b388d7d7..b292713ad 100644
--- a/configs/voicemail.conf.sample
+++ b/configs/voicemail.conf.sample
@@ -58,11 +58,13 @@ 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. 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 specified in smdi.conf.
-
+; is checked, uncomment this.
;externnotify=/usr/bin/myapp
+
+; If you would also like to enable SMDI notification then set smdienable to yes.
+; You will also need to make sure smdiport is set to a valid port as specified in
+; smdi.conf.
+;smdienable=yes
;smdiport=/dev/ttyS0
; If you need to have an external program, i.e. /usr/bin/myapp