Changeset 3700
- Timestamp:
- 05/30/2012 09:44:12 PM (12 months ago)
- Files:
-
- 1 modified
-
openbts/trunk/SIP/SIPEngine.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
openbts/trunk/SIP/SIPEngine.cpp
r3677 r3700 737 737 responded = true; 738 738 saveResponse(ack); 739 if ( !strncmp(ack->sip_method,"ACK", 4)) {740 LOG(WARNING) << "unexpected " << ack->sip_method << "response to UNAVAIL, from proxy " << mProxyIP << ":" << mProxyPort << ". Assuming other end has cleared";739 if ((NULL == ack->sip_method) || !strncmp(ack->sip_method,"ACK", 4)) { 740 LOG(WARNING) << "unexpected response to UNAVAIL, from proxy " << mProxyIP << ":" << mProxyPort << ". Assuming other end has cleared"; 741 741 } 742 742 osip_message_free(ack);
![(please configure the [header_logo] section in trac.ini)](http://wush.net/trac/rangepublic/raw-attachment/wiki/WikiStart/PublicReleaseLogo.png)
