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

Revision 3790, 1.7 kB (checked in by p_lindheimer, 6 years ago)

Merged revisions 3760,3762-3765,3767-3772,3774-3779,3782,3785,3787-3789 via svnmerge from
https://amportal.svn.sourceforge.net/svnroot/amportal/modules/branches/2.2

........

r3760 | gregmac | 2007-02-09 14:44:33 -0800 (Fri, 09 Feb 2007) | 2 lines


Fix for IVR deleting as default submit action (if you press enter in a form field)

........

r3789 | p_lindheimer | 2007-02-16 10:48:34 -0800 (Fri, 16 Feb 2007) | 1 line


Allow option for IVR to loop back to itself without corrupting the return-to-ivr to the parent

........

  • 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.11</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   <changelog>
11     *2.5.11* Allow option for IVR to loop back to itself without corrupting the return-to-ivr to the parent
12     *2.5.10* Fix bug where pressing enter in a field would delete the IVR
13     *2.5.9* some tweaks because of strange inheritance behavior, so need to reset IVR variables upon returns for some looping conditions
14     *2.5.8* insert a return extension so that annoucements and ivrs returning don't trample back over the top
15     *2.5.7* extended schema and added ability to have ivr options to return to calling parent ivrs if appropriate, otherwise specified destination
16     *2.5.6* Added: Set(IVR_CONTEXT=${CONTEXT}) to facilitate simple returns to calling context (e.g. from an announcement or custom app)
17     *2.5.5* Fix bug #1651 and apply patch #1664, allow voicemail as destination if ivr is entered from a queue breakout option
18     *2.5.4* Fix bug #1417
19     *2.5.3* Add he_IL translation
20     *2.5.2* Updated for freepbx 2.2.0rc2
21     *2.5.1* Changed name to IVR (from Digital Receptionist)
22     *2.5* First release for FreePBX 2.2 - Fixed compatibility issue with new UI
23   </changelog>
24   <menuitems>
25     <ivr>IVR</ivr>
26   </menuitems>
27   <location>release/2.3/ivr-2.5.9.tgz</location>
28   <info>http://aussievoip.com.au/wiki/freePBX-IVR</info>
29   <md5sum>2a0261f3787f63e0b4b01436074741c1</md5sum>
30 </module>
Note: See TracBrowser for help on using the browser.