From e4efbf3c8a0abc0d3359eec057e9dd03f7b59254 Mon Sep 17 00:00:00 2001 From: Jeremy Lakeman Date: Tue, 25 Jun 2013 10:34:26 +0930 Subject: [PATCH] Define byte values for new codec support --- constants.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/constants.h b/constants.h index 88940084..5be1ad28 100644 --- a/constants.h +++ b/constants.h @@ -186,6 +186,9 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. #define VOMP_CODEC_ULAW 0x02 #define VOMP_CODEC_ALAW 0x03 #define VOMP_CODEC_GSM 0x04 +#define VOMP_CODEC_CODEC2_1200 0x05 +#define VOMP_CODEC_CODEC2_3200 0x06 +#define VOMP_CODEC_OPUS 0x07 // other out of band signals, probably shouldn't be codecs #define VOMP_CODEC_DTMF 0x20