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/pjsip/sip_util.h

    r3553 r4347  
    9191     */ 
    9292    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, 
    93100 
    94101    /** 
Note: See TracChangeset for help on using the changeset viewer.