Changeset 4347 for pjproject/trunk/pjsip/include/pjsip/sip_util.h
- Timestamp:
- Feb 13, 2013 10:19:25 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/include/pjsip/sip_util.h
r3553 r4347 91 91 */ 92 92 PJSIP_REDIRECT_ACCEPT, 93 94 /** 95 * Accept the redirection to the current target and replace the To 96 * header in the INVITE request with the current target. The INVITE 97 * request will be resent to the current target. 98 */ 99 PJSIP_REDIRECT_ACCEPT_REPLACE, 93 100 94 101 /**
Note: See TracChangeset
for help on using the changeset viewer.