Changeset 9264

Show
Ignore:
Timestamp:
03/17/10 14:55:41 (2 years ago)
Author:
p_lindheimer
Message:

fixes #4146 index is outcid, not routecid

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.8/core/functions.inc.php

    r9240 r9264  
    17201720          if ($route['outcid'] != '') { 
    17211721            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'])); 
    17231723            } 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'])); 
    17251725            } 
    17261726          } 
  • modules/branches/2.8/core/module.xml

    r9243 r9264  
    44  <category>Basic</category> 
    55  <name>Core</name> 
    6   <version>2.8.0.0beta1.1</version> 
     6  <version>2.8.0.0beta1.2</version> 
    77  <publisher>FreePBX</publisher> 
    88  <license>GPLv2+</license> 
     
    1010  <canuninstall>no</canuninstall> 
    1111  <changelog> 
     12    *2.8.0.0beta1.2* #4146 
    1213    *2.8.0.0beta1.1* #4132, #2833, #4068, #4135, #4143, #4144 
    1314    *2.8.0.0beta1.0* #4100, #4102, #4110 New Outbound Routing Schema and features