Version 35.1 by michaely on 2013/04/10 10:03

Show last authors
1 ====== On this page ======
2
3
4
5 {{toc maxLevel="5"/}}
6
7 == Symptoms ==
8
9 If messages are deleted, marked as read or unread the Message Waiting Indicator light on the phone does not update properly.
10
11 == Cause ==
12
13 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
14
15 == Resolution ==
16
17 ===== (% style="line-height: 1.4285715;" %)**FreePBX:** (%%) =====
18
19 1. Navigate to **Settings->Voicemail Admin**(% style="line-height: 1.4285715;" %)
20 1. Set **pollmailboxes = yes**(% style="color: rgb(0,0,0);" %)
21 1. (% style="color: rgb(0,0,0);" %)Set **pollfreq = <number of seconds you wish to poll for updates>
22 **
23 1. (% style="color: rgb(0,0,0);" %)Reload FreePBX
24
25 ===== (% style="color: rgb(0,0,0);" %)**Vanilla Asterisk:**(%%) =====
26
27 1. Open **/etc/asterisk/voicemail.conf**(% style="color: rgb(0,0,0);" %)
28 1. (((
29 (% style="color: rgb(0,0,0);" %)Add the following to the **[general]** section:
30
31 {{code language="none"}}
32 pollmailboxes = yes
33 pollfreq = <number of seconds you wish to poll for updates>
34 {{/code}}
35
36 (% style="color: rgb(0,0,0);" %)
37
38 )))
39 1. Save **voicemail.conf**
40 1. (((
41 Issue the following command on the server CLI to apply the changes
42
43 {{code language="none"}}
44 asterisk -rx "core reload"
45 {{/code}}
46 )))
47
48 == Related Content ==
49
50 {{expand title="Expand to see related content"}}
51 {{unmigrated-inline-wiki-markup atlassian-macro-output-type="BLOCK"}}
52 {dynamiccontentbylabel:showLabels=false|showSpace=false}
53 {{/unmigrated-inline-wiki-markup}}
54 {{/expand}}