Hi
I want to log to the event log the DNIS of a call I am tracing.
For example, I am trying to:
abc_cv is a STRING call variable and default value is test. The logging of abc_cv works, it's the ASSIGN DNIS to abc_cv that doesn't work.
Says it is of incompatable type.
I want to log to the event log the DNIS of a call I am tracing.
For example, I am trying to:
Code:
ASSIGN DNIS to abc_cv
LOG abc_cv
abc_cv is a STRING call variable and default value is test. The logging of abc_cv works, it's the ASSIGN DNIS to abc_cv that doesn't work.
Says it is of incompatable type.