aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/siproxd.inc3
-rw-r--r--config/siproxd.xml7
2 files changed, 10 insertions, 0 deletions
diff --git a/config/siproxd.inc b/config/siproxd.inc
index bfa5529b..fee47a90 100644
--- a/config/siproxd.inc
+++ b/config/siproxd.inc
@@ -153,6 +153,9 @@ function sync_package_siproxd() {
}
}
+ if($_POST['expeditedforwarding'] != "")
+ fwrite($fout, "rtp_dscp = 46\n");
+
fclose($fout);
write_rcfile(array(
diff --git a/config/siproxd.xml b/config/siproxd.xml
index 5fb56f5e..deccf90d 100644
--- a/config/siproxd.xml
+++ b/config/siproxd.xml
@@ -155,6 +155,13 @@
<description>Enter the port of the outbound proxy to send all traffic to. This is only useful if you have multiple masquerading firewalls to cross.</description>
<type>input</type>
</field>
+ <field>
+ <fielddescr>Expedited Forwarding</fielddescr>
+ <fieldname>expeditedforwarding</fieldname>
+ <description>This service is designed to allow ISPs to offer a service with attributes similar to a "leased line". This service offers the ULTIMATE IN LOW LOSS, LOW LATENCY AND LOW JITTER by ensuring that there is always sufficient room in output queues for the contracted expedited forwarding traffic.
+ </description>
+ <type>checkbox</type>
+ </field>
</fields>
<custom_php_global_functions>
</custom_php_global_functions>