Changeset 12042
- Timestamp:
- 04/23/11 10:54:34 (2 years ago)
- Files:
-
- modules/branches/2.9/ivr/functions.inc.php (modified) (1 diff)
- modules/branches/2.9/ivr/module.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.9/ivr/functions.inc.php
r11305 r12042 227 227 228 228 $ext->add($id, 's', '', new ext_execif('$["${MSG}" != ""]','Background','${MSG}')); 229 $ext->add($id, 's', '', new ext_waitexten( ));229 $ext->add($id, 's', '', new ext_waitexten($details['timeout'])); 230 230 $ext->add($id, 'hang', '', new ext_playback('vm-goodbye')); 231 231 $ext->add($id, 'hang', '', new ext_hangup('')); modules/branches/2.9/ivr/module.xml
r11914 r12042 3 3 <repo>standard</repo> 4 4 <name>IVR</name> 5 <version>2.9.0. 4</version>5 <version>2.9.0.5</version> 6 6 <publisher>FreePBX</publisher> 7 7 <license>GPLv2+</license> … … 12 12 </description> 13 13 <changelog> 14 *2.9.0.5* #5094 14 15 *2.9.0.4* #4994 15 16 *2.9.0.3* styling adjustments
