Changeset 4347 for pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h
- Timestamp:
- Feb 13, 2013 10:19:25 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h
r4343 r4347 1126 1126 * received redirection response. 1127 1127 * 1128 * Application may accept the redirection to the specified target 1129 * (the default behavior if this callback is implemented), reject 1130 * this target only and make the session continue to try the next 1128 * Application may accept the redirection to the specified target, 1129 * reject this target only and make the session continue to try the next 1131 1130 * target in the list if such target exists, stop the whole 1132 1131 * redirection process altogether and cause the session to be … … 1148 1147 * parameter to one of the value below: 1149 1148 * - PJSIP_REDIRECT_ACCEPT: immediately accept the 1150 * redirection (default value). When set, the 1151 * call will immediately resend INVITE request 1152 * to the target. 1149 * redirection. When set, the call will immediately 1150 * resend INVITE request to the target. 1151 * - PJSIP_REDIRECT_ACCEPT_REPLACE: immediately accept 1152 * the redirection and replace the To header with the 1153 * current target. When set, the call will immediately 1154 * resend INVITE request to the target. 1153 1155 * - PJSIP_REDIRECT_REJECT: immediately reject this 1154 1156 * target. The call will continue retrying with
Note: See TracChangeset
for help on using the changeset viewer.