[asterisk-users] Voice Mail Delete Notification

Danny Nicholas danny at debsinc.com
Thu May 7 08:33:33 CDT 2009


Just write an AGI and run it from the h context of your voicemail

 

Exten => 7000,1,Voicemailmain(100 at default)

Exten => 7000,h,AGI(cleanmail.agi)

 

  _____  

From: asterisk-users-bounces at lists.digium.com
[mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Brian
Alexander
Sent: Wednesday, May 06, 2009 8:00 PM
To: asterisk-users at lists.digium.com
Subject: [asterisk-users] Voice Mail Delete Notification

 

Do you know if there is a way to have an script run whenever a user has
deleted a voicemail message?

I want to have multiple users, all with there own passwords, share the same
mailbox. When any one of them deletes a message I want it deleted from
everyone's mailbox. I believe that I can do this by using symbolic links on
the file system for their voice mail folders. 

However, I would like to keep a record of which users deleted messages
when... I do not see a way to hook into the voice mail to do this.

Thanks,
-Brian 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090507/37048790/attachment.htm 


More information about the asterisk-users mailing list