<p></p>
<p>Thanks for having a quick look, just tested working fine.</p>
<p>I think I will add the missing bits to make sure the image is easy to use, the following steps are still required :</p>
<pre><code>#!/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"
</code></pre>
<pre><code>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
</code></pre>
<p>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 ?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/kamailio/kamailio/pull/2398#issuecomment-658218731">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/ABO7UZOYCLLGL6BL2Y2P5L3R3RUWXANCNFSM4OYXAOBA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/ABO7UZMZJGGKODMEZQNTKSTR3RUWXA5CNFSM4OYXAOBKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOE45Z52Y.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/kamailio/kamailio/pull/2398#issuecomment-658218731",
"url": "https://github.com/kamailio/kamailio/pull/2398#issuecomment-658218731",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>