root/contributed_modules/modules/isymphony/module.xml

Revision 7772, 3.9 kB (checked in by seanmh, 3 years ago)

1.0.0 Added backward compatibility support for 2.0 rev 1104.

Fixed bug in which a flawed context would prevent orphaned parked calls from ringing back to the parking extension if parked via the panel.
Made debug menu always visible.
Added server debug menu.
Debug logs now show on main module page.
Multiple debug options can now be set at once.
Added database column checks in installation script to handle module upgrades.
Added default FreePBX page context to configuration.
Added admin username and password fields to the main module page.
Added originate timeout field to main module page.
Added auto reload and enable page status checkboxes to main module page.
Added global Jabber connection configuration fields on main module page.
Added email and cell phone fields to extension page.
Added Jabber connection configuration override fields to extension page.
Added Jabber username and password fields to extension page.
Added auto answer checkbox to extension page.
Modified database debug tables to account for new tables and columns.

Line 
1 <module>
2   <rawname>isymphony</rawname>
3   <name>iSymphony</name>
4   <version>1.0.0</version>
5   <type>setup</type>
6   <category>Modules</category>
7   <description>
8     This module automatically configures iSymphony to reflect the FreePBX configuration.
9   </description>
10   <menuitems>
11     <isymphony>iSymphony</isymphony>
12   </menuitems>
13   <depends>
14     <version>>=2.3.0</version>
15   </depends>
16   <location>junk</location>
17   <md5sum>junk</md5sum>
18   <changelog>
19         1.0.0 Added backward compatibility support for 2.0 rev 1104.
20               Fixed bug in which a flawed context would prevent orphaned parked calls from ringing back to the parking extension if parked via the panel.
21               Made debug menu always visible.
22               Added server debug menu.
23               Debug logs now show on main module page.
24               Multiple debug options can now be set at once.
25               Added database column checks in installation script to handle module upgrades.
26               Added default FreePBX page context to configuration.
27               Added admin username and password fields to the main module page.
28               Added originate timeout field to main module page.
29               Added auto reload and enable page status checkboxes to main module page.
30               Added global Jabber connection configuration fields on main module page.
31               Added email and cell phone fields to extension page.
32               Added Jabber connection configuration override fields to extension page.
33               Added Jabber username and password fields to extension page.
34               Added auto answer checkbox to extension page.
35               Modified database debug tables to account for new tables and columns.
36         0.9.2 Added running time improvements.
37               Module now always puts server in FreePBX Device User Mode for dynamic queue login consistency.
38         0.9.1 Fixed bug where if an extension was removed from a profile then it would not be added back on reload of configuration.
39         0.9 Added modifications to support the new 2.1 custom contexts.
40             Added check for agent extension property as it no longer exists in 2.1.
41         0.8 Fixed bug in which some FreePBX versions would display a blank page during an action process due to a early modified header caused by blank lines in the core function file.
42         0.7 Added back end database to handle state for extensions/users, profiles queues and conference rooms.
43             Added checkboxes to relevant pages to specify which extensions/users, profiles, queues, and conference rooms should be displayed in iSymphony.
44             Added password field on the extension/user page to specify profile passwords.
45             Added iSymphony sever process state and version display on the FreePBX iSymphony page.
46             Added the ability to reload the iSymphony server from the FreePBX iSymphony page.
47             Added license information display on the FreePBX iSymphony page.
48             Added the ability to activate a license via the FreePBX iSymphony page.
49             Added module debug options to the FreePBX iSymphony page.
50             Added support for Device User Mode configuration while using iSymphony 2.1.
51             Modified description and setup instructions on the FreePBX iSymphony page. 
52         0.6 Added support for PHP4 in library.
53         0.5 Modified core module code to be more efficient.
54             Removed disconnect call from post reload script.
55         0.4 Added bash script wrapper for post reload script(See new config instructions under the iSymphony menu item).
56         0.3 Added checks for dependent module API functions(manager, queue, conferences)
57         0.2 Added reload script to reload iSymphony config after dial plan reload.
58             Added menu item and info page.
59         0.1 First Release
60   </changelog>
61   <info>http://www.i9technologies.com/isymphony</info>
62 </module>
Note: See TracBrowser for help on using the browser.