Changeset 3564

Show
Ignore:
Timestamp:
01/10/07 17:15:53 (6 years ago)
Author:
p_lindheimer
Message:

fix #1651 with #1664: if ivr is used as a breakout menu for a queue, clear any voicemail blocks and treat the ivr as if the call was answered

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.2/ivr/functions.inc.php

    r3375 r3564  
    166166              if ($dest['selection'] == 't') $timeout=true; 
    167167              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', '')); 
    168170              $ext->add($id, $dest['selection'],'', new ext_goto($dest['dest'])); 
    169171            } 
  • modules/branches/2.2/ivr/module.xml

    r3506 r3564  
    99  </description> 
    1010  <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 
    1112    *2.5.4* Fix bug #1417 
    1213    *2.5.3* Add he_IL translation