|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OperationSetAutoAnswer
An Operation Set defining options to auto answer/forward incoming calls.
| Field Summary | |
|---|---|
static String |
AUTO_ANSWER_COND_NAME_PROP
Auto answer conditional account property - field name. |
static String |
AUTO_ANSWER_COND_VALUE_PROP
Auto answer conditional account property - field value. |
static String |
AUTO_ANSWER_FWD_NUM_PROP
Auto forward all calls account property. |
static String |
AUTO_ANSWER_UNCOND_PROP
Auto answer unconditional account property. |
| Method Summary | |
|---|---|
void |
clear()
Clear any previous settings. |
String |
getAutoAnswerHeaderName()
Returns the name of the header if conditional auto answer is set. |
String |
getAutoAnswerHeaderValue()
Returns the value of the header for the conditional auto answer. |
String |
getCallForward()
Get the value for automatically forward all calls to the specified number using the same provider.. |
boolean |
isAutoAnswerConditionSet()
Is the auto answer option set to conditionally answer all incoming calls. |
boolean |
isAutoAnswerUnconditionalSet()
Is the auto answer option set to unconditionally answer all incoming calls. |
void |
setAutoAnswerCondition(String headerName,
String value)
Sets a specified header and its value if they exist in the incoming call packet this will activate auto answer. |
void |
setAutoAnswerUnconditional()
Sets the auto answer option to unconditionally answer all incoming calls. |
void |
setCallForward(String numberTo)
Set to automatically forward all calls to the specified number using the same provider. |
| Field Detail |
|---|
static final String AUTO_ANSWER_UNCOND_PROP
static final String AUTO_ANSWER_COND_NAME_PROP
static final String AUTO_ANSWER_COND_VALUE_PROP
static final String AUTO_ANSWER_FWD_NUM_PROP
| Method Detail |
|---|
void setAutoAnswerUnconditional()
boolean isAutoAnswerUnconditionalSet()
void setAutoAnswerCondition(String headerName,
String value)
headerName - the name of the header to searchvalue - the value for the header, can be null.boolean isAutoAnswerConditionSet()
String getAutoAnswerHeaderName()
String getAutoAnswerHeaderValue()
void setCallForward(String numberTo)
numberTo - number to use for forwardingString getCallForward()
void clear()
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||