]> git.ipfire.org Git - people/trikolon/ipfire-2.x.git/commitdiff
qos-preset: Replaced sip with rtp for voip.
authorArne Fitzenreiter <arne_f@ipfire.org>
Mon, 23 May 2011 19:50:12 +0000 (21:50 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Mon, 23 May 2011 19:50:12 +0000 (21:50 +0200)
sip is only the signaling protocol and don't need realtime.

config/rootfiles/core/49/filelists/files
html/cgi-bin/qos.cgi

index 606d647538704e42d3f71293fa81e6434b00d306..3bc88ddde0cc270bcdfb19f1639935b0a6a5e0f6 100644 (file)
@@ -11,6 +11,7 @@ srv/web/ipfire/cgi-bin/logs.cgi/log.dat
 srv/web/ipfire/cgi-bin/ovpnmain.cgi
 srv/web/ipfire/cgi-bin/pppsetup.cgi
 srv/web/ipfire/cgi-bin/proxy.cgi
+srv/web/ipfire/cgi-bin/qos.cgi
 srv/web/ipfire/cgi-bin/services.cgi
 srv/web/ipfire/cgi-bin/vpnmain.cgi
 var/ipfire/langs/de.pl
index 60c75d73654f4cf9aacc0d1bee3ea40fea1b298e..844058de3276cf249dde5669ce9603576b326f14 100644 (file)
@@ -2,7 +2,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007  Michael Tremer & Christian Schmidt                      #
+# Copyright (C) 2007-2011  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -531,7 +531,7 @@ END
        open( FILE, "> $level7file" ) or die "Unable to write $level7file";
        print FILE <<END
 102;$qossettings{'RED_DEV'};dns;;;
-102;$qossettings{'RED_DEV'};sip;;;
+102;$qossettings{'RED_DEV'};rtp;;;
 102;$qossettings{'RED_DEV'};skypetoskype;;;
 103;$qossettings{'RED_DEV'};ssh;;;
 103;$qossettings{'RED_DEV'};rdp;;;
@@ -540,6 +540,7 @@ END
 104;$qossettings{'RED_DEV'};pop3;;;
 120;$qossettings{'RED_DEV'};applejuice;;;
 120;$qossettings{'RED_DEV'};bittorrent;;;
+200;imq0;rtp;;;
 200;imq0;skypetoskype;;;
 203;imq0;ssh;;;
 203;imq0;rdp;;;