Serialized Form
Class mkh.sip.SipPS extends drcl.inet.application.SUDPApplication implements Serializable |
receivedMessage
SIPMessage receivedMessage
- An intermediate variable which is used for processing.
toBeSentMessage
SIPMessage toBeSentMessage
- This is a message which is created by different methods of the class.
contentType
java.lang.String contentType
- A variable used for setting the content type of the SIP message, typically set to "application/sdp".
responseMessageClass
int responseMessageClass
- A vaiable to store the response class from one of six possible classes.
messageType
java.lang.String messageType
- An intermediate variable which is used for checking whether a message is a request or it is a response and directing it to the related processor.
transactionID
java.lang.String transactionID
- Used for storing the transaction ID so that junk messages can be discarded.
nodeAddress
int nodeAddress
- Node address is set during initialization through the TCL interface.
registeredNode
int registeredNode
- All requests of the set node first goes to this proxy server and it is set during initialization through the TCL interface.
nodeViaField
java.lang.String nodeViaField
- It is set during initialization through the TCL interface.
otherNetworkProxyServerAddress
int otherNetworkProxyServerAddress
- It is set during initialization through the TCL interface.
Class mkh.sip.SipUA extends drcl.inet.application.SUDPApplication implements Serializable |
receivedMessage
SIPMessage receivedMessage
- An intermediate variable which is used for processing.
toBeSentMessage
SIPMessage toBeSentMessage
- This is a message which is created by different methods of the class.
contentType
java.lang.String contentType
- A variable used for setting the content type of the SIP message, typically set to "application/sdp".
responseMessageClass
int responseMessageClass
- A vaiable to store the response class from one of six possible classes.
messageType
java.lang.String messageType
- An intermediate variable which is used for checking whether a message is a request or it is a response and directing it to the related processor.
destination
int destination
- Used for storing the other party's address.
transactionID
java.lang.String transactionID
- Used for storing the transaction ID so that junk messages can be discarded.
nodeAddress
int nodeAddress
- Node address is set during initialization through the TCL interface.
transactionInitiator
boolean transactionInitiator
- Used for determining if the node should respond like acknowledging an OK with ACK only if the node is indeed the initiator of the request-response.
configuredProxyServerAddress
int configuredProxyServerAddress
- All requests of the node first goes to this address which is set during initialization through the TCL interface.
faxPort
drcl.comp.Port faxPort
- Used for alerting the T.38 fax module to start sending the fax.
nodeViaField
java.lang.String nodeViaField
- It is set during initialization through the TCL interface.
alwaysUseProxyServer
boolean alwaysUseProxyServer
- It is set during initialization through the TCL interface.
faxPort
drcl.comp.Port faxPort
faxPort
drcl.comp.Port faxPort