* transaction. This support is only enabled when the stack has been instructed to
* function with Automatic Dialog Support.
*/
if ( sipProvider.isDialogErrorsAutomaticallyHandled()
&& sipRequest.getToTag() == null) {
if ( sipStack
.findMergedTransaction(sipRequest)) {
this.sendLoopDetectedResponse(sipRequest, transaction);
return;
}
}