Merge "pjsip: Added "reg_server" to contacts."

This commit is contained in:
zuul
2016-05-03 14:05:45 -05:00
committed by Gerrit Code Review
6 changed files with 54 additions and 0 deletions
+2
View File
@@ -248,6 +248,8 @@ struct ast_sip_contact {
double qualify_timeout;
/*! Endpoint that added the contact, only available in observers */
struct ast_sip_endpoint *endpoint;
/*! Asterisk Server name */
AST_STRING_FIELD_EXTENDED(reg_server);
};
#define CONTACT_STATUS "contact_status"