Ignore:
Timestamp:
Dec 10, 2008 4:54:16 PM (15 years ago)
Author:
bennylp
Message:

Ticket #672: Option to add custom parameters in the account Contact URI

File:
1 edited

Legend:

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

    r2371 r2373  
    21322132 
    21332133    /** 
     2134     * Additional URI parameters that will be appended in the Contact header 
     2135     * for this account. This will affect the Contact header in all SIP  
     2136     * messages sent on behalf of this account, including but not limited to 
     2137     * REGISTER, INVITE, and SUBCRIBE requests or responses. 
     2138     * 
     2139     * The parameters should be preceeded by semicolon, and all strings must 
     2140     * be properly escaped. Example: 
     2141     *   ";my-param=X;another-param=Hi%20there" 
     2142     */ 
     2143    pj_str_t        contact_params; 
     2144 
     2145    /** 
    21342146     * Specify whether support for reliable provisional response (100rel and 
    21352147     * PRACK) should be required for all sessions of this account. 
Note: See TracChangeset for help on using the changeset viewer.