net/siproxd: fixed rtp_port_high in template (#367)

* fixed typo in siproxd template

* Bumped plugin version
This commit is contained in:
mrpace2
2017-11-15 09:59:04 +07:00
committed by Franco Fichtner
parent 223e92eedb
commit d5f0ddbd05
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
PLUGIN_NAME= siproxd
PLUGIN_VERSION= 1.0
PLUGIN_VERSION= 1.1
PLUGIN_COMMENT= Siproxd is a proxy daemon for the SIP protocol
PLUGIN_DEPENDS= siproxd
PLUGIN_MAINTAINER= m.muenz@gmail.com
@@ -41,7 +41,7 @@ rtp_proxy_enable = 1
rtp_port_low = {{ OPNsense.siproxd.general.rtp_port_low }}
{% endif %}
{% if helpers.exists('OPNsense.siproxd.general.rtp_port_high') and OPNsense.siproxd.general.rtp_port_high != '' %}
rtp_port_low = {{ OPNsense.siproxd.general.rtp_port_high }}
rtp_port_high = {{ OPNsense.siproxd.general.rtp_port_high }}
{% endif %}
{% if helpers.exists('OPNsense.siproxd.general.rtp_timeout') and OPNsense.siproxd.general.rtp_timeout != '' %}
rtp_timeout = {{ OPNsense.siproxd.general.rtp_timeout }}