[asterisk-commits] jrose: branch 1.8 r373617 - /branches/1.8/channels/chan_sip.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Sep 25 11:15:16 CDT 2012
Author: jrose
Date: Tue Sep 25 11:15:12 2012
New Revision: 373617
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=373617
Log:
chan_sip: Set Quality of Service for video rtp instance
(closes issue ASTERISK-20201)
Reported by: ddkprog
Patches:
chan_sip.c.diff uploaded by ddkprog (license 6008)
Modified:
branches/1.8/channels/chan_sip.c
Modified: branches/1.8/channels/chan_sip.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/channels/chan_sip.c?view=diff&rev=373617&r1=373616&r2=373617
==============================================================================
--- branches/1.8/channels/chan_sip.c (original)
+++ branches/1.8/channels/chan_sip.c Tue Sep 25 11:15:12 2012
@@ -5277,6 +5277,7 @@
ast_rtp_instance_set_keepalive(dialog->vrtp, dialog->rtpkeepalive);
ast_rtp_instance_set_prop(dialog->vrtp, AST_RTP_PROPERTY_RTCP, 1);
+ ast_rtp_instance_set_qos(dialog->vrtp, global_tos_video, global_cos_video, "SIP VIDEO");
}
if (ast_test_flag(&dialog->flags[1], SIP_PAGE2_TEXTSUPPORT)) {
More information about the asterisk-commits
mailing list