Changeset 4212
- Timestamp:
- Jul 19, 2012 8:54:35 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h
r4204 r4212 907 907 * - it may delay the processing of the request, for example to request 908 908 * user permission whether to accept or reject the request. In this 909 * case, the application MUST set the \a code argument to 202, and 910 * later calls #pjsua_pres_notify() to accept or reject the 911 * subscription request. 909 * case, the application MUST set the \a code argument to 202, then 910 * IMMEDIATELY calls #pjsua_pres_notify() with state 911 * PJSIP_EVSUB_STATE_PENDING and later calls #pjsua_pres_notify() 912 * again to accept or reject the subscription request. 912 913 * 913 914 * Any \a code other than 200 and 202 will be treated as 200.
Note: See TracChangeset
for help on using the changeset viewer.