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

Revision 3308, 1.7 kB (checked in by p_lindheimer, 6 years ago)

REQUIRES CORE UPDATES (r3307)! - changes to the controls that allow queues and ringgroups to stay in control to better handle some additional scenarios and improve issues with '#' transfer having problems although doesn't fix all scenarios (use device transfer for proper behavior)

  • 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.5</version>
5   <changelog>
6     *2.4.5* Modified NODEST stuff to improve some cases where it was still failing, and improve '#' transfer scenarios
7     *2.4.4* Add NODEST so that destination (often vm) is not taken if called from queue or ringgroup
8     *2.4.3* Sanity check for prefing that if not set or there, it won't ring the extension forever (should not happen)
9     *2.4.2* Modified flyover help - since moh works with confirmation now
10     *2.4.1* Added sound files for default confirmation messages
11     2.4: First release for FreePBX 2.2 - Fixed compatibility issue with new UI
12     2.3.1: removed checkastman
13     2.3: First release for 2.2, fixed minor display issues
14     2.2.5: fixed so extension number is put into empty lists
15     2.2.4: moved require_once() in functions.php, was breaking other stuff
16     2.2.3: full path in require_once to keep retrieve_conf from dieing
17     2.2.2: bug fix = should be ==
18     2.2.1: Use astdb for some settings
19     2.2.0: Add Pre-Ring
20     2.1.5: Fix bug #1142
21     2.1.4: Code cleanup
22   </changelog>
23   <type>setup</type>
24   <category>Inbound Call Control</category>
25   <description>
26     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.
27   </description>
28   <menuitems>
29     <findmefollow>Follow Me</findmefollow>
30   </menuitems>
31   <location>release/2.2/findmefollow-2.4.4.tgz</location>
32   <info>http://aussievoip.com.au/wiki/freePBX-FollowMe</info>
33   <md5sum>2e7f3de662a760dc8bd692f7b80455fc</md5sum>
34 </module>
Note: See TracBrowser for help on using the browser.