|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objecthp.opencall.media.platform.connection.InternalCallSpec
hp.opencall.media.ccapi.CallSpec
hp.opencall.media.ccapi.ISDNCallSpec
hp.opencall.media.ccapi.ISDNCallSpecif
A ISDNCallSpecif describes the parameters of a ISDN call. It is used by the Signalling system of the platform for both incoming and outgoing calls.
| Nested Class Summary |
| Nested classes inherited from class hp.opencall.media.ccapi.ISDNCallSpec |
ISDNCallSpec.IIDigits |
| Nested classes inherited from class hp.opencall.media.ccapi.CallSpec |
CallSpec.CallSpecType |
| Field Summary |
| Fields inherited from class hp.opencall.media.platform.connection.InternalCallSpec |
defaultConnectionType |
| Constructor Summary | |
ISDNCallSpecif(Address dest)
|
|
ISDNCallSpecif(Address dest,
Address from)
|
|
ISDNCallSpecif(Address dest,
Address from,
boolean isInco)
|
|
ISDNCallSpecif(ISDNSignallingParty to)
Creates a CallSpec with the specified ISDN called (DNIS) party. |
|
ISDNCallSpecif(ISDNSignallingParty to,
boolean isInco)
|
|
ISDNCallSpecif(ISDNSignallingParty to,
ISDNSignallingParty from)
Creates a CallSpec with the specified ISDN called (DNIS) and calling (ANI) parties. |
|
ISDNCallSpecif(ISDNSignallingParty to,
ISDNSignallingParty from,
boolean isInco)
|
|
| Method Summary | |
int |
getCallSpecType()
Returns the CallSpec Type |
char |
getConnId()
Added by ISO start |
String |
getProtocolName()
return the procole name. |
String |
getProtocolVersion()
return the procole version. |
void |
setCIC(int cicVal)
|
void |
setConnId(char aConnid)
|
| Methods inherited from class hp.opencall.media.ccapi.CallSpec |
getCalledAddress, getCalledParty, getCallingAddress, getCallingParty, getOwnerServiceName, getRedirectElements, getRoutingInfo, setRoutingInfo, setUsedProvider |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface hp.opencall.media.ccapi.CallSpecInterface |
getCalledAddress, getCalledParty, getCallingAddress, getCallingParty, getRedirectElements, setUsedProvider |
| Constructor Detail |
public ISDNCallSpecif(ISDNSignallingParty to,
ISDNSignallingParty from)
to - ISDN called party (DNIS)from - ISDN calling party (ANI)public ISDNCallSpecif(ISDNSignallingParty to)
to - ISDN called party (DNIS)public ISDNCallSpecif(Address dest)
public ISDNCallSpecif(Address dest,
Address from)
public ISDNCallSpecif(Address dest,
Address from,
boolean isInco)
public ISDNCallSpecif(ISDNSignallingParty to,
ISDNSignallingParty from,
boolean isInco)
public ISDNCallSpecif(ISDNSignallingParty to,
boolean isInco)
| Method Detail |
public char getConnId()
public void setConnId(char aConnid)
public void setCIC(int cicVal)
public final int getCallSpecType()
ISDNCallSpec
getCallSpecType in interface CallSpecInterfacegetCallSpecType in class ISDNCallSpecpublic String getProtocolName()
CallSpecInterface
getProtocolName in interface CallSpecInterfacegetProtocolName in class ISDNCallSpecpublic String getProtocolVersion()
CallSpecInterface
getProtocolVersion in interface CallSpecInterfacegetProtocolVersion in class ISDNCallSpec
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||