Changeset 12455
- Timestamp:
- 08/29/11 17:28:53 (2 years ago)
- Files:
-
- modules/branches/2.9 (modified) (1 prop)
- modules/branches/2.9/core/functions.inc.php (modified) (1 diff)
- modules/branches/2.9/core/module.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.9
- Property svnmerge-integrated changed from /modules/branches/2.8:1-11555 /modules/branches/bootstrap-2.9:1-10853 to /modules/branches/2.8:1-12454 /modules/branches/bootstrap-2.9:1-10853
modules/branches/2.9/core/functions.inc.php
r12434 r12455 1550 1550 // TODO we don't have the OUTNUM until later so fix this... 1551 1551 case 'custom': 1552 $dial_string = str_replace('$OUTNUM$','\\\\$\\\\{OUTNUM\\\\}',$trunkprops['channelid']); 1552 $dial_string = str_replace('$OUTNUM$','${SS}{OUTNUM}',$trunkprops['channelid']); 1553 $ext->add($tcontext, $trunkprops['trunkid'], '', new ext_set('SS','$')); 1553 1554 $ext->add($tcontext, $trunkprops['trunkid'], '', new ext_set('TDIAL_STRING',$dial_string)); 1554 1555 $ext->add($tcontext, $trunkprops['trunkid'], '', new ext_set('DIAL_TRUNK',$trunkprops['trunkid'] )); modules/branches/2.9/core/module.xml
r12435 r12455 5 5 <category>Basic</category> 6 6 <name>Core</name> 7 <version>2.9.0. 3</version>7 <version>2.9.0.4</version> 8 8 <publisher>FreePBX</publisher> 9 9 <license>GPLv2+</license>
