Author: oej
Date: Mon Mar 23 04:06:45 2015
New Revision: 433291

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=433291
Log:
Fix typo

Modified:
    team/oej/chocolate-video-congestion-11/channels/chan_sip.c

Modified: team/oej/chocolate-video-congestion-11/channels/chan_sip.c
URL: 
http://svnview.digium.com/svn/asterisk/team/oej/chocolate-video-congestion-11/channels/chan_sip.c?view=diff&rev=433291&r1=433290&r2=433291
==============================================================================
--- team/oej/chocolate-video-congestion-11/channels/chan_sip.c (original)
+++ team/oej/chocolate-video-congestion-11/channels/chan_sip.c Mon Mar 23 
04:06:45 2015
@@ -11095,7 +11095,7 @@
                                ast_rtp_codecs_payloads_unset(newvideortp, 
NULL, codec);
                        }
                }
-       } else if (sscanf(a, "rctp-fb: %3u %255[^\t\n]", &codec, rtcfb_string) 
== 2) {
+       } else if (sscanf(a, "rctp-fb: %3u %255[^\t\n]", &codec, rtcpfb_string) 
== 2) {
                /*  AVPF RTCP feedback. We need to check if we really have 
AVPF, if not ignore these options.
                Examples:
                        a=rtcp-fb:100 ccm fir


-- 
_____________________________________________________________________
-- 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