Serialized Form

Class com.oki.sip.equips.signal.B2BUAServlet extends BasicSipServlet implements Serializable


Class com.oki.sip.equips.signal.BasicSipServlet extends javax.servlet.sip.SipServlet implements Serializable


Class com.oki.sip.equips.signal.CallControlServlet extends B2BUAServlet implements Serializable

Serialized Fields

useContact

boolean useContact
Flag that specifies whether the Contact information is used in the Request-URI of the INVITE request. If it is true, the Contact information is used. If it is false, the same address that specified in the To header is used. "false" should be specified when SIP-NS is integrated.


maxThreads

int maxThreads

currentThreads

int currentThreads

threadCount

java.lang.Object threadCount


Class com.oki.sip.equips.signal.CallingEntity extends java.lang.Object implements Serializable

Serialized Fields

uri

javax.servlet.sip.SipURI uri
SIP URI of the caller/callee.


display

java.lang.String display
Display string of the caller/callee.


contact

javax.servlet.sip.Address contact
Address that shows the Contact information of the caller/callee.


Class com.oki.sip.equips.signal.CallingProgress extends java.util.EventObject implements Serializable

serialVersionUID: 7610803668837002433l

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Serialized Fields

caller

java.lang.String caller
SIP URI of the caller.


callee

java.lang.String callee
SIP URI of the callee.


initiateStep

int initiateStep
Step number when the call connection is completed.


totalSteps

int totalSteps
Step number when the call connection is disconnected.


currentStep

int currentStep
Current step number.


statusCode

int statusCode
Status number of the response received last.


reasonPhrase

java.lang.String reasonPhrase
Description string of the response received last.


message

java.lang.String message
Description string that the CallControlServlet sets according to the progress of the call.


eventId

java.lang.String eventId
ID used to identify the Progress event.


callStarted

long callStarted
Beginning time of the call


callEnded

long callEnded
Ending time of the call


termCode

int termCode

timeout

boolean timeout

stepMap

java.util.Map stepMap

messageMap

java.util.Map messageMap


Class com.oki.sip.license.IllegalLicenseException extends java.lang.RuntimeException implements Serializable


Class com.oki.sip.equips.InternalServerException extends java.lang.RuntimeException implements Serializable


Class com.oki.sip.equips.signal.OkiChatServlet extends BasicSipServlet implements Serializable

Serialized Fields

listener

ChatMessageListener listener

waitingMap

java.util.Map waitingMap

pendingMap

java.util.Map pendingMap

senderLock

java.lang.Object senderLock

localContact

javax.servlet.sip.Address localContact


Class com.oki.sip.equips.security.ReceiverBlockingException extends javax.security.auth.login.FailedLoginException implements Serializable


Class com.oki.sip.equips.signal.RegisterClientServlet extends BasicSipServlet implements Serializable

Serialized Fields

delay

long delay
Delay period when the REGISTER is sent for the first time. Waits for a while because the SIP messages can not be sent immediately after invoking the init.


expires

int expires
Values set in the Expires parameter.


registURI

javax.servlet.sip.SipURI registURI
User name to be registered with the registration server (registrar).


registrarURI

javax.servlet.sip.SipURI registrarURI
URI string of the registration server (registrar).


contactAddr

javax.servlet.sip.Address contactAddr
Contact information to be registered with the registration server (registrar).


lastResponse

javax.servlet.sip.SipServletResponse lastResponse
Saves to cancel in the destroy.


username

java.lang.String username
User name used to perform Digest authentication.


passwd

java.lang.String passwd
Password used to perform Digest authentication.


Class com.oki.sip.equips.security.SenderBlockingException extends javax.security.auth.login.FailedLoginException implements Serializable


Class com.oki.sip.equips.signal.SignalingException extends com.oki.sip.spi.ProviderException implements Serializable


Class com.oki.sip.equips.security.SipDigestPrincipal extends SipPrincipalImpl implements Serializable

Serialized Fields

username

java.lang.String username

digest

java.lang.String digest

nonce

java.lang.String nonce

nc

java.lang.String nc

cnonce

java.lang.String cnonce

qop

java.lang.String qop

realm

java.lang.String realm

md5a2

java.lang.String md5a2


Class com.oki.sip.equips.security.SipGroup extends java.lang.Object implements Serializable

Serialized Fields

role

java.lang.String role

users

java.util.Set users


Class com.oki.sip.engine.SipInvocationException extends java.lang.Exception implements Serializable


Class com.oki.sip.equips.security.SipPrincipalImpl extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name

role

java.lang.String role

info

com.oki.sip.spi.SubscriberInfo info


Class com.oki.sip.engine.SipRequestParams extends java.lang.Object implements Serializable

Serialized Fields

paramMap

java.util.Map paramMap