mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 12:36:58 +00:00
Wait for command to complete (bug #1733) and take RTP 19 as CN too...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3590 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
1
rtp.c
1
rtp.c
@@ -616,6 +616,7 @@ static struct rtpPayloadType static_RTP_PT[MAX_RTP_PT] = {
|
||||
[16] = {1, AST_FORMAT_ADPCM}, /* 11.025 kHz */
|
||||
[17] = {1, AST_FORMAT_ADPCM}, /* 22.050 kHz */
|
||||
[18] = {1, AST_FORMAT_G729A},
|
||||
[19] = {0, AST_RTP_CN}, /* Also used for CN */
|
||||
[26] = {1, AST_FORMAT_JPEG},
|
||||
[31] = {1, AST_FORMAT_H261},
|
||||
[34] = {1, AST_FORMAT_H263},
|
||||
|
Reference in New Issue
Block a user