Changeset 2855 for pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h
- Timestamp:
- Aug 5, 2009 6:41:23 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h
r2852 r2855 2164 2164 2165 2165 /** 2166 * Create a suitable URI to be put as Contact based on the specified2167 * target URIfor the specified account.2166 * Create a suitable Contact header value, based on the specified target URI 2167 * for the specified account. 2168 2168 * 2169 2169 * @param pool Pool to allocate memory for the string. 2170 * @param contact The string where the Contact URIwill be stored.2170 * @param contact The string where the Contact will be stored. 2171 2171 * @param acc_id Account ID. 2172 2172 * @param uri Destination URI of the request. … … 2182 2182 2183 2183 /** 2184 * Create a suitable URI to be put as Contact based on the information2185 * in the incoming request.2184 * Create a suitable Contact header value, based on the information in the 2185 * incoming request. 2186 2186 * 2187 2187 * @param pool Pool to allocate memory for the string. 2188 * @param contact The string where the Contact URIwill be stored.2188 * @param contact The string where the Contact will be stored. 2189 2189 * @param acc_id Account ID. 2190 2190 * @param rdata Incoming request.
Note: See TracChangeset
for help on using the changeset viewer.