Changeset 8462

Show
Ignore:
Timestamp:
01/02/10 14:27:27 (2 years ago)
Author:
mbrevda
Message:

closes #3993; Remove extra CID lookup in outbound routes; re #3889 & #3934

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.6/core/functions.inc.php

    r8460 r8462  
    15301530              // destinations. 
    15311531              // 
    1532               // Then do one call to user-callerid and record-enable instead of each time as in the past 
    1533               // 
    1534               $ext->add($outrt['application'], $exten['extension'], '', new ext_macro('user-callerid,SKIPTTL')); 
    15351532              $ext->add($outrt['application'], $exten['extension'], '', new ext_setvar("_NODEST","")); 
    15361533              $ext->add($outrt['application'], $exten['extension'], '', new ext_macro('record-enable,${AMPUSER},OUT'));