|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Stores information needed to place the call.
| Method Summary | |
void |
addISDNRedirectElement(ISDNRedirectElement anElement)
Add an ISDN call redirection path. |
void |
freeIsupInfoMsg()
Deprecated. IsupMsg memory is handled by the JVM |
byte[] |
getCalledPartyNumberBytes()
Gets CalledPartyNumberBytes. |
byte[] |
getCallReference()
Gets the Call Reference. |
int |
getCIC()
Gets the Circuit Identifier Code (CIC). |
long |
getDPC()
Gets the Destination Point Code (DPC). |
int |
getIIDigits()
Gets the II Digits. |
ISDNSignallingParty |
getISDNCalledParty()
ISDN Called party accessor (DNIS) |
ISDNSignallingParty |
getISDNCallingParty()
ISDN Calling party accessor (ANI)OR null if the calling address is not specified in the call associated to this CallSpec |
ISDNRedirectElement[] |
getISDNRedirectElements()
Gives access to the redirection paths. |
IsupInfo |
getIsupInfo()
Gets the IsupInfo. |
E164Address |
getOriginalCalledNumber()
Gets the Original Called Number. |
Q850Cause |
getQ850Cause()
Get the last received Q850 cause |
boolean |
isCalledPartyNumberBytesPresent()
Checks if CalledPartyNumberBytes is known. |
boolean |
isCallReferencePresent()
Checks if the Call Reference is known. |
boolean |
isCICPresent()
Sets the ISDN handler - Reserved for internal use. |
boolean |
isDPCPresent()
Checks if the Destination Point Code is known. |
boolean |
isIIDigitsPresent()
Checks if the II Digits are knowns. |
boolean |
isIsupInfoPresent()
Checks if IsupInfo is available. |
boolean |
isOriginalCalledNumberPresent()
Checks if the Original Called Number is known. |
void |
setCalledPartyNumberBytes(byte[] calledPartyNumberBytes)
Sets CalledPartyNumberBytes. |
void |
setCallReference(byte[] aCallReference)
Sets the Call Reference. |
void |
setDPC(long adpc)
Sets the Destination Point Code (DPC) for an outgoing call. |
void |
setIIDigits(int aIIDigits)
Sets the II Digits. |
void |
setIsupInfo(IsupInfo aIsupInfo)
Sets the IsupInfo. |
void |
setOriginalCalledNumber(E164Address aOriginalCalledNumber)
Sets the Original Called Number |
void |
setQ850Cause(Q850Cause aCause)
Set the Q850 to use for the next ISDN message |
| Methods inherited from interface hp.opencall.media.ccapi.CallSpecInterface |
addRedirectElement, getCalledAddress, getCalledParty, getCallingAddress, getCallingParty, getCallSpecType, getProtocolName, getProtocolVersion, getRedirectElements, isIncoming, setUsedProvider |
| Method Detail |
public boolean isCICPresent()
public int getCIC()
public boolean isDPCPresent()
public long getDPC()
public void setDPC(long adpc)
adpc - public boolean isIIDigitsPresent()
public int getIIDigits()
public void setIIDigits(int aIIDigits)
aIIDigits - the II Digits.public boolean isOriginalCalledNumberPresent()
public E164Address getOriginalCalledNumber()
public void setOriginalCalledNumber(E164Address aOriginalCalledNumber)
aOriginalCalledNumber - the Original Called Number to indicate that the
call is redirected.public boolean isCallReferencePresent()
public byte[] getCallReference()
public void setCallReference(byte[] aCallReference)
aCallReference - the Call Reference.public boolean isIsupInfoPresent()
public void freeIsupInfoMsg()
public boolean isCalledPartyNumberBytesPresent()
public byte[] getCalledPartyNumberBytes()
public void setCalledPartyNumberBytes(byte[] calledPartyNumberBytes)
calledPartyNumberBytes - the CalledPartyNumberBytes.public IsupInfo getIsupInfo()
public void setIsupInfo(IsupInfo aIsupInfo)
aIsupInfo - the IsupInfopublic ISDNSignallingParty getISDNCalledParty()
public ISDNRedirectElement[] getISDNRedirectElements()
public void addISDNRedirectElement(ISDNRedirectElement anElement)
anElement - public ISDNSignallingParty getISDNCallingParty()
public Q850Cause getQ850Cause()
public void setQ850Cause(Q850Cause aCause)
aCause -
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||