mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-06 13:07:21 +00:00
Merge "res_pjsip: Fix statsd regression." into 13
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
/*!
|
||||
|
Reference in New Issue
Block a user