|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.avaya.jtapi.tsapi.UserToUserInfo
public class UserToUserInfo
User-to-user information is an ISDN feature which allows end-to-end transmission of application data during call setup/teardown. This information may be a customer number, credit card number, alphanumeric digits, or a binary string. It is propagated with the call whether the call is made to a destination on the local switch or to a destination on a remote switch over PRI trunks. The switch sends the UUI in the ISDN SETUP message over the PRI trunk to establish the call. The local and the remote switch include the UUI in the alerting, connected, disconnected and route request events.
This information, when available, is obtained via the LucentCallInfo.getUserToUserInfo() method.
LucentCallInfo,
Q931UserToUserInfo| Field Summary | |
|---|---|
protected byte[] |
data
|
protected short |
type
|
| Constructor Summary | |
|---|---|
UserToUserInfo(byte[] _data)
construct a UserToUserInfo object from a byte array |
|
UserToUserInfo(java.lang.String _data)
construct a UserToUserInfo object from an ASCII string |
|
| Method Summary | |
|---|---|
byte[] |
getBytes()
return user-to-user info as a (binary) byte array |
java.lang.String |
getString()
return user-to-user info as an ASCII string |
boolean |
isAscii()
query whether sender encoded UUI as ASCII or binary |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected short type
protected byte[] data
| Constructor Detail |
|---|
public UserToUserInfo(java.lang.String _data)
public UserToUserInfo(byte[] _data)
| Method Detail |
|---|
public java.lang.String getString()
public byte[] getBytes()
public boolean isAscii()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||