From 7aeccf3b4b927a40ae17e7588befa3310f765699 Mon Sep 17 00:00:00 2001 From: file Date: Mon, 10 Dec 2007 16:36:15 +0000 Subject: Add G729A as another possible payload name for G729. Some devices use this instead of G729, which is perfectly normal since the payload number itself is defined and can't be used by anything else so the name doesn't matter that much. (closes issue #11483) Reported by: revolution Patches: rtp.diff uploaded by revolution (license 346) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@92204 f38db490-d61c-443f-a65b-d21fe96a405b --- main/rtp.c | 1 + 1 file changed, 1 insertion(+) (limited to 'main') diff --git a/main/rtp.c b/main/rtp.c index 4d850cb4b..6c47db511 100644 --- a/main/rtp.c +++ b/main/rtp.c @@ -1341,6 +1341,7 @@ static struct { {{1, AST_FORMAT_SLINEAR}, "audio", "L16"}, {{1, AST_FORMAT_LPC10}, "audio", "LPC"}, {{1, AST_FORMAT_G729A}, "audio", "G729"}, + {{1, AST_FORMAT_G729A}, "audio", "G729A"}, {{1, AST_FORMAT_SPEEX}, "audio", "speex"}, {{1, AST_FORMAT_ILBC}, "audio", "iLBC"}, {{1, AST_FORMAT_G722}, "audio", "G722"}, -- cgit v1.2.3