Changeset 9062
- Timestamp:
- 03/01/10 17:28:39 (3 years ago)
- Files:
-
- modules/branches/2.7/core/functions.inc.php (modified) (3 diffs)
- modules/branches/2.7/core/module.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.7/core/functions.inc.php
r9060 r9062 1879 1879 $ext->add($context, $exten, '', new ext_agi('${OUTFAIL_${ARG1}}')); 1880 1880 $ext->add($context, $exten, 'noreport', new ext_noop('TRUNK Dial failed due to ${DIALSTATUS} HANGUPCAUSE: ${HANGUPCAUSE} - failing through to other trunks')); 1881 $ext->add($context, $exten, '', new ext_set('CALLERID(number)', '${AMPUSER}')); 1881 1882 1882 1883 $ext->add($context, 'disabletrunk', '', new ext_noop('TRUNK: ${OUT_${DIAL_TRUNK}} DISABLED - falling through to next trunk')); … … 2001 2002 $ext->add($context, $exten, '', new ext_agi('${OUTFAIL_${ARG1}}')); 2002 2003 $ext->add($context, $exten, 'noreport', new ext_noop('TRUNK Dial failed due to ${DIALSTATUS} HANGUPCAUSE: ${HANGUPCAUSE} - failing through to other trunks')); 2004 $ext->add($context, $exten, '', new ext_set('CALLERID(number)', '${AMPUSER}')); 2003 2005 2004 2006 $ext->add($context, 'disabletrunk', '', new ext_noop('TRUNK: ${OUT_${DIAL_TRUNK}} DISABLED - falling through to next trunk')); … … 2168 2170 $ext->add($context, $exten, '', new ext_agi('${OUTFAIL_${ARG1}}')); 2169 2171 $ext->add($context, $exten, 'noreport', new ext_noop('TRUNK Dial failed due to ${DIALSTATUS} HANGUPCAUSE: ${HANGUPCAUSE} - failing through to other trunks')); 2172 $ext->add($context, $exten, '', new ext_set('CALLERID(number)', '${AMPUSER}')); 2170 2173 2171 2174 $ext->add($context, 'disabletrunk', '', new ext_noop('TRUNK: ${OUT_${DIAL_TRUNK}} DISABLED - falling through to next trunk')); modules/branches/2.7/core/module.xml
r9061 r9062 10 10 <canuninstall>no</canuninstall> 11 11 <changelog> 12 *2.7.0.1* #409 4, #409512 *2.7.0.1* #4093, #4094, #4095 13 13 *2.7.0.0* minor tweaks 14 14 *2.7.0RC1.5* #4075, #4078, #4080, #4053
