Changeset 3883
- Timestamp:
- 07/10/2012 07:06:25 PM (11 months ago)
- Files:
-
- 1 modified
-
openbts/trunk/SIP/SIPEngine.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
openbts/trunk/SIP/SIPEngine.cpp
r3857 r3883 495 495 catch (SIPTimeout& e) { 496 496 LOG(DEBUG) << "timeout"; 497 mState = Timeout; 497 //if we got a 100 TRYING (SIP::Proceeding) 498 //don't time out 499 if (mState != SIP::Proceeding){ 500 mState = Timeout; 501 } 498 502 return mState; 499 503 } … … 503 507 saveResponse(msg); 504 508 switch (status) { 505 case 100: // Trying - this m aybe should go to ringing too -kurtis509 case 100: // Trying - this means the proxy is up; don't need to reinvite 506 510 mState = Proceeding; 507 511 break; 508 512 case 180: // Ringing 509 513 case 183: // Progress - 510 //We keep sending invited until we511 //enter Ringing, so 183 need to do that -kurtis512 514 mState = Ringing; 513 515 break;
![(please configure the [header_logo] section in trac.ini)](http://wush.net/trac/rangepublic/raw-attachment/wiki/WikiStart/PublicReleaseLogo.png)
