Changeset 5568
- Timestamp:
- 01/10/08 19:09:05 (5 years ago)
- Files:
-
- modules/branches/2.4/core/functions.inc.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.4/core/functions.inc.php
r5567 r5568 1208 1208 // such as adding SIP header information or other requirements. All the channel variables from above are present 1209 1209 1210 $ext->add($context, $exten, 'gocall', new ext_macro('dialout- trunk-predial-hook'));1210 $ext->add($context, $exten, 'gocall', new ext_macro('dialout-dundi-predial-hook')); 1211 1211 $ext->add($context, $exten, '', new ext_gotoif('$["${PREDIAL_HOOK_RET}" = "BYPASS"]', 'bypass,1')); 1212 1212 … … 1239 1239 1240 1240 $ext->add($context, 'disabletrunk', '', new ext_noop('TRUNK: ${OUT_${DIAL_TRUNK}} DISABLED - falling through to next trunk')); 1241 $ext->add($context, 'bypass', '', new ext_noop('TRUNK: ${OUT_${DIAL_TRUNK}} BYPASSING because dialout- trunk-predial-hook'));1241 $ext->add($context, 'bypass', '', new ext_noop('TRUNK: ${OUT_${DIAL_TRUNK}} BYPASSING because dialout-dundi-predial-hook')); 1242 1242 1243 1243 $ext->add($context, 'h', '', new ext_macro('hangupcall'));
