Re: [asterisk-users] Voice Mail Delete Notification

2009-05-07 Thread Danny Nicholas
Just write an AGI and run it from the h context of your voicemail

 

Exten => 7000,1,Voicemailmain(1...@default)

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

 

  _  

From: asterisk-users-boun...@lists.digium.com
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Brian
Alexander
Sent: Wednesday, May 06, 2009 8:00 PM
To: asterisk-users@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 

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

[asterisk-users] Voice Mail Delete Notification

2009-05-06 Thread Brian Alexander
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
___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users