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

Revision 8179, 1.7 kB (checked in by p_lindheimer, 4 years ago)

Module Publish Script: cidlookup 2.6.0.1

  • 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.6.0.1</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.6/cidlookup-2.6.0.1.tgz</location>
18   <md5sum>0573e5c5b0c66317f82fafec92b435a8</md5sum>
19   <changelog>
20     *2.6.0.1* #3599, #3821
21     *2.6.0.0* localizations, misc
22     *2.5.0.5* #3345
23     *2.5.0.4* #3260, other localization work
24     *2.5.0.3* localization fixes, Swedish
25     *2.5.0.2* #3100, #3101 changes to work with new inbound route changes and fixes previous bug
26     *2.5.0.1* #2987, #3001 sqlite3 install script and spelling fixes
27     *2.5.0* #2845 tabindex
28     *2.4.0.3* remove cidlookup field from core incoming table - should never have been there
29     *2.4.0.2* #2843 Russian Translation
30     *2.4.0.1* #2541 migrate from channel routing and re-enable functionality
31     *2.4.0* it translations, bump for 2.4
32     *1.2.1.3* #2172 deprecated use of |, changed categories
33     *1.2.1.2* bump for rc1
34     *1.2.1.1* shorten menu name
35     *1.2.1* changed freePBX to FreePBX
36     *1.2.0* Added SQLite3 support, fixes ticket:1796 (FreePBX 2.3 only)
37     *1.1.1* Add he_IL translation
38     *1.1* First release for FreePBX 2.2 - Fixed compatibility issue with new UI
39     *1.0.4* Updated module.xml format
40     *1.0.3* Fixes from #999
41     *1.0.1* Added possibility to cache in astDB
42       Added lookup from cache before querying external source
43     *1.0.0* First release
44   </changelog>
45 </module>
Note: See TracBrowser for help on using the browser.