jigasi: add jigasi support for SIP audio calls
This commit is contained in:
9
jigasi/rootfs/etc/cont-init.d/10-config
Normal file
9
jigasi/rootfs/etc/cont-init.d/10-config
Normal 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
|
||||
Reference in New Issue
Block a user