Changeset 3366 for pjproject/trunk/pjsip/include/pjsua-lib/pjsua_internal.h
- Timestamp:
- Nov 16, 2010 3:07:46 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/include/pjsua-lib/pjsua_internal.h
r3349 r3366 115 115 }; 116 116 117 118 117 /** 119 118 * Account … … 129 128 pj_str_t user_part; /**< User part of local URI. */ 130 129 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 */ 131 133 132 134 pj_str_t srv_domain; /**< Host part of reg server. */ … … 152 154 pj_uint32_t global_route_crc; /** CRC of global route setting. */ 153 155 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. */ 154 163 155 164 unsigned cred_cnt; /**< Number of credentials. */
Note: See TracChangeset
for help on using the changeset viewer.