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

Revision 10838, 4.6 kB (checked in by p_lindheimer, 1 year ago)

Module Publish Script: core 2.3.1.7

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