OpenSIPS / call-api

Call API is a front-end layer for managing advanced SIP call flows. It listens for WebSocket connections and talks JSON-RPC 2.0 over them.
GNU General Public License v3.0
51 stars 22 forks source link

adding docker file and info in readme for using them #9

Closed byoungdale closed 1 year ago

byoungdale commented 1 year ago

I added a Dockerfile to make it easy to build a container with the three tools available. It will default to running the call-api. I also updated the README with info on how to do it.

It would probably be good to add info on how to pass in a custom config yaml file at run time with the container. Otherwise, people will be stuck with the default config that is build with make install.

razvancrainea commented 1 year ago

Awesome, thank you for your contribution!