Changeset 6238
- Timestamp:
- 07/31/08 17:34:47 (5 years ago)
- Files:
-
- modules/branches/2.5/core/functions.inc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.5/core/functions.inc.php
r6228 r6238 1345 1345 $ext->add($context, $exten, '', new ext_playtones('congestion')); 1346 1346 $ext->add($context, $exten, '', new ext_congestion(20)); 1347 1348 $exten = 's-CHANUNAVAIL'; 1349 $ext->add($context, $exten, '', new ext_gotoif('$["x${OUTFAIL_${ARG1}}" = "x"]', 'noreport')); 1350 $ext->add($context, $exten, '', new ext_agi('${OUTFAIL_${ARG1}}')); 1351 $ext->add($context, $exten, 'noreport', new ext_noop('TRUNK Dial failed due to ${DIALSTATUS} (hangupcause: ${HANGUPCAUSE}) - failing through to other trunks')); 1347 1352 1348 1353 $exten = '_s-.';
