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.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/pjsip/include/pjsua-lib/pjsua.h b/pjsip/include/pjsua-lib/pjsua.h
index 400c9b55..af6bc3da 100644
--- a/pjsip/include/pjsua-lib/pjsua.h
+++ b/pjsip/include/pjsua-lib/pjsua.h
@@ -2953,6 +2953,17 @@ typedef struct pjsua_acc_config
*/
pjsip_hdr reg_hdr_list;
+ /**
+ * Additional parameters that will be appended in the Contact header
+ * for this account. This will only affect REGISTER requests and
+ * will be appended after \a contact_params;
+ *
+ * The parameters should be preceeded by semicolon, and all strings must
+ * be properly escaped. Example:
+ * ";my-param=X;another-param=Hi%20there"
+ */
+ pj_str_t reg_contact_params;
+
/**
* The optional custom SIP headers to be put in the presence
* subscription request.