root/modules/branches/2.8/ivr/module.xml

Revision 9706, 2.1 kB (checked in by p_lindheimer, 3 years ago)

Module Publish Script: ivr 2.8.0.2

  • Property svn:mime-type set to text/xml
  • Property svn:eol-style set to native
Line 
1 <module>
2   <rawname>ivr</rawname>
3   <name>IVR</name>
4   <version>2.8.0.2</version>
5   <publisher>FreePBX</publisher>
6   <license>GPLv2+</license>
7   <type>setup</type>
8   <category>Inbound Call Control</category>
9   <description>
10     Creates Digital Receptionist (aka Auto-Attendant, aka Interactive Voice Response) menus. These can be used to send callers to different locations (eg, "Press 1 for sales") and/or allow direct-dialing of extension numbers.
11   </description>
12   <changelog>
13     *2.8.0.2* #4275, #4286
14     *2.8.0.1* #4257 allow direct extension dialing to Directory "contexts"
15     *2.8.0.0* cleanup of IVR based on new drawselects: #1798
16     *2.7.0.2* localizations
17     *2.7.0.1* #4025
18     *2.7.0.0* #3923, #4013
19     *2.6.0.3* #4013
20     *2.6.0.2* #3780
21     *2.6.0.1* #3732
22     *2.6.0.0* #3384, add hook support
23     *2.5.20.5* localization string enclosures
24     *2.5.20.4* #3245, localization fixes
25     *2.5.20.3* localization, Swedish
26     *2.5.20.2* #3188 clear MSG var if no message
27     *2.5.20.1* Sqlite3 fixes, move ivr_init() to install script
28     *2.5.20* #3099 allows a return to IVR from voicemail option and from busy phone
29     *2.5.19.2* #2987, #3005 sqlite3 install script, spelling
30     *2.5.19.1* #2965 not working on IE fixed
31     *2.5.19* #2865 Add alternative messages to play if t or i are hit, replacing the first announcmement
32     *2.5.18.1* #2948 don't allow deletion if used by a Queue and show list
33     *2.5.18* #2066 Migrate recordings to recording ids
34     *2.5.17.1* #2845 tabindex
35     *2.5.17* #2858 Better handing of i and t options, added loop count and ability to loop before going to user defined i, t options
36     *2.5.16.3* #2604, #2843 fix mal-formed html tags, Russian Translation
37     *2.5.16.2* #2687 breakout from Queue to Company Directory blocks voicemail
38     *2.5.16.1* #2591, added depends on 2.4.0
39     *2.5.16* Extension/dest registry, #2303, it translation
40     *2.5.15* CHANGELOG TRUNCATED See SVN Repository
41   </changelog>
42   <depends>
43     <version>2.5.0alpha1</version>
44     <module>recordings ge 3.3.8</module>
45   </depends>
46   <menuitems>
47     <ivr>IVR</ivr>
48   </menuitems>
49   <location>release/2.8/ivr-2.8.0.2.tgz</location>
50   <md5sum>ccb5704403c2c886215129d2c6d677d7</md5sum>
51 </module>
Note: See TracBrowser for help on using the browser.