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

Revision 4910, 3.1 kB (checked in by p_lindheimer, 5 years ago)

Module Publish Script: findmefollow 2.4.13.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.13.2</version>
5   <changelog>
6     *2.4.13.2* #2193 moh path hardcoded
7     *2.4.13.1* bump for rc1
8     *2.4.13* added xml attribute needsenginedb, #1961 enabled to work with extension numbers leading with 0s
9     *2.4.12.3* #2057 don't strip CID prefix if no prefix is being added
10     *2.4.12.2* merge findmefollow/core extension destinations if any, and remove findmefollow destinations as a destination since they are handled by core
11     *2.4.12.1* #2002 IF() statement can't handle : in the string and can't escape them anyhow
12     *2.4.12* Fixed bug where nested CID prefixes ends up removing part of the valid CID info
13     *2.4.11.1* Fixed ALERT_INFO bug, if previously set it should not set - it was clearing it
14     *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
15     *2.4.10* introduction of firstavailable firstnotonphone strategy that only rings one extension and optionally skips callwaiting REQUIRE CORE r3652
16     *2.4.9* never allow extension to include itself as nnn# and create infinite loop
17     *2.4.8* introduction of ringallv2 strategy that eliminates the double ring of the primary ext, REQUIRE CORE r3406
18     *2.4.7* Changed to not set alertinfo value if already set from before hitting followme
19     *2.4.6* Added BLKVM DB tree to fix inability to transfer a received call to another user, and make NODEST stuff work overall
20     *2.4.5* Modified NODEST stuff to improve some cases where it was still failing, and improve '#' transfer scenarios
21     *2.4.4* Add NODEST so that destination (often vm) is not taken if called from queue or ringgroup
22     *2.4.3* Sanity check for prefing that if not set or there, it won't ring the extension forever (should not happen)
23     *2.4.2* Modified flyover help - since moh works with confirmation now
24     *2.4.1* Added sound files for default confirmation messages
25     2.4: First release for FreePBX 2.2 - Fixed compatibility issue with new UI
26     2.3.1: removed checkastman
27     2.3: First release for 2.2, fixed minor display issues
28     2.2.5: fixed so extension number is put into empty lists
29     2.2.4: moved require_once() in functions.php, was breaking other stuff
30     2.2.3: full path in require_once to keep retrieve_conf from dieing
31     2.2.2: bug fix = should be ==
32     2.2.1: Use astdb for some settings
33     2.2.0: Add Pre-Ring
34     2.1.5: Fix bug #1142
35     2.1.4: Code cleanup
36   </changelog>
37   <type>setup</type>
38   <category>Inbound Call Control</category>
39   <description>
40     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.
41   </description>
42   <menuitems>
43     <findmefollow needsenginedb="yes">Follow Me</findmefollow>
44   </menuitems>
45   <location>release/2.3/findmefollow-2.4.13.2.tgz</location>
46   <md5sum>36fcd802f6e436dd24c50298dadec66a</md5sum>
47 </module>
Note: See TracBrowser for help on using the browser.