Changeset 5817
- Timestamp:
- 06/19/08 22:49:36 (4 years ago)
- Files:
-
- modules/branches/2.4/core/functions.inc.php (modified) (2 diffs)
- modules/branches/2.4/core/module.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.4/core/functions.inc.php
r5785 r5817 1066 1066 1067 1067 // Create CallingPresTable to deal with difference that ${CALINGPRES} returns vs. what 1068 // SetCall ingPres() accepts. This is a workaround that gets resolved in 1.6 where1068 // SetCallerPres() accepts. This is a workaround that gets resolved in 1.6 where 1069 1069 // function CALLINGPRES() is consistent. 1070 1070 // This should be fixed in 1.4.20 but for now we keep it in until 1.6 … … 1422 1422 // 1423 1423 if (version_compare($version, "1.6", "lt")) { 1424 $ext->add($context, $exten, '', new ext_execif('$["${CALLINGPRES_SV}" != ""]', 'SetCall ingPres', '${CALLINGPRES_SV}'));1424 $ext->add($context, $exten, '', new ext_execif('$["${CALLINGPRES_SV}" != ""]', 'SetCallerPres', '${CALLINGPRES_SV}')); 1425 1425 } else { 1426 1426 $ext->add($context, $exten, '', new ext_execif('$["${CALLINGPRES_SV}" != ""]', 'Set', 'CALLERPRES()=${CALLINGPRES_SV}')); modules/branches/2.4/core/module.xml
r5814 r5817 4 4 <category>Basic</category> 5 5 <name>Core</name> 6 <version>2.4.0. 2</version>6 <version>2.4.0.3</version> 7 7 <candisable>no</candisable> 8 8 <canuninstall>no</canuninstall> 9 9 <changelog> 10 *2.4.0.3* #2851 forwarded/followme/ringgroup calls originating from outside fail 10 11 *2.4.0.2* #2702, #2759, #2763, #2801, #2747, #2828, #2604, #2841, #2835 - review svn log or tickets for details 11 12 *2.4.0.1* #2693 fix DID editing creating new DID route introduced from #2664 fix
