mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Fixed iax2 key rotation backwards compatibility
Turns key rotation back on by default. Added bit into encryption IE to indicate whether or not key rotation is supported or not. If it is not supported then it is not enabled, which insures backwards compatibility. This eliminates the need for the keyrotate option in iax.conf, so it has been removed. Review: http://reviewboard.digium.com/r/159/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@175597 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -187,6 +187,7 @@ enum {
|
||||
#define IAX_AUTH_RSA (1 << 2)
|
||||
|
||||
#define IAX_ENCRYPT_AES128 (1 << 0)
|
||||
#define IAX_ENCRYPT_KEYROTATE (1 << 15) /*!< Keyrotation support */
|
||||
|
||||
#define IAX_META_TRUNK 1 /*!< Trunk meta-message */
|
||||
#define IAX_META_VIDEO 2 /*!< Video frame */
|
||||
|
Reference in New Issue
Block a user