Changeset 5817

Show
Ignore:
Timestamp:
06/19/08 22:49:36 (4 years ago)
Author:
p_lindheimer
Message:

#2851 - forwarded/followme/ringgroup calls from outside hangup

Files:

Legend:

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

    r5785 r5817  
    10661066 
    10671067      // Create CallingPresTable to deal with difference that ${CALINGPRES} returns vs. what 
    1068       // SetCallingPres() accepts. This is a workaround that gets resolved in 1.6 where 
     1068      // SetCallerPres() accepts. This is a workaround that gets resolved in 1.6 where 
    10691069      // function CALLINGPRES() is consistent. 
    10701070      // This should be fixed in 1.4.20 but for now we keep it in until 1.6 
     
    14221422      // 
    14231423      if (version_compare($version, "1.6", "lt")) {  
    1424         $ext->add($context, $exten, '', new ext_execif('$["${CALLINGPRES_SV}" != ""]', 'SetCallingPres', '${CALLINGPRES_SV}')); 
     1424        $ext->add($context, $exten, '', new ext_execif('$["${CALLINGPRES_SV}" != ""]', 'SetCallerPres', '${CALLINGPRES_SV}')); 
    14251425      } else { 
    14261426        $ext->add($context, $exten, '', new ext_execif('$["${CALLINGPRES_SV}" != ""]', 'Set', 'CALLERPRES()=${CALLINGPRES_SV}')); 
  • modules/branches/2.4/core/module.xml

    r5814 r5817  
    44  <category>Basic</category> 
    55  <name>Core</name> 
    6   <version>2.4.0.2</version> 
     6  <version>2.4.0.3</version> 
    77  <candisable>no</candisable> 
    88  <canuninstall>no</canuninstall> 
    99  <changelog> 
     10    *2.4.0.3* #2851 forwarded/followme/ringgroup calls originating from outside fail 
    1011    *2.4.0.2* #2702, #2759, #2763, #2801, #2747, #2828, #2604, #2841, #2835 - review svn log or tickets for details 
    1112    *2.4.0.1* #2693 fix DID editing creating new DID route introduced from #2664 fix