Merge "res_pjsip: Fix statsd regression." into 13

This commit is contained in:
zuul
2016-07-13 07:28:31 -05:00
committed by Gerrit Code Review
4 changed files with 102 additions and 46 deletions

View File

@@ -271,7 +271,6 @@ enum ast_sip_contact_status_type {
UNKNOWN,
CREATED,
REMOVED,
UPDATED,
};
/*!
@@ -294,6 +293,8 @@ struct ast_sip_contact_status {
char *aor;
/*! The original contact's URI */
char *uri;
/*! TRUE if the contact was refreshed. e.g., re-registered */
unsigned int refresh:1;
};
/*!