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

Revision 5034, 3.9 kB (checked in by p_lindheimer, 6 years ago)

Module Publish Script: core 2.3.0.3

  • Property svn:mime-type set to text/xml
  • Property svn:eol-style set to native
Line 
1 <module>
2   <rawname>core</rawname>
3   <type>setup</type>
4   <category>Basic</category>
5   <name>Core</name>
6   <version>2.3.0.3</version>
7   <candisable>no</candisable>
8   <canuninstall>no</canuninstall>
9   <changelog>
10     *2.3.0.3* #2308 FROM_DID to use ${EXTEN}, #2381 add iax_genera_custom.conf, #2375 localization fixes
11     *2.3.0.2* #2330 allow '_' in route name changes, fix missing global variable.
12     *2.3.0.1* fix support link
13     *2.3.0.0* Final Release
14     *2.3.0RC1.3* #2295 generate bad-nubmer in core, disable with AMPBADNUMBER=false, #2172 replace | with ,
15                  #2299 except dialparties.agi, #2193 hard code paths, #2296 privacy manger for 1.4
16     *2.3.0RC1.2* #2253 remove default jbenable, jbforce, remove DeadAGI, #2189 add no-msg dest for vm
17     *2.3.0RC1.1* bump to RC1 because of bug not using proper version compare
18     *2.3.0rc1.0* bump for rc1
19     *2.3.0beta2.3.5* make wiki help link always accesible in database mode, fix for #2209, added includes to sip.conf, cleanup in dialparties.agi
20     *2.3.0beta2.3.4* #1748 utf-8 fix, #1759 password field not in database mode, #2215 Outbound Routes highlighting in lnav
21     *2.3.0beta2.3.3* fixed some uninitialized variables, #2210 trunk dialpatterns not being retrieved in gui
22     *2.3.0beta2.3.2* #2151 fix trunk ordering when more than 9 trunks used, and some unitialized vars
23     *2.3.0beta2.3.1* #2199 fix ENABLECW behavior on new extensions
24     *2.3.0beta2.3* added xml attribute needsenginedb, #2185 make MoH settings inheritable and add inherittable  MOHCLASS to dids/directdids with MoH
25     *2.3.0beta2.2* #1907 don't send ringing, #2055 language in *99 recording, #2168 dialparties to set sip header from SIPADDHEADER channel var
26     *2.3.0beta2.1* #2155 correct trunk tooltip, #2046 workaround for Asterisk bug that breaks VmX on some systems
27     *2.3.0beta2.0* Rearranged core destinations in drawselect box, added unavail and busy for vm, #1841 directdid with + fixed, #1329 recording with CID
28                    number aliasing broken, fixed 1.4 ALERT_INFO deprecated use, added online update select box to general screen, and email where to send
29                    #2115 dial-by-name directory not saying supplied name
30     *2.3.0beta1.9* Added Call Waiting enable/disable on extensions settings, default for new is still set by ENABLECW
31     *2.3.0beta1.8.1* Added javascript validation to CID Prefix
32     *2.3.0beta1.8* Added CID Prefix Prepend feature to inbound DIDs
33     *2.3.0beta1.7* #2052 fix fixlocalprefix, bug introduced in 2.3.0beta1.6
34     *2.3.0beta1.6* #2042, #2046, auto generate asterisk path variables, remove amportal.conf parsing in dialparties.agi, remove other hardcoded paths
35     *2.3.0beta1.5* #2041, fix typo introduced in 2.3.0beta1.4 resultingin fixlocalprefix breaking
36     *2.3.0beta1.4* #1522 DeadAGI back to AGI, fixed Trunk Dial Rules tooltip, added wanrnings comments to agi-bin scripts
37     *2.3.0beta1.3* #1633 proper display after deleting, #1747 add South Africa to indications.conf, #2024 can't edit exten with directdid set
38     *2.3.0beta1.2* Changed CW default to on, changed freePBX to FreePBX
39     *2.3.0beta1.1* Change core destinations to from-did-direct from ext-local so that findmefollow is used if present
40     *2.3.0beta1.0* First release online upradeable core module
41     *1.2* Core modules code when part of framework
42   </changelog>
43   <depends>
44     <version>2.3.0beta2</version>
45   </depends>
46   <requirements>
47     <file>/usr/sbin/asterisk</file>
48   </requirements>
49   <menuitems>
50     <extensions needsenginedb="yes">Extensions</extensions>
51     <users needsenginedb="yes">Users</users>
52     <devices needsenginedb="yes">Devices</devices>
53     <did category="Inbound Call Control" sort="-5">Inbound Routes</did>
54     <routing>Outbound Routes</routing>
55     <trunks>Trunks</trunks>
56     <general>General Settings</general>
57     <ampusers>Administrators</ampusers>
58     <wiki type="tool" category="Support" sort="5" href="http://freepbx.org" target="_blank" access="all">FreePBX Support</wiki>
59   </menuitems>
60   <location>release/2.3/core-2.3.0.3.tgz</location>
61   <md5sum>951033da7f53182dc23a2a9f98395b3e</md5sum>
62 </module>
Note: See TracBrowser for help on using the browser.