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

Revision 5139, 4.1 kB (checked in by p_lindheimer, 6 years ago)

Module Publish Script: core 2.3.1.0

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