diff --git a/core/plug-in/uac_auth/UACAuth.cpp b/core/plug-in/uac_auth/UACAuth.cpp index 829387a5..c0e27b6f 100644 --- a/core/plug-in/uac_auth/UACAuth.cpp +++ b/core/plug-in/uac_auth/UACAuth.cpp @@ -187,7 +187,7 @@ bool UACAuth::onSipReply(const AmSipReply& reply, int old_dlg_status, const stri if (dlg->sendRequest(ri->second.method, ri->second.content_type, ri->second.body, - hdrs) == 0) { + hdrs, SIP_FLAGS_VERBATIM) == 0) { processed = true; DBG("authenticated request successfully sent.\n"); // undo SIP dialog status change