root/modules/branches/2.8/cidlookup/module.xml

Revision 9422, 1.8 kB (checked in by p_lindheimer, 3 years ago)

Module Publish Script: cidlookup 2.7.0.2

  • Property svn:mime-type set to text/plain
  • Property svn:eol-style set to native
Line 
1 <module>
2   <rawname>cidlookup</rawname>
3   <name>Caller ID Lookup</name>
4   <version>2.7.0.2</version>
5   <publisher>FreePBX</publisher>
6   <license>GPLv2+</license>
7   <description>Allows Caller ID Lookup of incoming calls against different sources (MySQL, HTTP, ENUM, Phonebook Module)</description>
8   <type>setup</type>
9   <category>Inbound Call Control</category>
10   <menuitems>
11     <cidlookup>CallerID Lookup Sources</cidlookup>
12   </menuitems>
13   <depends>
14     <engine>asterisk 1.2</engine>
15     <module>core ge 2.5.1.2</module>
16   </depends>
17   <location>release/2.8/cidlookup-2.7.0.2.tgz</location>
18   <md5sum>1f1ee4853cd65c0d6f6b2a3ddb168849</md5sum>
19   <changelog>
20     *2.7.0.2* #3979
21     *2.7.0.1* might effect #3979
22     *2.7.0.0* localizations
23     *2.6.0.1* #3599, #3821
24     *2.6.0.0* localizations, misc
25     *2.5.0.5* #3345
26     *2.5.0.4* #3260, other localization work
27     *2.5.0.3* localization fixes, Swedish
28     *2.5.0.2* #3100, #3101 changes to work with new inbound route changes and fixes previous bug
29     *2.5.0.1* #2987, #3001 sqlite3 install script and spelling fixes
30     *2.5.0* #2845 tabindex
31     *2.4.0.3* remove cidlookup field from core incoming table - should never have been there
32     *2.4.0.2* #2843 Russian Translation
33     *2.4.0.1* #2541 migrate from channel routing and re-enable functionality
34     *2.4.0* it translations, bump for 2.4
35     *1.2.1.3* #2172 deprecated use of |, changed categories
36     *1.2.1.2* bump for rc1
37     *1.2.1.1* shorten menu name
38     *1.2.1* changed freePBX to FreePBX
39     *1.2.0* Added SQLite3 support, fixes ticket:1796 (FreePBX 2.3 only)
40     *1.1.1* Add he_IL translation
41     *1.1* First release for FreePBX 2.2 - Fixed compatibility issue with new UI
42     *1.0.4* Updated module.xml format
43     *1.0.3* Fixes from #999
44     *1.0.1* Added possibility to cache in astDB
45       Added lookup from cache before querying external source
46     *1.0.0* First release
47   </changelog>
48 </module>
Note: See TracBrowser for help on using the browser.