summaryrefslogtreecommitdiff
path: root/include/asterisk/res_pjsip.h
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2016-05-03 12:41:23 -0500
committerGerrit Code Review <gerrit2@gerrit.digium.api>2016-05-03 12:41:23 -0500
commit3677409116d0ad2e638fcc2cdcf5134a2850d8ae (patch)
tree9146e6aa825fa771b20f82a2eb6f4068f727e300 /include/asterisk/res_pjsip.h
parenta2f19d82a86590c58737f252e28b816f957686ff (diff)
parent3cb8934de0db468d600beddd3464b44d33759cdc (diff)
Merge "pjsip: Added "reg_server" to contacts." into 13
Diffstat (limited to 'include/asterisk/res_pjsip.h')
-rw-r--r--include/asterisk/res_pjsip.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asterisk/res_pjsip.h b/include/asterisk/res_pjsip.h
index 5ffeaff60..f284702df 100644
--- a/include/asterisk/res_pjsip.h
+++ b/include/asterisk/res_pjsip.h
@@ -248,6 +248,8 @@ struct ast_sip_contact {
struct ast_sip_endpoint *endpoint;
/*! The name of the aor this contact belongs to */
char *aor;
+ /*! Asterisk Server name */
+ AST_STRING_FIELD_EXTENDED(reg_server);
};
#define CONTACT_STATUS "contact_status"