root/modules/branches/2.5/ringgroups/module.xml

Revision 6099, 3.0 kB (checked in by p_lindheimer, 5 years ago)

Module Publish Script: ringgroups 2.5.0.1

  • Property svn:mime-type set to text/xml
  • Property svn:eol-style set to native
Line 
1 <module>
2   <rawname>ringgroups</rawname>
3   <name>Ring Groups</name>
4   <version>2.5.0.1</version>
5   <type>setup</type>
6   <category>Inbound Call Control</category>
7   <description>
8     Creates a group of extensions that all ring together. Extensions can be rung all at once, or in various 'hunt' configurations. Additionally, external numbers are supported, and there is a call confirmation option where the callee has to confirm if they actually want to take the call before the caller is transferred.
9   </description>
10   <changelog>
11     *2.5.0.1* changed depends to 2.5
12     *2.5.0* #1795, #2845, #2391, #2853, #2925 add tabindexing, Skip Busy Agent and Ignore Call Forward options
13     *2.4.0.2* #2604, #2843 fix mal-formed html tags, Russian Translation, add oldstyle module hook
14     *2.4.0.1* added depends on 2.4.0
15     *2.4.0* Extension/dest registry, extension quickpick, added hunt strategy with confirmation, it trans, formatting changes
16     *2.2.16.2* #2193 moh path hardcoded
17     *2.2.16.1* bump for rc1
18     *2.2.16* #1961 changed to allow leading 0 extensions
19     *2.2.15.2* fixed bug install.php not converting destinations properly for new findmefollow format
20     *2.2.15.1* #2057 don't strip CID prefix if no prefix is being added
21     *2.2.15* #2024 provide alert when adding duplicate group number
22     *2.2.14.3* bumping to remove checksum error
23     *2.2.14.2* changed freePBX to FreePBX
24     *2.2.14.1* merge findmefollow/core extension destinations if any
25     *2.2.14* Fixed bug where nested CID prefixes ends up removing part of the valid CID info
26     *2.2.13* introduction of firstavailable firstnotonphone strategy that only rings one extension and optionally skips callwaiting REQUIRE CORE r3652
27     *2.2.12* never allow group to include itself as nnn# and create infinite loop
28     *2.2.11* changed _ALERT_INFO to __ALERT_INFO ('_' -> '__') so it is infinitely inheritted into the dialplan
29     *2.2.10* Added BLKVM DB tree to fix inability to transfer a received call to another user, and make NODEST stuff work overall
30     *2.2.9* Modified NODEST stuff to improve some cases where it was still failing, and improve '#' transfer scenarios
31     *2.2.8* Allow ringall-prim as well as ringall for strategies with confirmation (#1408)
32     *2.2.7* Add tool tip for Group Description (#1459)
33     *2.2.6* Add NODEST so that destination (often vm) is not taken if called from queue or ringgroup and such is honored for childeren
34     *2.2.5* Modified flyover help - since moh works with confirmation now
35     *2.2.4* Added sound files for default confirmation messages
36     *2.2.3* Clarification on help message if you want to ring follow-me and other non-extension numbers
37     *2.2.2* Forgot to add default starting RG number as 600
38     *2.2.1* Cleanup of the UI, remove workaround of formatting bugs with previous UI
39     *2.2* First release for FreePBX 2.2 - Fixed compatibility issue with new UI
40   </changelog>
41   <depends>
42     <version>2.5.0alpha1</version>
43   </depends>
44   <menuitems>
45     <ringgroups>Ring Groups</ringgroups>
46   </menuitems>
47   <location>release/2.5/ringgroups-2.5.0.1.tgz</location>
48   <md5sum>143326fe4ab0eec9f18c4a4a02d037fb</md5sum>
49 </module>
Note: See TracBrowser for help on using the browser.