Changeset 7605
- Timestamp:
- 05/01/09 20:21:47 (4 years ago)
- Files:
-
- modules/branches/2.6/core/functions.inc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.6/core/functions.inc.php
r7603 r7605 1395 1395 // Then do one call to user-callerid and record-enable instead of each time as in the past 1396 1396 // 1397 $rn = substr($outrt['application'],10);1398 $ext->add($outrt['application'], $exten['extension'], '', new ext_setvar('__ROUTENAME', $rn));1399 1397 $ext->add($outrt['application'], $exten['extension'], '', new ext_macro('user-callerid,SKIPTTL')); 1400 1398 $ext->add($outrt['application'], $exten['extension'], '', new ext_setvar("_NODEST",""));
