Ignore:
Timestamp:
Sep 28, 2010 10:48:48 AM (14 years ago)
Author:
nanang
Message:

Close #1137: added field reg_hdr_list into pjsua_acc_config to specify custom headers for REGISTER requests of the account.

File:
1 edited

Legend:

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

    r3323 r3326  
    20792079    pj_str_t        reg_uri; 
    20802080 
     2081    /**  
     2082     * The optional custom SIP headers to be put in the registration 
     2083     * request. 
     2084     */ 
     2085    pjsip_hdr       reg_hdr_list; 
     2086 
    20812087    /** 
    20822088     * Subscribe to message waiting indication events (RFC 3842). 
Note: See TracChangeset for help on using the changeset viewer.