From 7e34fd52d6f3bc4496b88d8e118e67e8a6871aa9 Mon Sep 17 00:00:00 2001 From: Kurtis Heimerl Date: Thu, 28 Jun 2012 06:10:45 +0000 Subject: [PATCH] removed notice about not caring about 100 trying messages. RFCs be damned, the proxies use them. git-svn-id: http://wush.net/svn/range/software/public/openbts/trunk@3857 19bc5d8c-e614-43d4-8b26-e1612bc8e597 --- SIP/SIPEngine.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/SIP/SIPEngine.cpp b/SIP/SIPEngine.cpp index 51b7b90..621a427 100644 --- a/SIP/SIPEngine.cpp +++ b/SIP/SIPEngine.cpp @@ -1186,7 +1186,6 @@ SIPState SIPEngine::MOSMSWaitForSubmit() LOG (ALERT) << "SIP MESSAGE rejected: " << ok->status_code << " " << ok->reason_phrase; break; } - // RFC-3428 does not use 1xx reponses so we won't look for them. LOG(WARNING) << "unhandled response " << ok->status_code; osip_message_free(ok); }