jigasi: add jigasi support for SIP audio calls

This commit is contained in:
Saúl Ibarra Corretgé
2018-10-17 11:11:27 +02:00
parent 9bb7340f66
commit e78a4ed24a
13 changed files with 223 additions and 8 deletions

View File

@@ -0,0 +1,9 @@
#!/usr/bin/with-contenv bash
if [[ ! -f /config/sip-communicator.properties ]]; then
tpl /defaults/sip-communicator.properties > /config/sip-communicator.properties
fi
if [[ ! -f /config/logging.properties ]]; then
cp /defaults/logging.properties /config
fi