Package javaforce.voip
Class CallDetails
java.lang.Object
javaforce.voip.CallDetails
- All Implemented Interfaces:
Cloneable
- Direct Known Subclasses:
CallDetailsServer
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classEvery call has 2 sides, originator and terminator. -
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanwas auth (401/407) tried?Authorization stringunique id for this call leg (not caller ID)Keeps track of dst side (callee)String[]last set of full headers received.Host address on this side.Last nonce value from server.intCounter for nonce value (if qop=auth is used).String[]sdp content to be added to outbound packetsKeeps track of src side (caller)URI is what this call leg is about. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
src
Keeps track of src side (caller) -
dst
Keeps track of dst side (callee) -
callid
unique id for this call leg (not caller ID) -
uri
URI is what this call leg is about. -
sdp
sdp content to be added to outbound packets -
authstr
Authorization string -
authsent
public boolean authsentwas auth (401/407) tried? -
headers
last set of full headers received. -
nonce
Last nonce value from server. -
nonceCount
public int nonceCountCounter for nonce value (if qop=auth is used). Client must increment each time nonce value is used. Client must reset to 1 if nonce changes. -
localhost
Host address on this side.
-
-
Constructor Details
-
CallDetails
public CallDetails()
-
-
Method Details