Changeset 7605

Show
Ignore:
Timestamp:
05/01/09 20:21:47 (4 years ago)
Author:
p_lindheimer
Message:

remove the ROUTENAME setting in core for routes that routespermission module needs, it has been inserted in r7604 in that module

Files:

Legend:

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

    r7603 r7605  
    13951395              // Then do one call to user-callerid and record-enable instead of each time as in the past 
    13961396              // 
    1397               $rn = substr($outrt['application'],10); 
    1398               $ext->add($outrt['application'], $exten['extension'], '', new ext_setvar('__ROUTENAME', $rn)); 
    13991397              $ext->add($outrt['application'], $exten['extension'], '', new ext_macro('user-callerid,SKIPTTL')); 
    14001398              $ext->add($outrt['application'], $exten['extension'], '', new ext_setvar("_NODEST",""));