aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2015-07-15 13:36:34 -0300
committerRenato Botelho <renato@netgate.com>2015-07-15 13:36:34 -0300
commit1c65f2425155f4ea2107bf8970e32c2a986a0220 (patch)
treed2c80566cc81c97f31e334591726b0aa5461474a /config
parent53e31d1f8df4405abc8f462cbe67965e349f17fd (diff)
parent115305c43f38f2164e9af5e80dcd699366fce0bf (diff)
downloadpfsense-packages-1c65f2425155f4ea2107bf8970e32c2a986a0220.tar.gz
pfsense-packages-1c65f2425155f4ea2107bf8970e32c2a986a0220.tar.bz2
pfsense-packages-1c65f2425155f4ea2107bf8970e32c2a986a0220.zip
Merge pull request #895 from doktornotor/patch-1
Diffstat (limited to 'config')
-rw-r--r--config/siproxd/siproxd.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/siproxd/siproxd.inc b/config/siproxd/siproxd.inc
index e873e08d..53dc7a2d 100644
--- a/config/siproxd/siproxd.inc
+++ b/config/siproxd/siproxd.inc
@@ -81,7 +81,7 @@ function siproxd_generate_rules($type) {
$ifaces = array_map('convert_friendly_interface_to_real_interface_name', $ifaces);
$rtplower = ($siproxd_conf['rtplower'] ? $siproxd_conf['rtplower'] : 7070);
$rtpupper = ($siproxd_conf['rtpupper'] ? $siproxd_conf['rtpupper'] : 7079);
- $port = ($siproxd_conf['proxy_port'] ? $siproxd_conf['proxy_port'] : 5060);
+ $port = ($siproxd_conf['port'] ? $siproxd_conf['port'] : 5060);
switch($type) {
case 'nat':