Ignore:
Timestamp:
Sep 7, 2010 5:10:25 AM (14 years ago)
Author:
ming
Message:

Fixed #1118: Add last error code to PJSUA-LIB account info structure

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h

    r3243 r3303  
    23422342 
    23432343    /** 
     2344     * Last registration error code. When the status field contains a SIP 
     2345     * status code that indicates a registration failure, last registration 
     2346     * error code contains the error code that causes the failure. In any 
     2347     * other case, its value is zero. 
     2348     */ 
     2349    pj_status_t         reg_last_err; 
     2350 
     2351    /** 
    23442352     * String describing the registration status. 
    23452353     */ 
Note: See TracChangeset for help on using the changeset viewer.