forked from FreePBX-ContributedModules/googlevoice
-
Notifications
You must be signed in to change notification settings - Fork 3
/
module.xml
38 lines (38 loc) · 1.4 KB
/
module.xml
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
<module>
<rawname>googlevoice</rawname>
<name>Google Voice</name>
<version>0.8.0</version>
<publisher>POSSA</publisher>
<license>GPLv2+</license>
<type>setup</type>
<category>Third Party Addon</category>
<description>
Manage Google Voice accounts as trunks.
</description>
<changelog>
*0.8.0* Create Custom Includes, Backup original Files before saving, fix inbound + detection
*0.7.0* Added fix for FreePBX 2.10 updates
*0.6.0* Added Priority=1, Fixed password/username not updating on edit issue
*0.5.0* Added Ability to add Google Apps Voice Accounts. Adding Trunk Prepends instead of just Route Prepends
*0.1.1* really fix the FreePBX 2.9 issue
*0.1.0* make the module work for FreePBX 2.9
*0.0.9* changed trunk name to the phonenum
*0.0.8* fixed routing/reload, delete routes, and overwriting trunks(?)
*0.0.7* added donation blurb
*0.0.6* improved outbound route
*0.0.5* fixed path on delGV action, and corrected trunk dial string
*0.0.4* added GPL declarations.
*0.0.3* trunk and route options added.
*0.0.2* TOS and jabber (jingle?) reload added.
*0.0.1* Creation.
</changelog>
<depends>
<engine>asterisk 1.8</engine>
<module>core</module>
</depends>
<menuitems>
<googlevoice>Google Voice</googlevoice>
</menuitems>
<location>https://github.com/POSSA/freepbx-googlevoice</location>
<md5sum>b3b4a952c5bfd4079fc3c09d7c8d8412</md5sum>
</module>