Changeset 4030
- Timestamp:
- 06/09/07 00:18:36 (6 years ago)
- Files:
-
- modules/branches/2.2/ivr/functions.inc.php (modified) (1 diff)
- modules/branches/2.2/ivr/module.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.2/ivr/functions.inc.php
r4022 r4030 159 159 $ext->add($id, 's', '', new ext_background($announcement)); 160 160 } 161 /* TODO: once depends functionality gets fixed in core this should be put back 161 162 $ext->add($id, 's', '', new ext_waitexten()); 163 */ 164 $ext->add($id, 's', '', new extension('WaitExten()')); 162 165 $ext->add($id, 'hang', '', new ext_playback('vm-goodbye')); 163 166 $ext->add($id, 'hang', '', new ext_hangup('')); modules/branches/2.2/ivr/module.xml
r4026 r4030 2 2 <rawname>ivr</rawname> 3 3 <name>IVR</name> 4 <version>2.5.1 4</version>4 <version>2.5.15</version> 5 5 <type>setup</type> 6 6 <category>Inbound Call Control</category> … … 8 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 9 </description> 10 <depends>11 <version>2.2.2</version>12 </depends>13 10 <changelog> 11 *2.5.15* add class to define waitexten and removed the dependency on 2.2.2 - since 2.2.2 dependency checking is broken 14 12 *2.5.14* add waitexten to 2.2 15 13 *2.5.13.1* make sure t ext getting put in (for some reason it wasn't always, this shoudl fix it)
