[Home]

Summary:ASTERISK-08387: [patch] Allow voicemail to use an external app and smdi at the same time.
Reporter:lters (lters)Labels:
Date Opened:2006-12-19 15:21:06.000-0600Date Closed:2007-02-19 09:57:37.000-0600
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Applications/app_voicemail
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) app_voicemail.c_patch1
Description:Allows voicemail to run an external app and use smdi both.

Attatched patch for voicemail. See additional information for the sample config patch

****** ADDITIONAL INFORMATION ******

configs/voicemail.conf.sample
+
+; If you want an external program called in addition to smdi
+; you can enable externappnotify
+externappnotify=/usr/local/bin/vm_notify.php
Comments:By: Russell Bryant (russell) 2007-02-16 17:05:02.000-0600

What if we just change it so the externnotify app is called if smdi is in use or not?  It seems like that would make more sense than adding a new option.

By: Joshua C. Colp (jcolp) 2007-02-19 09:57:37.000-0600

Fixed in trunk as of revision 55410. I added a new option, smdienable, that enables SMDI instead of having to specify it for externnotify.