Changeset 13862 for modules

Show
Ignore:
Timestamp:
03/20/12 01:29:31 (1 year ago)
Author:
p_lindheimer
Message:

remove misleading comments re #5691

Files:

Legend:

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

    r13853 r13862  
    26792679      // call (would be quite a conincidence if not) and go through the normal processing to get that CID. If a device  
    26802680      // is set for this CID, then it must be internal  
    2681       // If we end up using USEROUTCID at the end, it may still be the REALCALLERIDNUM we saved above. That is determined 
    2682       // if the two are equal, AND there is no CALLERID(name) present since it has been removed by the CALLERID(all)=${USEROUTCID} 
    2683       // setting. If this is the case, then we put the orignal name back in to send out. Although the CNAME is not honored by most 
    2684       // carriers, there are cases where it is so this preserves that information to be used by those carriers who do honor it. 
    26852681      $ext->add($context, $exten, '', new ext_gotoif('$["foo${DB(AMPUSER/${REALCALLERIDNUM}/device)}" = "foo"]', 'bypass')); 
    26862682