Added 2 channel slin/alaw/mulaw to rtp payloads dictionary.

git-svn-id: http://voip.null.ro/svn/yate@6482 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
marian 2021-04-19 09:34:41 +00:00
parent f6caa100f0
commit b3eaba2850
1 changed files with 3 additions and 0 deletions

View File

@ -40,6 +40,7 @@ static TokenDict dict_payloads[] = {
{ "alaw", 8 },
{ "gsm", 3 },
{ "lpc10", 7 },
{ "2*slin", 10 },
{ "slin", 11 },
{ "g726", 2 },
{ "g722/16000", 9 },
@ -71,6 +72,8 @@ static TokenDict dict_payloads[] = {
{ "mpv", 32 },
{ "mp2t", 33 },
{ "mp4v", 110 },
{ "2*mulaw", 117 },
{ "2*alaw", 118 },
{ 0 , 0 },
};