Calling address (ANI) and DNIS information is passed in two separate digit strings in nccPlaceCall invocations:
The called party information is passed in the calledaddr argument. The ISDN Software TCP expects this digit string to be formatted as:
d1...dn * t1...tn
...where:
d1...dn are the digits to dial.
t1...tn are the subaddress digits to dial, if needed. If no subaddress is used, omit the * and t digits from the string.
The calling party information is passed in the callingaddr argument. The ISDN Software TCP expects this digit string to be formatted as:
a1...an * s1...sn
...where:
a1...an are the address of the calling party.
s1...sn are the subaddress digits of the calling party, if used. If no subaddress is used, omit the * and s digits from the string.