|
|
|
|
@ -74,6 +74,8 @@ public OperationSetAutoAnswerSipImpl(
|
|
|
|
|
ProtocolProviderServiceSipImpl protocolProvider)
|
|
|
|
|
{
|
|
|
|
|
super(protocolProvider);
|
|
|
|
|
|
|
|
|
|
this.load();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
@ -329,8 +331,6 @@ protected boolean satisfyAutoAnswerConditions(Call call)
|
|
|
|
|
* Makes a check after creating call locally, should we answer it.
|
|
|
|
|
*
|
|
|
|
|
* @param call The new incoming call to auto-answer if needed.
|
|
|
|
|
* @param isVideoCall Indicates if the remote peer which has created this
|
|
|
|
|
* call wish to have a video call.
|
|
|
|
|
*
|
|
|
|
|
* @return <tt>true</tt> if we have processed and no further processing is
|
|
|
|
|
* needed, <tt>false</tt> otherwise.
|
|
|
|
|
|