root/modules/branches/2.4/queues/module.xml

Revision 5622, 2.9 kB (checked in by p_lindheimer, 5 years ago)

Module Publish Script: queues 2.4.0.5

  • Property svn:mime-type set to text/xml
  • Property svn:eol-style set to native
Line 
1 <module>
2   <rawname>queues</rawname>
3   <name>Queues</name>
4   <version>2.4.0.5</version>
5   <type>setup</type>
6   <category>Inbound Call Control</category>
7   <description>
8     Creates a queue where calls are placed on hold and answered on a first-in, first-out basis. Many options are available, including ring strategy for agents, caller announcements, max wait times, etc.
9   </description>
10   <changelog>
11     *2.4.0.5* #2637, monitor-join=yes not supported in asterisk 1.6
12     *2.4.0.4* #2636 Queues Options member status allways show No
13     *2.4.0.3* #2579 added strict to joinempty and leavewhenempy, #2627 ringing box ignored
14     *2.4.0.2* #2528 add context = 'ext-queues' when getting destination statement
15     *2.4.0.1* added out() and outn() to install script
16     *2.4.0* Migration from legacy tables, added queues_conf class, Extension/dest registry, #2282, #2487, it translations
17     *2.2.14.1* initialize qpannounce, may cause queue db errors with IVR breakouts that have no sound file
18     *2.2.14* Add Alert-Info setting to queues
19     *2.2.13.3* Agent Timeout 0 makes results in default, but should be Unlimited fixed
20     *2.2.13.2* #2313 fix error introduced by #2172, Agent Announce not being saved
21     *2.2.13.1* #2172 deprecated use of |, #2193 hard coded moh path
22     *2.2.13* #2277 fix periodic announce message and hold time
23     *2.2.12.2* bump for rc1
24     *2.2.12.1* #2222 fixed syntax error
25     *2.2.12* #2222 replace defaults announcements with silence to prevent Asterisk 1.4 from crashing
26     *2.2.11* #2185 provide inherit option for MoH, to use what ever is in the channel and add MOHCLASS channel variable, #1659 allow queue 0
27     *2.2.10.3* #2156 fix select box to deal with language translation properly
28     *2.2.10.2* #2057 don't strip CID prefix if no prefix is being added
29     *2.2.10.1* merge findmefollow/core extension destinations if any
30     *2.2.10* Changed chained CID prefixes to be handled the same as ringgroup and followme, also fixed #1965
31     *2.2.9* Replaced deprecated CALLERIDNAME and TIMSTAMP variables with the current and future supported versions
32     *2.2.8.1* Updated tootip to warn about agents.conf (unsupported and know issues) and warn about penalties (broken in asterisk)
33     *2.2.8* Fixed typo in 2.2.7
34     *2.2.7* Fixed eventmemberstatus #1635
35     *2.2.6* Add he_IL translation
36     *2.2.5* Change goto_indicateN to gotoN
37     *2.2.4* Added BLKVM DB tree to fix inability to transfer a received call to another user, and make NODEST stuff work overall
38     *2.2.3* Change _NODEST to __NODEST for some scenarios that require infinite inheritance
39     *2.2.2* Disallow Queue 0 (#1487)
40     *2.2.1* Add NODEST to tell children NOT to go to destinations (like voicemail or other) - helps with followme in a queue
41     *2.2* First release for FreePBX 2.2 - Fixed compatibility issue with new UI</changelog>
42   <menuitems>
43     <queues>Queues</queues>
44   </menuitems>
45   <location>release/2.4/queues-2.4.0.5.tgz</location>
46   <md5sum>f3ec6e10e8c6a483a52272e2a2f2e459</md5sum>
47 </module>
Note: See TracBrowser for help on using the browser.