Thanks for the quick response. I am trying to implement a solution for voicemail outcall notification for individual users. There is a suggested solution posted in the wiki but it has some limitations thus I was looking for an alternate solution.
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, May 17, 2004 5:23 PM To: [EMAIL PROTECTED] Subject: Re: [Asterisk-Users] Enhanced voicemail Externnotify On Mon, May 17, 2004 at 05:11:40PM -0400, Kevin wrote: > Has anyone implemented the externnotify feature that is mentioned on the > wiki with the enhanced voicemail? I have (I wrote it :-) ). > Externnotify > > Want to run an external program whenever a caller leaves a voice mail > message for a user? This is where the externnotify command comes in > handy. Externnotify takes a string value which is the command line you > want to execute when the caller finishes leaving a message. > > Does anyone know the proper usage of the feature and can it be defined > for individual mailboxes ? Externotify is not implemented for individual mailboxes. It is a one use general variable that is set in the general voicemail configuration. The way it works is basically any time that somebody leaves a voicmail on the system (regardless of mailbox number) the command specified for externnotify is run with the arguements (in this order): context, extension, and number of voicemails in that mailbox. These arguements are passed to the program that you set in the externnotify variable. Matthew Fredrickson _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
