summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
Diffstat (limited to 'main')
-rw-r--r--main/frame.c2
-rw-r--r--main/rtp.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/main/frame.c b/main/frame.c
index bac9340c7..6e539e7c9 100644
--- a/main/frame.c
+++ b/main/frame.c
@@ -130,7 +130,7 @@ static struct ast_format_list AST_FORMAT_LIST[] = { /*!< Bit number: comment
{ 0, 0, "nothing", "undefined" },
{ 0, 0, "nothing", "undefined" },
{ 0, AST_FORMAT_MAX_VIDEO, "maxvideo", "Maximum video format" },
- { 0, AST_FORMAT_T140, "t140", "Passthrough T.140 Realtime Text" },
+ { 1, AST_FORMAT_T140, "t140", "Passthrough T.140 Realtime Text" },
{ 0, 0, "nothing", "undefined" },
{ 0, 0, "nothing", "undefined" },
{ 0, AST_FORMAT_MAX_TEXT, "maxtext", "Maximum text format" },
diff --git a/main/rtp.c b/main/rtp.c
index 307ae1888..c629da006 100644
--- a/main/rtp.c
+++ b/main/rtp.c
@@ -1440,7 +1440,7 @@ static struct rtpPayloadType static_RTP_PT[MAX_RTP_PT] = {
[97] = {1, AST_FORMAT_ILBC},
[99] = {1, AST_FORMAT_H264},
[101] = {0, AST_RTP_DTMF},
- [102] = {0, AST_FORMAT_T140}, /* Real time text chat */
+ [102] = {1, AST_FORMAT_T140}, /* Real time text chat */
[110] = {1, AST_FORMAT_SPEEX},
[111] = {1, AST_FORMAT_G726},
[112] = {1, AST_FORMAT_G726_AAL2},