Ignore:
Timestamp:
Nov 16, 2010 3:07:46 AM (14 years ago)
Author:
bennylp
Message:

Implemented SIP outbound (closed #1020)

File:
1 edited

Legend:

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

    r3349 r3366  
    115115}; 
    116116 
    117  
    118117/** 
    119118 * Account 
     
    129128    pj_str_t         user_part;     /**< User part of local URI.        */ 
    130129    pj_str_t         contact;       /**< Our Contact header.            */ 
     130    pj_str_t         reg_contact;   /**< Contact header for REGISTER. 
     131                                         It may be different than acc 
     132                                         contact if outbound is used    */ 
    131133 
    132134    pj_str_t         srv_domain;    /**< Host part of reg server.       */ 
     
    152154    pj_uint32_t      global_route_crc; /** CRC of global route setting. */ 
    153155    pj_uint32_t      local_route_crc;  /** CRC of account route setting.*/ 
     156 
     157    unsigned         rfc5626_status;/**< SIP outbound status: 
     158                                           0: not used 
     159                                           1: requested 
     160                                           2: acknowledged by servers   */ 
     161    pj_str_t         rfc5626_instprm;/**< SIP outbound instance param.  */ 
     162    pj_str_t         rfc5626_regprm;/**< SIP outbound reg param.        */ 
    154163 
    155164    unsigned         cred_cnt;      /**< Number of credentials.         */ 
Note: See TracChangeset for help on using the changeset viewer.