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/sip_transaction.h

    r253 r500  
    8383     */ 
    8484    int                         status_code;    /**< Last status code seen. */ 
     85    pj_str_t                    status_text;    /**< Last reason phrase.    */ 
    8586    pjsip_tsx_state_e           state;          /**< State.                 */ 
    8687    int                         handle_200resp; /**< UAS 200/INVITE  retrsm.*/ 
Note: See TracChangeset for help on using the changeset viewer.