summaryrefslogtreecommitdiff
path: root/pjsip/include/pjsua-lib/pjsua.h
diff options
context:
space:
mode:
Diffstat (limited to 'pjsip/include/pjsua-lib/pjsua.h')
-rw-r--r--pjsip/include/pjsua-lib/pjsua.h6
1 files changed, 6 insertions, 0 deletions
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).
*