1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Small SIP ALG fixes

This commit is contained in:
Ycarus (Yannick Chabanois) 2022-08-29 20:08:59 +02:00
parent 0023879724
commit 58c4f6cb28
3 changed files with 3 additions and 12 deletions

View file

@ -245,6 +245,7 @@ EOF
if [ "$(uci -q get openmptcprouter.settings.sipalg)" = "" ]; then
uci -q batch <<-EOF >/dev/null
set openmptcprouter.settings.sipalg='1'
commit openmptcprouter
EOF
fi
if [ "$(uci -q get openmptcprouter.settings.sipalg)" = "0" ]; then