X25AM Programming Manual

ITI Applications
X25AM Programming Manual527201-001
2-43
ITI Procedure Statements Summary
SETPARAM 38
Get the originally called DTE address.
SETPARAM 39
Get the reason the call was redirected or deflected.
SETPARAM 40
Get the reason the called address was modified.
CALL SETPARAM (filenum, function,,, dte^address,
length)
filenum = file number
function = 38
dte^address
= ASCII string of decimal digits (for example,
“12345678”) representing the originally called
DTE address.
length = maximum 15 bytes
CALL SETPARAM (filenum, function,,, reason^code,
length)
filenum = file number
function
= 39
reason^code
= an integer indicating the reason for the call
redirection or deflection. For reasons returned by
the X.25 network, see Table 2-13
on page 2-43.
length
= 2 bytes
Table 2-13. Reasons for Redirection or Deflection
Integer Reason for Redirection or Deflection
1 Originally called DTE busy
9 Originally called DTE out of order
15 Systematic call redirection
192-255 Call deflection by the originally called DTE
CALL SETPARAM (filenum, function,,, reason^code,
length)
filenum = file number