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
85 stars 48 forks source link

Transition to opensips-cli from opensipsctl #67

Open robdyck opened 4 years ago

robdyck commented 4 years ago

Sorry, I hit enter and created an empty issue. I have any existing sqlite db that was created by opensipsdbctl and administered with opensipsctl. I want to start administrating the subscriber table with opensips-cli. Opensips-cli works fine for checking the user location table. When trying to add a user with opensips-cli it fails with "ERROR: failed to connect to database opensips". In sqlite the database is just a file. How do I associate the name "opensips" with the actual file so that opensips-cli can connect to it.?

liviuchircu commented 4 years ago

Looks like a duplicate of #66. I suggest we put this on hold until we clear that one out.