Ignore:
Timestamp:
Jun 13, 2006 10:21:23 PM (18 years ago)
Author:
bennylp
Message:

Added status_text and cause_text in dialog and transaction to capture the real status text in the final response (instead of just the code)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsip-ua/sip_inv.h

    r324 r500  
    167167struct pjsip_inv_session 
    168168{ 
    169     char                 obj_name[PJ_MAX_OBJ_NAME]; /**< Log identification. */ 
     169    char                 obj_name[PJ_MAX_OBJ_NAME]; /**< Log identification */ 
    170170    pj_pool_t           *pool;                      /**< Dialog's pool.     */ 
    171171    pjsip_inv_state      state;                     /**< Invite sess state. */ 
    172172    pjsip_status_code    cause;                     /**< Disconnect cause.  */ 
     173    pj_str_t             cause_text;                /**< Cause text.        */ 
    173174    pj_bool_t            notify;                    /**< Internal.          */ 
    174175    pjsip_dialog        *dlg;                       /**< Underlying dialog. */ 
Note: See TracChangeset for help on using the changeset viewer.