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

Revision 8457, 2.9 kB (checked in by mickecarlsson, 3 years ago)

Module Publish Script: queues 2.6.0.3

  • 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.6.0.3</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.6.0.3* #3945,#3984
14     *2.6.0.2* #3794, #3496, #3562 (with use of USEQUEUESTATE=yes and Asterisk patch: 15168
15     *2.6.0.1* #3044 (add per device queue login/blf enabled toggle feature code)
16     *2.6.0.0* #3546, #2768, #3685, #3686
17     *2.5.4.8* #3664
18     *2.5.4.7* #3618, localization udpates
19     *2.5.4.6* localization updates
20     *2.5.4.5* #3400, #3380, various translations
21     *2.5.4.4* #3242, #3230, localization fixes
22     *2.5.4.3* #3222 sqlite3
23     *2.5.4.2* #3200 and localization string fixes
24     *2.5.4.1* #3171 and localize queues_timeString()
25     *2.5.4* #3138, #3147 add the Queues App n option as Retry alternative, see tooltip
26     *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
27     *2.5.2.4* #3069 add queue weight option to queues
28     *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
29     *2.5.2.2* #2987, #3010 sqlite3 install script, spelling
30     *2.5.2.1* #2970 periodic-announce message not being configured (re #2068 change)
31     *2.5.2* #2073 add a Queue hold time CID prepend to report how long the caller has been holding
32     *2.5.1* #2068 recordings_id, don't list IVRs with compound messages
33     *2.5.0.1* #2875, #2768
34     *2.5.0.0* #2976 Add Optional Regex to filter user agent numbers that they can input
35     *2.4.0.8* #2757 allow spaces and other alphanumeric characters in description
36     *2.4.0.7* #2604, #2707, #2843 fix mal-formed html tags, typo, Russian Translation, add oldstyle module hook
37     *2.4.0.6* added depends on 2.4.0
38     *2.4.0.5* #2637, monitor-join=yes not supported in asterisk 1.6
39     *2.4.0.4* #2636 Queues Options member status allways show No
40     *2.4.0.3* #2579 added strict to joinempty and leavewhenempy, #2627 ringing box ignored
41     *2.4.0.2* #2528 add context = 'ext-queues' when getting destination statement
42     *2.4.0.1* added out() and outn() to install script
43     *2.4.0* Migration from legacy tables, added queues_conf class, Extension/dest registry, #2282, #2487, it translations
44     *2.4.0* CHANGELOG TRUNCATED See SVN Repository
45   </changelog>
46   <depends>
47     <version>2.5.0alpha1</version>
48     <module>recordings ge 3.3.8</module>
49     <module>core ge 2.6.0beta1</module>
50   </depends>
51   <menuitems>
52     <queues>Queues</queues>
53   </menuitems>
54   <location>release/2.6/queues-2.6.0.3.tgz</location>
55   <md5sum>0c49cece19074d2717d17d03b97cf567</md5sum>
56 </module>
Note: See TracBrowser for help on using the browser.