Closed shubham1164 closed 5 years ago
Hi @shubham1164 ,
- What is the error inet_parse about
The error you're seeing does not seem to come from MongooseICE itself. It seems to be an error from Erlang's inet
application indicating it detected error in you /etc/resolv.conf
configuration. Depending on what it actually is, it may / may not be problematic.
- Where to set general and UDP configuration?
Can you give example of the configuration you have in mind?
Thanks for the help, I am not using the VOIP module anymore.
I want to set up MongooseimICE on Raspberry PI with Raspbian OS.
I have build from the source code and it builds successfully.
$MIX_ENV=prod mix do deps.get, docker.build, docker.release
When I tried to run it with
$_build/prod/rel/mongooseice/bin/mongooseice console
it shows the below logs:
Concerns:
My guess is error is due to config missing, please advice