Open alishir opened 5 years ago
could you try pulling the latest drachtio/drachtio-freeswitch-mrf image and retrying?
docker rmi drachtio/drachtio-freeswitch-mrf:latest
docker pull drachtio/drachtio-freeswitch-mrf:latest
npm test
I have a feeling this might be the issue. Let me know the results
I just cloned drachtio-fsmrf. I run the
npm install
in the cloned directory and then I run thenpm test
. The docker network started properly but some of test failed due to "Error: Error: connect ECONNREFUSED 127.0.0.1:9071". Should I change any system setting in order to run tests properly?