Thanks for having a quick look, just tested working fine.

I think I will add the missing bits to make sure the image is easy to use, the following steps are still required :

#!/bin/sh
DIR_PREFIX=`pwd`
CONTAINER=rtp_media_server
IMAGE=jchavanton/rtp_media_server:latest
docker run -d --net=host --name=${CONTAINER} ${IMAGE} /bin/sh -c "tail -f /dev/null"
sudo docker exec -it rtp_media_server bash

cp git/kamailio/src/modules/rtp_media_server/config_example/kamailio.cfg /etc
// set the IP 
kamailio -m 64 -D -dd -f /etc/kamailio.cfg

Next, I am tempted to make a second attempt to use the dialog module, the new dlgs module does not expose an API yet, any toughts on trying to use/extend dlgs or dialog ?


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.