Changeset 8462
- Timestamp:
- 01/02/10 14:27:27 (2 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
r8460 r8462 1530 1530 // destinations. 1531 1531 // 1532 // Then do one call to user-callerid and record-enable instead of each time as in the past1533 //1534 $ext->add($outrt['application'], $exten['extension'], '', new ext_macro('user-callerid,SKIPTTL'));1535 1532 $ext->add($outrt['application'], $exten['extension'], '', new ext_setvar("_NODEST","")); 1536 1533 $ext->add($outrt['application'], $exten['extension'], '', new ext_macro('record-enable,${AMPUSER},OUT'));
