Message waiting light does not update when voicemail is managed through iSymphony
Last modified by michaely on 2021/09/10 22:40
On this page
Symptoms
If messages are deleted, marked as read or unread the Message Waiting Indicator light on the phone does not update properly.
Cause
iSymphony utilizes direct file system modifications in order to manage voicemail due to the lack of support for this type of managment via the AMI. Asterisk must be configured to poll the voicemail directory in order to update the MWI on the phones.
Resolution
FreePBX:
- Navigate to Settings->Voicemail Admin
- Set pollmailboxes = yes
- Set pollfreq = <number of seconds you wish to poll for updates>
- Reload FreePBX
Vanilla Asterisk:
- Open /etc/asterisk/voicemail.conf
Add the following to the [general] section:
pollmailboxes = yes
pollfreq = <number of seconds you wish to poll for updates>- Save voicemail.conf
Issue the following command on the server CLI to apply the changes
asterisk -rx "core reload"