- Timestamp:
- 02/16/12 15:05:16 (1 year ago)
- Files:
-
- modules/branches/2.9 (modified) (2 props)
- modules/branches/2.9/core/functions.inc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.9
- Property svn:mergeinfo changed from /modules/branches/2.10:13090,13103-13104,13106 to /modules/branches/2.10:13090,13103-13104,13106,13450
- Property svnmerge-integrated changed from /modules/branches/2.10:1-12085,13055,13061,13067,13069,13090,13097-13100,13103-13104,13106 /modules/branches/2.8:1-12454 /modules/branches/bootstrap-2.9:1-10853 to /modules/branches/2.10:1-12085,13055,13061,13067,13069,13090,13097-13100,13103-13104,13106,13450 /modules/branches/2.8:1-12454 /modules/branches/bootstrap-2.9:1-10853
modules/branches/2.9/core/functions.inc.php
r13070 r13451 3594 3594 $ext->add($mcontext,$exten,'', new ext_gosubif('$["${DEXTEN:-1}"!="#"]','dstring,1','dlocal,1')); 3595 3595 $ext->add($mcontext,$exten,'', new ext_gotoif('$[${LEN(${DSTRING})}=0]','nodial')); 3596 $ext->add($mcontext,$exten,'', new ext_gotoif('$["${DEXTEN:-1}" !="#"]','skiptrace'));3596 $ext->add($mcontext,$exten,'', new ext_gotoif('$["${DEXTEN:-1}"="#"]','skiptrace')); 3597 3597 $ext->add($mcontext,$exten,'', new ext_gosubif('$[${REGEX("^[\+]?[0-9]+$" ${CALLERID(number)})} = 1]','ctset,1','ctclear,1')); 3598 3598 //TODO: do we need to check for anything beyond auto-blkvm in this call path?
