Ignore:
Timestamp:
Apr 9, 2006 4:46:05 PM (18 years ago)
Author:
bennylp
Message:

Added call duration in pjsua

File:
1 edited

Legend:

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

    r350 r398  
    9393    unsigned             index;     /**< Index in pjsua array.              */ 
    9494    pjsip_inv_session   *inv;       /**< The invite session.                */ 
     95    pj_time_val          start_time;/**< First INVITE sent/received.        */ 
     96    pj_time_val          res_time;  /**< First response sent/received.      */ 
     97    pj_time_val          conn_time; /**< Connected/confirmed time.          */ 
     98    pj_time_val          dis_time;  /**< Disconnect time.                   */ 
    9599    int                  acc_index; /**< Account index being used.          */ 
    96100    pjmedia_session     *session;   /**< The media session.                 */ 
Note: See TracChangeset for help on using the changeset viewer.