Changeset 2855 for pjproject/trunk/pjsip/include/pjsip/sip_util.h
- Timestamp:
- Aug 5, 2009 6:41:23 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/include/pjsip/sip_util.h
r2394 r2855 244 244 * @param from URL to put in From header. 245 245 * @param to URL to put in To header. 246 * @param contact URL to put in Contact header. 246 * @param contact Contact to be put as Contact header value, hence 247 * the format must follow RFC 3261 Section 20.10: 248 * When the header field value contains a display 249 * name, the URI including all URI parameters is 250 * enclosed in "<" and ">". If no "<" and ">" are 251 * present, all parameters after the URI are header 252 * parameters, not URI parameters. The display name 253 * can be tokens, or a quoted string, if a larger 254 * character set is desired. 247 255 * @param call_id Optional Call-ID (put NULL to generate unique Call-ID). 248 256 * @param cseq Optional CSeq (put -1 to generate random CSeq). … … 281 289 * @param method SIP Method. 282 290 * @param target Target URI. 283 * @param from URL to put inFrom header.284 * @param to URL to put inTo header.285 * @param contact URL to put inContact header.291 * @param from From header. 292 * @param to To header. 293 * @param contact Contact header. 286 294 * @param call_id Optional Call-ID (put NULL to generate unique Call-ID). 287 295 * @param cseq Optional CSeq (put -1 to generate random CSeq).
Note: See TracChangeset
for help on using the changeset viewer.