- Timestamp:
- 03/20/12 01:29:31 (1 year ago)
- Files:
-
- modules/branches/2.9/core/functions.inc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.9/core/functions.inc.php
r13853 r13862 2679 2679 // call (would be quite a conincidence if not) and go through the normal processing to get that CID. If a device 2680 2680 // 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 determined2682 // 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 most2684 // carriers, there are cases where it is so this preserves that information to be used by those carriers who do honor it.2685 2681 $ext->add($context, $exten, '', new ext_gotoif('$["foo${DB(AMPUSER/${REALCALLERIDNUM}/device)}" = "foo"]', 'bypass')); 2686 2682
