Author: rizzo
Date: Wed Jul 25 23:47:54 2007
New Revision: 77233

URL: http://svn.digium.com/view/asterisk?view=rev&rev=77233
Log:
add an entry for h263plus in an empty slot of the rtp types.

Modified:
    trunk/main/rtp.c

Modified: trunk/main/rtp.c
URL: 
http://svn.digium.com/view/asterisk/trunk/main/rtp.c?view=diff&rev=77233&r1=77232&r2=77233
==============================================================================
--- trunk/main/rtp.c (original)
+++ trunk/main/rtp.c Wed Jul 25 23:47:54 2007
@@ -1672,6 +1672,7 @@
        [31] = {1, AST_FORMAT_H261},
        [34] = {1, AST_FORMAT_H263},
        [97] = {1, AST_FORMAT_ILBC},
+       [98] = {1, AST_FORMAT_H263_PLUS},
        [99] = {1, AST_FORMAT_H264},
        [101] = {0, AST_RTP_DTMF},
        [102] = {1, AST_FORMAT_T140},   /* Real time text chat */


_______________________________________________
--Bandwidth and Colocation Provided by http://www.api-digital.com--

svn-commits mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/svn-commits

Reply via email to