Message waiting light does not update when voicemail is managed through iSymphony

Version 25.1 by michaely on 2013/04/10 10:32
Warning
For security reasons, the document is displayed in restricted mode as it is not the current version. There may be differences and errors due to this.

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: 
  1. Navigate to Settings->Voicemail Admin 
  2. Set pollmailboxes = yes 
  3. Set pollfreq = <number of seconds you wish to poll for updates>
  4. Reload FreePBX
Vanilla Asterisk:
  1. Open /etc/asterisk/voicemail.conf 
  2. Add the following to the [general] section:

    pollmailboxes = yes
    pollfreq = <number of seconds you wish to poll for updates>

  3. Save voicemail.conf
  4. Issue the following command on the server CLI to apply the changes

    asterisk -rx "core reload"

Related Content

Expand to see related content

Unknown macro: unmigrated-inline-wiki-markup. Click on this message for details.