From 513fb792c867d3791fbd258151ab32c66c6c6249 Mon Sep 17 00:00:00 2001 From: Nanang Izzuddin Date: Tue, 28 Sep 2010 10:48:48 +0000 Subject: Close #1137: added field reg_hdr_list into pjsua_acc_config to specify custom headers for REGISTER requests of the account. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@3326 74dad513-b988-da41-8d7b-12977e46ad98 --- pjsip/include/pjsua-lib/pjsua.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'pjsip/include/pjsua-lib') diff --git a/pjsip/include/pjsua-lib/pjsua.h b/pjsip/include/pjsua-lib/pjsua.h index 10e1b0fe..dc013c0e 100644 --- a/pjsip/include/pjsua-lib/pjsua.h +++ b/pjsip/include/pjsua-lib/pjsua.h @@ -2078,6 +2078,12 @@ typedef struct pjsua_acc_config */ pj_str_t reg_uri; + /** + * The optional custom SIP headers to be put in the registration + * request. + */ + pjsip_hdr reg_hdr_list; + /** * Subscribe to message waiting indication events (RFC 3842). * -- cgit v1.2.3