-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
49 lines (33 loc) · 1.24 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
===========================================
MWI Device State Subscriptions
===========================================
Updates voice mail hints created by FreePBX.
FreePBX has an option to create voicemail hints allowing a BLF to monitor
any mailbox.
See the FreePBX wiki:
http://wiki.freepbx.org/display/F2/Subscribe+a+BLF+button+to+Monitor+a+Voicemail
Unfortunately, the module to update the hints is not part of Asterisk. It is
provided in the official FreePBX distro as a patch to the distro Asterisk build.
This res_mwi_devstate.c was extracted from the FreePBX disto source rpm at:
http://yum.freepbxdistro.org/pbx/SRPMS/asterisk/13/asterisk13-13.7.2-1.shmz65.1.94.src.rpm
A Makefile has been added to build and install the module standalone.
------------
Requirements
------------
Only tested with Asterisk 13.
This version uses the Stasis API and would not be compatible with Asterisk 11.
------------
Installation
------------
$ make
$ make install
-----
Usage
-----
See the FreePBX wiki:
http://wiki.freepbx.org/display/F2/Subscribe+a+BLF+button+to+Monitor+a+Voicemail
-------
License
-------
The MWI Device State Subscriptions module for asterisk is distributed under the
GNU General Public License v2. See COPYING for details.