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

Revision 5797, 3.3 kB (checked in by p_lindheimer, 4 years ago)

Module Publish Script: findmefollow 2.4.14.2

  • Property svn:mime-type set to text/plain
  • Property svn:eol-style set to native
Line 
1 <module>
2   <rawname>findmefollow</rawname>
3   <name>Follow Me</name>
4   <version>2.4.14.2</version>
5   <changelog>
6     *2.4.14.2* #2604, #2843 fix mal-formed html tags, Russian Translation
7     *2.4.14.1* added depends on 2.4.0
8     *2.4.14* Extension/dest registry, extension quickpick, added hunt strategy with confirmation, it trans, formatting changes
9     *2.4.13.2* #2193 moh path hardcoded
10     *2.4.13.1* bump for rc1
11     *2.4.13* added xml attribute needsenginedb, #1961 enabled to work with extension numbers leading with 0s
12     *2.4.12.3* #2057 don't strip CID prefix if no prefix is being added
13     *2.4.12.2* merge findmefollow/core extension destinations if any, and remove findmefollow destinations as a destination since they are handled by core
14     *2.4.12.1* #2002 IF() statement can't handle : in the string and can't escape them anyhow
15     *2.4.12* Fixed bug where nested CID prefixes ends up removing part of the valid CID info
16     *2.4.11.1* Fixed ALERT_INFO bug, if previously set it should not set - it was clearing it
17     *2.4.11* added option to have follow-me always be used in place of extension, or only when explicitly used as a destination, useful in conjunction with VmX
18     *2.4.10* introduction of firstavailable firstnotonphone strategy that only rings one extension and optionally skips callwaiting REQUIRE CORE r3652
19     *2.4.9* never allow extension to include itself as nnn# and create infinite loop
20     *2.4.8* introduction of ringallv2 strategy that eliminates the double ring of the primary ext, REQUIRE CORE r3406
21     *2.4.7* Changed to not set alertinfo value if already set from before hitting followme
22     *2.4.6* Added BLKVM DB tree to fix inability to transfer a received call to another user, and make NODEST stuff work overall
23     *2.4.5* Modified NODEST stuff to improve some cases where it was still failing, and improve '#' transfer scenarios
24     *2.4.4* Add NODEST so that destination (often vm) is not taken if called from queue or ringgroup
25     *2.4.3* Sanity check for prefing that if not set or there, it won't ring the extension forever (should not happen)
26     *2.4.2* Modified flyover help - since moh works with confirmation now
27     *2.4.1* Added sound files for default confirmation messages
28     2.4: First release for FreePBX 2.2 - Fixed compatibility issue with new UI
29     2.3.1: removed checkastman
30     2.3: First release for 2.2, fixed minor display issues
31     2.2.5: fixed so extension number is put into empty lists
32     2.2.4: moved require_once() in functions.php, was breaking other stuff
33     2.2.3: full path in require_once to keep retrieve_conf from dieing
34     2.2.2: bug fix = should be ==
35     2.2.1: Use astdb for some settings
36     2.2.0: Add Pre-Ring
37     2.1.5: Fix bug #1142
38     2.1.4: Code cleanup
39   </changelog>
40   <depends>
41     <version>2.4.0</version>
42   </depends>
43   <type>setup</type>
44   <category>Inbound Call Control</category>
45   <description>
46     Much like a ring group, but works on individual extensions. When someone calls the extension, it can be setup to ring for a number of seconds before trying to ring other extensions and/or external numbers, or to ring all at once, or in other various 'hunt' configurations. Most commonly used to ring someone's cell phone if they don't answer their extension.
47   </description>
48   <menuitems>
49     <findmefollow needsenginedb="yes">Follow Me</findmefollow>
50   </menuitems>
51   <location>release/2.4/findmefollow-2.4.14.2.tgz</location>
52   <md5sum>941c554cc078906b97705a7ff817196e</md5sum>
53 </module>
Note: See TracBrowser for help on using the browser.