Changeset 3925
- Timestamp:
- 07/24/2012 12:55:51 AM (10 months ago)
- Files:
-
- 1 modified
-
openbts/trunk/SIP/SIPEngine.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
openbts/trunk/SIP/SIPEngine.cpp
r3923 r3925 1195 1195 1196 1196 if (!ok) { 1197 //changed from "throw SIPTimeout()", as this seems more correct -k 1198 mState = Fail; 1197 1199 LOG(ALERT) << "SIP MESSAGE timed out; is the smqueue server " << mProxyIP << ":" << mProxyPort << " OK?"; 1198 throw SIPTimeout();1199 1200 } else { 1200 1201 osip_message_free(ok);
![(please configure the [header_logo] section in trac.ini)](http://wush.net/trac/rangepublic/raw-attachment/wiki/WikiStart/PublicReleaseLogo.png)
