Changeset 4387 for pjproject/branches/1.x/pjsip/include/pjsua-lib/pjsua.h
- Timestamp:
- Feb 27, 2013 10:16:08 AM (10 years ago)
- Location:
- pjproject/branches/1.x
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/1.x
- Property svn:mergeinfo changed
/pjproject/trunk merged: 4212,4217,4232-4233,4235,4238,4266,4283,4288,4308,4312,4330,4354,4364,4366
- Property svn:mergeinfo changed
-
pjproject/branches/1.x/pjsip/include/pjsua-lib/pjsua.h
r4329 r4387 654 654 * - it may delay the processing of the request, for example to request 655 655 * user permission whether to accept or reject the request. In this 656 * case, the application MUST set the \a code argument to 202, and 657 * later calls #pjsua_pres_notify() to accept or reject the 658 * subscription request. 656 * case, the application MUST set the \a code argument to 202, then 657 * IMMEDIATELY calls #pjsua_pres_notify() with state 658 * PJSIP_EVSUB_STATE_PENDING and later calls #pjsua_pres_notify() 659 * again to accept or reject the subscription request. 659 660 * 660 661 * Any \a code other than 200 and 202 will be treated as 200. … … 2241 2242 /** 2242 2243 * The full SIP URL for the account. The value can take name address or 2243 * URL format, and will look something like "sip:account@serviceprovider". 2244 * URL format, and will look something like "sip:account@serviceprovider" 2245 * or "\"Display Name\" <sip:account@provider>". 2244 2246 * 2245 2247 * This field is mandatory. … … 3525 3527 * 3526 3528 * @param call_id The call id to be transfered. 3527 * @param dest Address of new target to be contacted. 3529 * @param dest URI of new target to be contacted. The URI may be 3530 * in name address or addr-spec format. 3528 3531 * @param msg_data Optional message components to be sent with 3529 3532 * the request.
Note: See TracChangeset
for help on using the changeset viewer.