|
Class Summary |
| BillingElements |
This class is not currently used but will be used in upcoming releases to
receive billing records from the SCP. |
| CalledAddressTermTrigger |
An object belonging to this class is instantiated by the SipExchange server
and used as an invocation parameter when a CalledAddress trigger
condition is encountered. |
| CalledBusyTermTrigger |
An object belonging to this class is instantiated by the SipExchange server
and used as an invocation parameter when a CalledBusy trigger
condition is encountered. |
| CalledNoAnswerTermTrigger |
An object belonging to this class is instantiated by the SipExchange server
and used as an invocation parameter when a CalledNoAnswer trigger
condition is encountered. |
| CalledNotAvailableTermTrigger |
An object belonging to this class is instantiated by the SipExchange server
and used as an invocation parameter when a CalledNotAvailable trigger
condition is encountered. |
| ContinueResponse |
An object belonging to this class is returned by the SCP to the SipExchange
server in response to an invocation to indicate that the SipExchange server
must continue to process this call as usual. |
| Domain |
This class is used to provide information about a domain where the calling
and/or a called subscriber belongs to. |
| DomainTriggerParamParser |
This is an utility class that is used by the SipExchange server and may also be
used by the SCPs to parse the domain trigger param of the form
pattern=some-regular-expression¶m=some-param |
| MakeCallOrigTrigger |
An object belonging to this class is instantiated by the SipExchange server and used
as an invocation parameter when a MakeCall trigger condition is encountered. |
| ReceivedCallTermTrigger |
An object belonging to this class is instantiated by the SipExchange server and used
as an invocation parameter when a ReceivedCall trigger condition is encountered. |
| RerouteResponse |
This class is returned by by the SCP as a response to an invocation to
indicate that the call in question must be re-routed based on the information
supplied by this object. |
| Response |
In response to an invocation by the SipExchange server while processing a call,
the SCP returns a response indicating to the SipExchange server as to how to
proceed with the call. |
| Subscriber |
This class is used to provide information about a subscriber. |
| TerminateResponse |
An object belonging to this class is returned by the SCP to the SipExchange
server in response to an invocation to indicate that the call session must be
terminated. |
| Trigger |
This class is used to provide information about a trigger that is associated
either with subscriber or domain. |
| TriggerInfo |
When SipExchange encounters a trigger condition while processing a call, it
invokes a remote method on the SCP. |