mirror of
https://github.com/RangeNetworks/openbts.git
synced 2025-11-01 20:33:33 +00:00
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
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user