Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
In a call studio application, there is Secure Logging which allows you to mask certain PII (ssn, dob, etc.) in the activity logs and reporting. However, if the environment is integrated with Nuance Recognizer, that information is still in the call lo...
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...
I tried that, but, the REFER isn't sent out and in the logs I see:071324: May 16 10:37:07.041 EDT: //2851/F387BD7D9E59/SIP/Error/sipSPISaveReferParams: No dialpeer passed from application for xferI created a uri list matching that pattern and applie...
TCL script initiates the transfer after receiving DTMF from the caller.The following code initiates the REFER transfer (the "redirect" part is what causes the transfer vs. just setting up another leg) :set callInfo(originationNum) 1112223333set callI...
It appears to be automatically populated. The TCL script is what initiates the refer using the code in my original post. If you specify a destination that is just a phone number, the REFER is sent/accepted, but, egress IP is populated as the refer-to...