Changeset 10160
- Timestamp:
- 07/15/10 18:46:20 (3 years ago)
- Files:
-
- modules/branches/2.8/core/functions.inc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.8/core/functions.inc.php
r10103 r10160 3074 3074 //TODO: do we need to check for anything beyond auto-blkvm in this call path? 3075 3075 $ext->add($mcontext,$exten,'skiptrace', new ext_set('D_OPTIONS', '${IF($["${NODEST}"!="" & ${REGEX("(M[(]auto-blkvm[)])" ${ARG2})} != 1]?${ARG2}M(auto-blkvm):${ARG2})}')); 3076 $ext->add($mcontext,$exten,'', new ext_execif('$["${ALERT_INFO}"!=""]', 'SIPAddHeader', 'Alert-Info: ${ CUT(ALERT_INFO,:,2-)}'));3076 $ext->add($mcontext,$exten,'', new ext_execif('$["${ALERT_INFO}"!=""]', 'SIPAddHeader', 'Alert-Info: ${ALERT_INFO}')); 3077 3077 //TODO: Do I need to re-propagage anything from ${SIPADDHEADER} ? 3078 3078 $ext->add($mcontext,$exten,'', new ext_execif('$["${SIPADDHEADER}"!=""]', 'SIPAddHeader', '${SIPADDHEADER}'));
