- Timestamp:
- 03/23/12 17:35:45 (1 year ago)
- Files:
-
- modules/branches/2.9 (modified) (2 props)
- modules/branches/2.9/campon/functions.inc.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.9
- Property svn:mergeinfo changed from /modules/branches/2.10:12193,13090,13103-13104,13106,13450,13472-13473,13478,13730,13737,13739,13741,13773,13845,13864 to /modules/branches/2.10:12193,13090,13103-13104,13106,13450,13472-13473,13478,13730,13737,13739,13741,13773,13845,13864,13900
- Property svnmerge-integrated changed from /modules/branches/2.10:1-12085,12193,13055,13061,13067,13069,13090,13097-13100,13103-13104,13106,13450,13472-13473,13478,13730,13737,13739,13741,13773,13845,13864 /modules/branches/2.8:1-12454 /modules/branches/bootstrap-2.9:1-10853 to /modules/branches/2.10:1-12085,12193,13055,13061,13067,13069,13090,13097-13100,13103-13104,13106,13450,13472-13473,13478,13730,13737,13739,13741,13773,13845,13864-13865,13867,13869-13896,13898,13900 /modules/branches/2.8:1-12454 /modules/branches/bootstrap-2.9:1-10853
modules/branches/2.9/campon/functions.inc.php
r13865 r13904 206 206 $exten = '_X._X.'; 207 207 208 $ext->add($context, $exten, '', new ext_gosub( 'sub-from-ccss,s,1(${CUT(EXTEN,_,2)})'));208 $ext->add($context, $exten, '', new ext_gosub(1,'s','sub-from-ccss','${CUT(EXTEN,_,2)}')); 209 209 $ext->add($context, $exten, 'no_alert', new ext_goto('1','${CUT(EXTEN,_,1)}','from-internal')); 210 210 … … 212 212 $exten = '_X._X.'; 213 213 214 $ext->add($context, $exten, '', new ext_gosub( 'sub-from-ccss,s,1(${CUT(EXTEN,_,2)})'));214 $ext->add($context, $exten, '', new ext_gosub(1,'s','sub-from-ccss','${CUT(EXTEN,_,2)}')); 215 215 $ext->add($context, $exten, '', new ext_goto('1','${CUT(EXTEN,_,1)}','ext-local')); 216 216
