Changeset 3564
- Timestamp:
- 01/10/07 14:15:53 (4 years ago)
- Files:
-
- modules/branches/2.2/ivr/functions.inc.php (modified) (1 diff)
- modules/branches/2.2/ivr/module.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.2/ivr/functions.inc.php
r3375 r3564 166 166 if ($dest['selection'] == 't') $timeout=true; 167 167 if ($dest['selection'] == 'i') $invalid=true; 168 $ext->add($id, $dest['selection'],'', new ext_dbdel('${BLKVM_OVERRIDE}')); 169 $ext->add($id, $dest['selection'],'', new ext_setvar('__NODEST', '')); 168 170 $ext->add($id, $dest['selection'],'', new ext_goto($dest['dest'])); 169 171 } modules/branches/2.2/ivr/module.xml
r3506 r3564 9 9 </description> 10 10 <changelog> 11 *2.5.6* Fix bug #1651 and apply patch #1664, allow voicemail as destination if ivr is entered from a queue breakout option 11 12 *2.5.4* Fix bug #1417 12 13 *2.5.3* Add he_IL translation
