Changeset 5344
- Timestamp:
- 12/04/07 16:02:34 (1 year ago)
- Files:
-
- modules/branches/2.4/core/functions.inc.php (modified) (1 diff)
- modules/branches/2.4/ivr/functions.inc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.4/core/functions.inc.php
r5330 r5344 732 732 $ext->add('ext-local', $exten['sipname'], '', new ext_goto('1',$item[0],'from-internal')); 733 733 } 734 // Now make a special context for the IVR inclusions of local extension dialing so that 735 // when people use the Queues breakout ability, and break out to someone's extensions, voicemail 736 // works. 737 // 738 $ivr_context = 'from-did-direct-ivr'; 739 $ext->add($ivr_context, $exten['extension'],'', new ext_execif('$["${BLKVM_OVERRIDE}" != ""]','dbDel','${BLKVM_OVERRIDE}')); 740 $ext->add($ivr_context, $exten['extension'],'', new ext_setvar('__NODEST', '')); 741 $ext->add($ivr_context, $exten['extension'],'', new ext_goto('1',$exten['extension'],'from-did-direct')); 734 742 } 735 743 } modules/branches/2.4/ivr/functions.inc.php
r5286 r5344 159 159 // ivr. (and no harm done if context does not exist. 160 160 // 161 $ext->addInclude($id,'ext-findmefollow'); 162 $ext->addInclude($id,'ext-local'); 161 $ext->addInclude($id,'from-did-direct-ivr'); 163 162 } 164 163 // I'm not sure I like the ability of people to send voicemail from the IVR.
