I'm doing a SIP REFER transfer in TCL using the following:set callInfo(originationNum) 1112223333set callInfo(mode) "REDIRECT"leg setup $dnisValue callInfo $incomingAssuming dnisValue is 2223334444 for illustration purposes.This works, in that the ga...