[sr-dev] [kamailio/kamailio] rtp_media_server: update to mediastreamer 4.4.0 (#2398)

Julien Chavanton notifications at github.com
Tue Jul 14 16:38:35 CEST 2020


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 or view it on GitHub:
https://github.com/kamailio/kamailio/pull/2398#issuecomment-658218731
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20200714/98a6b362/attachment.htm>


More information about the sr-dev mailing list