mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-22 20:56:39 +00:00
Merge "rtp_engine: rtcp_report_to_json can overflow the ssrc integer value" into 16
This commit is contained in:
@@ -6,6 +6,9 @@
|
||||
|
||||
#include "asterisk/buildopts.h" /* IWYU pragma: export */
|
||||
|
||||
/* Define to 'long' or 'long long' */
|
||||
#undef AST_JSON_INT_T
|
||||
|
||||
/* Define to 1 if internal poll should be used. */
|
||||
#undef AST_POLL_COMPAT
|
||||
|
||||
|
@@ -81,6 +81,11 @@
|
||||
|
||||
/*!@{*/
|
||||
|
||||
/*!
|
||||
* \brief Primarily used to cast when packing to an "I" type.
|
||||
*/
|
||||
typedef AST_JSON_INT_T ast_json_int_t;
|
||||
|
||||
/*!
|
||||
* \brief Initialize the JSON library.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user