drachtio / docker-drachtio-freeswitch-base

Dockerfile for creating a minimal Freeswitch image for use with drachtio-mrf
9 stars 21 forks source link

Sip profile and dialplan being copied unintentionally? #14

Closed RyanChimienti closed 1 year ago

RyanChimienti commented 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.

davehorton commented 1 year ago

hmm, looks like an error on my part

RyanChimienti commented 1 year ago

No worries, thanks for the quick fix!