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

Revision 4026, 2.0 kB (checked in by p_lindheimer, 6 years ago)

Module Publish Script: ivr 2.5.14

  • 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.5.14</version>
5   <type>setup</type>
6   <category>Inbound Call Control</category>
7   <description>
8     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.
9   </description>
10   <depends>
11     <version>2.2.2</version>
12   </depends>
13   <changelog>
14     *2.5.14* add waitexten to 2.2
15     *2.5.13.1* make sure t ext getting put in (for some reason it wasn't always, this shoudl fix it)
16     *2.5.13* #1871 't' extension not being created by default fixed
17     *2.5.12* skip the answer/wait(1) if channel is already answered
18     *2.5.11* Allow option for IVR to loop back to itself without corrupting the return-to-ivr to the parent
19     *2.5.10* Fix bug where pressing enter in a field would delete the IVR
20     *2.5.9* some tweaks because of strange inheritance behavior, so need to reset IVR variables upon returns for some looping conditions
21     *2.5.8* insert a return extension so that annoucements and ivrs returning don't trample back over the top
22     *2.5.7* extended schema and added ability to have ivr options to return to calling parent ivrs if appropriate, otherwise specified destination
23     *2.5.6* Added: Set(IVR_CONTEXT=${CONTEXT}) to facilitate simple returns to calling context (e.g. from an announcement or custom app)
24     *2.5.5* Fix bug #1651 and apply patch #1664, allow voicemail as destination if ivr is entered from a queue breakout option
25     *2.5.4* Fix bug #1417
26     *2.5.3* Add he_IL translation
27     *2.5.2* Updated for freepbx 2.2.0rc2
28     *2.5.1* Changed name to IVR (from Digital Receptionist)
29     *2.5* First release for FreePBX 2.2 - Fixed compatibility issue with new UI
30   </changelog>
31   <menuitems>
32     <ivr>IVR</ivr>
33   </menuitems>
34   <location>release/2.2/ivr-2.5.14.tgz</location>
35   <info>http://aussievoip.com.au/wiki/freePBX-IVR</info>
36   <md5sum>538a2bd521419cfa5be8e22e421aa558</md5sum>
37 </module>
Note: See TracBrowser for help on using the browser.