|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of SipCall in org.cafesip.sipunit |
|---|
| Methods in org.cafesip.sipunit that return SipCall | |
|---|---|
SipCall |
SipPhone.createSipCall()
This method is used to create a SipCall object for handling one leg of a call. |
SipCall |
SipPhone.makeCall(java.lang.String to,
int response,
long timeout,
java.lang.String viaNonProxyRoute)
This blocking basic method is used to make an outgoing call. |
SipCall |
SipPhone.makeCall(java.lang.String to,
int response,
long timeout,
java.lang.String viaNonProxyRoute,
java.util.ArrayList<javax.sip.header.Header> additionalHeaders,
java.util.ArrayList<javax.sip.header.Header> replaceHeaders,
java.lang.String body)
This method is the same as the basic blocking makeCall() method except that it allows the caller to specify a message body and/or additional JAIN-SIP API message headers to add to or replace in the outbound INVITE message. |
SipCall |
SipPhone.makeCall(java.lang.String to,
int response,
long timeout,
java.lang.String viaNonProxyRoute,
java.lang.String body,
java.lang.String contentType,
java.lang.String contentSubType,
java.util.ArrayList<java.lang.String> additionalHeaders,
java.util.ArrayList<java.lang.String> replaceHeaders)
This method is the same as the basic blocking makeCall() method except that it allows the caller to specify a message body and/or additional message headers to add to or replace in the outbound message without requiring knowledge of the JAIN-SIP API. |
SipCall |
SipPhone.makeCall(java.lang.String to,
java.lang.String viaNonProxyRoute)
This nonblocking basic method is used to make an outgoing call. |
SipCall |
SipPhone.makeCall(java.lang.String to,
java.lang.String viaNonProxyRoute,
java.util.ArrayList<javax.sip.header.Header> additionalHeaders,
java.util.ArrayList<javax.sip.header.Header> replaceHeaders,
java.lang.String body)
This method is the same as the basic nonblocking makeCall() method except that it allows the caller to specify a message body and/or additional JAIN-SIP API message headers to add to or replace in the outbound INVITE message. |
SipCall |
SipPhone.makeCall(java.lang.String to,
java.lang.String viaNonProxyRoute,
java.lang.String body,
java.lang.String contentType,
java.lang.String contentSubType,
java.util.ArrayList<java.lang.String> additionalHeaders,
java.util.ArrayList<java.lang.String> replaceHeaders)
This method is the same as the basic nonblocking makeCall() method except that it allows the caller to specify a message body and/or additional message headers to add to or replace in the outbound message without requiring knowledge of the JAIN-SIP API. |
| Methods in org.cafesip.sipunit with parameters of type SipCall | |
|---|---|
void |
SipTestCase.assertAnswered(SipCall call)
Asserts that the given incoming or outgoing call leg was answered. |
void |
SipTestCase.assertAnswered(java.lang.String msg,
SipCall call)
Asserts that the given incoming or outgoing call leg was answered. |
void |
SipTestCase.assertNotAnswered(SipCall call)
Asserts that the given incoming or outgoing call leg has not been answered. |
void |
SipTestCase.assertNotAnswered(java.lang.String msg,
SipCall call)
Asserts that the given incoming or outgoing call leg has not been answered. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||