Closed RyanChimienti closed 1 year ago
Hey Dave, quick question--did you intend to add these lines back to the Dockerfile?
&& cp /tmp/mrf_dialplan.xml /usr/local/freeswitch/conf/dialplan \ && cp /tmp/mrf_sip_profile.xml /usr/local/freeswitch/conf/sip_profiles \
It looks like they were removed in this commit and then reintroduced here. This is causing some weirdness in my application because mrf_sip_profile.xml conflicts with the mrf.xml profile defined in docker-drachtio-freeswitch-mrf.
mrf_sip_profile.xml
mrf.xml
docker-drachtio-freeswitch-mrf
hmm, looks like an error on my part
No worries, thanks for the quick fix!
Hey Dave, quick question--did you intend to add these lines back to the Dockerfile?
It looks like they were removed in this commit and then reintroduced here. This is causing some weirdness in my application because
mrf_sip_profile.xml
conflicts with themrf.xml
profile defined indocker-drachtio-freeswitch-mrf
.