Ignore:
Timestamp:
Feb 13, 2013 10:19:25 AM (11 years ago)
Author:
nanang
Message:

Close #1614: Added call redirect option PJSIP_REDIRECT_ACCEPT_REPLACE to accept call redirection with replaced 'To' header.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h

    r4343 r4347  
    11261126     * received redirection response. 
    11271127     * 
    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  
    11311130     * target in the list if such target exists, stop the whole 
    11321131     * redirection process altogether and cause the session to be 
     
    11481147     *                  parameter to one of the value below: 
    11491148     *                  - 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. 
    11531155     *                  - PJSIP_REDIRECT_REJECT: immediately reject this 
    11541156     *                    target. The call will continue retrying with 
Note: See TracChangeset for help on using the changeset viewer.