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

Revision 9632, 3.3 kB (checked in by p_lindheimer, 3 years ago)

Module Publish Script: queues 2.7.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.7.0.5</version>
5   <publisher>FreePBX</publisher>
6   <license>GPLv2+</license>
7   <type>setup</type>
8   <category>Inbound Call Control</category>
9   <description>
10     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.
11   </description>
12   <changelog>
13     *2.7.0.5* shows some incorrect ring strategies in some Asterisk versions
14     *2.7.0.4* #4187
15     *2.7.0.3* #4165
16     *2.7.0.2* #4120 again fixed typo in variable name
17     *2.7.0.1* #4120, spelling typo
18     *2.7.0.0* #4084, spelling, tooltips changes, localizations
19     *2.7.0beta1.5* #4084, #4068 (support for experimental dial-one)
20     *2.7.0beta1.4* #4051 (requires MoH 2.7.0.0 or above)
21     *2.7.0beta1.3* #4048
22     *2.7.0beta1.2* #4038
23     *2.7.0beta1.1* #2085
24     *2.7.0beta1.0* #3594
25     *2.6.0.3* #3945,#3984
26     *2.6.0.2* #3794, #3496, #3562 (with use of USEQUEUESTATE=yes and Asterisk patch: 15168
27     *2.6.0.1* #3044 (add per device queue login/blf enabled toggle feature code)
28     *2.6.0.0* #3546, #2768, #3685, #3686
29     *2.5.4.8* #3664
30     *2.5.4.7* #3618, localization udpates
31     *2.5.4.6* localization updates
32     *2.5.4.5* #3400, #3380, various translations
33     *2.5.4.4* #3242, #3230, localization fixes
34     *2.5.4.3* #3222 sqlite3
35     *2.5.4.2* #3200 and localization string fixes
36     *2.5.4.1* #3171 and localize queues_timeString()
37     *2.5.4* #3138, #3147 add the Queues App n option as Retry alternative, see tooltip
38     *2.5.3* #3098 WARNING: subtle queue behavior might change: set persistenetmembers=yes so dynamic agents are retained on asterisk restarting, and added option for autofill
39     *2.5.2.4* #3069 add queue weight option to queues
40     *2.5.2.3* #3083, setting ringinuse causes transfered call to keep agent as unavailable, removing since it is not needed for FreePBX standard agents
41     *2.5.2.2* #2987, #3010 sqlite3 install script, spelling
42     *2.5.2.1* #2970 periodic-announce message not being configured (re #2068 change)
43     *2.5.2* #2073 add a Queue hold time CID prepend to report how long the caller has been holding
44     *2.5.1* #2068 recordings_id, don't list IVRs with compound messages
45     *2.5.0.1* #2875, #2768
46     *2.5.0.0* #2976 Add Optional Regex to filter user agent numbers that they can input
47     *2.4.0.8* #2757 allow spaces and other alphanumeric characters in description
48     *2.4.0.7* #2604, #2707, #2843 fix mal-formed html tags, typo, Russian Translation, add oldstyle module hook
49     *2.4.0.6* added depends on 2.4.0
50     *2.4.0.5* #2637, monitor-join=yes not supported in asterisk 1.6
51     *2.4.0.4* #2636 Queues Options member status allways show No
52     *2.4.0.3* #2579 added strict to joinempty and leavewhenempy, #2627 ringing box ignored
53     *2.4.0.2* #2528 add context = 'ext-queues' when getting destination statement
54     *2.4.0.1* added out() and outn() to install script
55     *2.4.0* Migration from legacy tables, added queues_conf class, Extension/dest registry, #2282, #2487, it translations
56     *2.4.0* CHANGELOG TRUNCATED See SVN Repository
57   </changelog>
58   <depends>
59     <version>2.5.0alpha1</version>
60     <module>recordings ge 3.3.8</module>
61     <module>core ge 2.6.0beta1</module>
62   </depends>
63   <menuitems>
64     <queues needsenginedb="yes">Queues</queues>
65   </menuitems>
66   <location>release/2.7/queues-2.7.0.5.tgz</location>
67   <md5sum>93adebf5348b6a4864a1be077433290d</md5sum>
68 </module>
Note: See TracBrowser for help on using the browser.