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

10
jigasi/Dockerfile Normal file
View File

@@ -0,0 +1,10 @@
FROM jitsi/base-java
RUN \
apt-dpkg-wrap apt-get update && \
apt-dpkg-wrap apt-get install -y jigasi && \
apt-cleanup
COPY rootfs/ /
VOLUME /config