Wiki source code of Message waiting light does not update when voicemail is managed through iSymphony
Version 37.1 by michaely on 2013/04/10 09:57
Show last authors
author | version | line-number | content |
---|---|---|---|
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 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 | * Navigate to **Settings->Voicemail Admin**(% style="line-height: 1.4285715;" %) | ||
20 | * Set **pollmailboxes = yes**(% style="color: rgb(0,0,0);" %) | ||
21 | * (% style="color: rgb(0,0,0);" %)Set **pollfreq = <number of seconds you wish to poll for updates> | ||
22 | ** | ||
23 | * (% style="color: rgb(0,0,0);" %)Reload FreePBX | ||
24 | |||
25 | (% style="color: rgb(0,0,0);" %)**Vanilla Asterisk:** | ||
26 | |||
27 | * Open **/etc/asterisk/voicemail.conf**(% style="color: rgb(0,0,0);" %) | ||
28 | * ((( | ||
29 | (% style="color: rgb(0,0,0);" %)Add the following to the **[general]** section: | ||
30 | |||
31 | {{code}} | ||
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 | * Save **voicemail.conf** | ||
40 | * ((( | ||
41 | Issue the following command on the server CLI to apply the changes | ||
42 | |||
43 | {{code}} | ||
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}} |