mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Merge code associated with AST-2009-006
(closes issue #12912) Reported by: rathaus Tested by: tilghman, russell, dvossel, dbrooks git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@215955 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -111,6 +111,8 @@ enum iax_frame_subclass {
|
||||
IAX_COMMAND_TXMEDIA = 38,
|
||||
/*! Command to rotate key */
|
||||
IAX_COMMAND_RTKEY = 39,
|
||||
/*! Call number token */
|
||||
IAX_COMMAND_CALLTOKEN = 40,
|
||||
};
|
||||
|
||||
/*! By default require re-registration once per minute */
|
||||
@@ -176,6 +178,7 @@ enum iax_frame_subclass {
|
||||
#define IAX_IE_RR_OOO 51 /*!< Frames received Out of Order u32 */
|
||||
#define IAX_IE_VARIABLE 52 /*!< Remote variables */
|
||||
#define IAX_IE_OSPTOKEN 53 /*!< OSP token */
|
||||
#define IAX_IE_CALLTOKEN 54 /*!< Call number security token */
|
||||
|
||||
#define IAX_MAX_OSPBLOCK_SIZE 254 /*!< Max OSP token block size, 255 bytes - 1 byte OSP token block index */
|
||||
#define IAX_MAX_OSPBLOCK_NUM 4
|
||||
|
Reference in New Issue
Block a user