OpenSIPS / opensips-cli

OpenSIPS CLI tool - an interactive command line tool that can be used to control and monitor OpenSIPS servers.
GNU General Public License v3.0
86 stars 48 forks source link

include default configuration at a location #124

Open patrick330602 opened 5 months ago

patrick330602 commented 5 months ago

such as/etc/opensips/opensips-cli.cfg; or need at least a sample configuration like /etc/opensips/opensips-cli.example.cfg so that people can have a good start configuring opensips-cli.

liviuchircu commented 5 months ago

I am on board with this - having a cfg file to work with right out of the opensips-cli package install is handy and eliminates the need to dig around the docs, find the right .ini syntax, find the right parameters, etc. before creating the file from scratch.

Even if all settings are commented out in the sample file, the template itself will still save a lot of time and make you feel like you're on the right path to correctly configuring the CLI much faster!