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

Revision 10901, 2.2 kB (checked in by p_lindheimer, 2 years ago)

Module Publish Script: ivr 2.9.0.0

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