Ignore:
Timestamp:
Oct 7, 2016 7:42:22 AM (8 years ago)
Author:
ming
Message:

Fixed #1965: Add support to specify Contact params specific to REGISTER requests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsua2/account.hpp

    r5410 r5455  
    7171 
    7272    /** 
     73     * Additional parameters that will be appended in the Contact header 
     74     * of the registration requests. This will be appended after 
     75     * \a AccountSipConfig.contactParams; 
     76     * 
     77     * The parameters should be preceeded by semicolon, and all strings must 
     78     * be properly escaped. Example: 
     79     *   ";my-param=X;another-param=Hi%20there" 
     80     */ 
     81    string              contactParams; 
     82 
     83    /** 
    7384     * Optional interval for registration, in seconds. If the value is zero, 
    7485     * default interval will be used (PJSUA_REG_INTERVAL, 300 seconds). 
Note: See TracChangeset for help on using the changeset viewer.