On Mon, 31 Aug 2009, ilker Aktuna wrote: > When a voicemail is left on the extension, a SIP NOTIFY message is > Sent to my SIP client and the MWI is received ok. This is good. > But when I delete all Voicemail through AMPortal, SIP NOTIFY message > notifying that there is no voicemail left is not sent to the client.
In asterisk 1.6 you need to add a line to the general settings of your voicemail.conf that says 'pollmailboxes=yes' so that asterisk will check the mailboxes for changes that were caused by other programs. It is no by default. Since you are using trixbox you'll probably need to add that line to an include file somewhere. I'm sure if you search the trixbox forums for 'pollmailboxes' you'll find out where it needs to go. -Evan _______________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- AstriCon 2009 - October 13 - 15 Phoenix, Arizona Register Now: http://www.astricon.net asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
