mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
net/siproxd: fixed rtp_port_high in template (#367)
* fixed typo in siproxd template * Bumped plugin version
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user