root/modules/branches/2.2/phonebook/module.xml

Revision 2892, 1.5 kB (checked in by webrainstorm, 7 years ago)

Module Publish Script: phonebook 1.1.5

  • Property svn:mime-type set to text/plain
  • Property svn:eol-style set to native
Line 
1 <module>
2   <rawname>phonebook</rawname>
3   <name>Phonebook</name>
4   <version>1.1.5</version>
5   <description>Provides a phonebook for freePBX, it can be used as base for Caller ID Lookup and Speed Dial</description>
6   <type>tool</type>
7   <category>CID &amp; Number Management</category>
8   <menuitems>
9     <phonebook>Asterisk Phonebook</phonebook>
10   </menuitems>
11   <location>release/2.2/phonebook-1.1.5.tgz</location>
12   <md5sum>b78ffc82cf878b039a609e3b4a16455b</md5sum>
13   <info>http://freepbx.org/wiki/AsteriskPhonebook</info>
14   <changelog>
15     *1.1.5* Fixed a Warning when phonebook was empty
16     *1.1.4* Automatically generate Speed Dial Code if not supplied by user
17       Sort Phonebook alphabetically
18       Reuse Asterisk Manager connection
19     *1.1.3* Fixed copyright information for fgetcsvfromline()
20       Updated module.xml format
21     *1.1.2* freePBX 2.1.2 Released
22     *1.1.1* Apply #1105 - Fix up module naming conventions
23     *1.1.0* Added Speed dial field for phonebook entries (used by speeddial module)
24       Changed phonebook_list() return value
25       Numbers can no more contain '+' sign because of speeddial
26     *1.0.4* Added 'Export to CSV' function
27       Fixed some documentation errors
28     *1.0.3* Added 'Import from CSV' function
29       Added js confirmation to Delete link
30       Added possibility to empty phonebook
31     *1.0.2* Fixed bug in inserting names with spaces
32             Fixed a little bug in editing the a number associated with a name
33       Suppressed warnings when the phonebook was empty
34     *1.0.1* First Release
35   </changelog>
36 </module>
Note: See TracBrowser for help on using the browser.