Changeset 4436 for pjproject


Ignore:
Timestamp:
Mar 11, 2013 10:06:50 AM (11 years ago)
Author:
bennylp
Message:

Fixed #1640: Registration is terminated permanently on 480 (Temporarily Not Available) response when it should have been retried

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsua-lib/pjsua_acc.c

    r4318 r4436  
    20572057         param->code == PJSIP_SC_SERVICE_UNAVAILABLE || 
    20582058         param->code == PJSIP_SC_SERVER_TIMEOUT || 
     2059         param->code == PJSIP_SC_TEMPORARILY_UNAVAILABLE || 
    20592060         PJSIP_IS_STATUS_IN_CLASS(param->code, 600))) /* Global failure */ 
    20602061    { 
Note: See TracChangeset for help on using the changeset viewer.