Merge "res_pjsip: Fix statsd regression."

This commit is contained in:
Joshua Colp
2016-07-13 07:41:47 -05:00
committed by Gerrit Code Review
4 changed files with 103 additions and 46 deletions

View File

@@ -271,7 +271,6 @@ enum ast_sip_contact_status_type {
UNKNOWN,
CREATED,
REMOVED,
UPDATED,
};
/*!
@@ -296,6 +295,8 @@ struct ast_sip_contact_status {
int64_t rtt;
/*! Last status for a contact (default - unavailable) */
enum ast_sip_contact_status_type last_status;
/*! TRUE if the contact was refreshed. e.g., re-registered */
unsigned int refresh:1;
};
/*!