aboutsummaryrefslogtreecommitdiffstats
path: root/configs/voicemail.conf.sample
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-02-19 15:57:24 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-02-19 15:57:24 +0000
commitc016e76f9834fd0371d183cee0402e5db47a263b (patch)
tree45f94704fbc4cd2a040a82f92f950c95286d94d9 /configs/voicemail.conf.sample
parent12c3f5928769f7a424dc092b6d6dc0ab82762b04 (diff)
Allow both an external application and SMDI to do voicemail notification at the same time. (issue #8625 reported by lters)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@55410 f38db490-d61c-443f-a65b-d21fe96a405b
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