Changeset 9264
- Timestamp:
- 03/17/10 14:55:41 (2 years ago)
- Files:
-
- modules/branches/2.8/core/functions.inc.php (modified) (1 diff)
- modules/branches/2.8/core/module.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.8/core/functions.inc.php
r9240 r9264 1720 1720 if ($route['outcid'] != '') { 1721 1721 if ($route['outcid_mode'] != '') { 1722 $ext->add($context, $exten, '', new ext_execif('$["${KEEPCID}"!="TRUE" & ${LEN(${TRUNKCIDOVERRIDE}}=0]','Set','TRUNKCIDOVERRIDE='.$route[' routecid']));1722 $ext->add($context, $exten, '', new ext_execif('$["${KEEPCID}"!="TRUE" & ${LEN(${TRUNKCIDOVERRIDE}}=0]','Set','TRUNKCIDOVERRIDE='.$route['outcid'])); 1723 1723 } else { 1724 $ext->add($context, $exten, '', new ext_execif('$["${KEEPCID}"!="TRUE" & ${LEN(${DB(AMPUSER/${AMPUSER}/outboundcid)}}=0 & ${LEN(${TRUNKCIDOVERRIDE}}=0]','Set','TRUNKCIDOVERRIDE='.$route[' routecid']));1724 $ext->add($context, $exten, '', new ext_execif('$["${KEEPCID}"!="TRUE" & ${LEN(${DB(AMPUSER/${AMPUSER}/outboundcid)}}=0 & ${LEN(${TRUNKCIDOVERRIDE}}=0]','Set','TRUNKCIDOVERRIDE='.$route['outcid'])); 1725 1725 } 1726 1726 } modules/branches/2.8/core/module.xml
r9243 r9264 4 4 <category>Basic</category> 5 5 <name>Core</name> 6 <version>2.8.0.0beta1. 1</version>6 <version>2.8.0.0beta1.2</version> 7 7 <publisher>FreePBX</publisher> 8 8 <license>GPLv2+</license> … … 10 10 <canuninstall>no</canuninstall> 11 11 <changelog> 12 *2.8.0.0beta1.2* #4146 12 13 *2.8.0.0beta1.1* #4132, #2833, #4068, #4135, #4143, #4144 13 14 *2.8.0.0beta1.0* #4100, #4102, #4110 New Outbound Routing Schema and features
