mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
chan_iax2: Add ANI2/OLI information element
Adds an information element for ANI2 so that Originating Line Information can be transmitted over IAX2 channels. ASTERISK-29605 #close Change-Id: Iaeacdf6ccde18eaff7f776a0f49fee87dcb549d2
This commit is contained in:
committed by
George Joseph
parent
042ae05be7
commit
5a685249ce
@@ -187,6 +187,8 @@ enum iax_frame_subclass {
|
||||
#define IAX_IE_CAPABILITY2 55 /*!< Actual codec capability - u8 version + integer array */
|
||||
#define IAX_IE_FORMAT2 56 /*!< Desired codec format - u8 version + integer array */
|
||||
|
||||
#define IAX_IE_CALLINGANI2 57 /*!< Calling Originating Line Information (ANI2) digits */
|
||||
|
||||
#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
|
||||
#define IAX_MAX_OSPTOKEN_SIZE (IAX_MAX_OSPBLOCK_SIZE * IAX_MAX_OSPBLOCK_NUM)
|
||||
|
Reference in New Issue
Block a user