Changeset 8638
- Timestamp:
- 01/17/10 11:26:29 (3 years ago)
- Files:
-
- modules/branches/2.7/core/functions.inc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.7/core/functions.inc.php
r8637 r8638 1774 1774 } 1775 1775 $ext->add($context, $exten, '', new ext_congestion(20)); 1776 1777 $exten = 's-CANCEL'; 1778 $ext->add($context, $exten, '', new ext_noop('Dial failed due to trunk reporting CANCEL - giving up')); 1779 $ext->add($context, $exten, '', new ext_playtones('congestion')); 1780 $ext->add($context, $exten, '', new ext_congestion(20)); 1776 1781 1777 1782 $exten = 's-UNALLOC';
