Re: [OpenSIPS-Users] OpenSIPS database API integration with external application

2025-08-13 Thread Richard Robson
When I have done this is the past, I have directly manipulated the DB from the app, with all the required sanity, syntax checks , etc. and then issues a reload of the relevant modules via the MI interfaced. Richard On 13/08/2025 13:23, Karthikeyan via Users wrote: Team, We would like to in

[OpenSIPS-Users] OpenSIPS database API integration with external application

2025-08-13 Thread Karthikeyan via Users
Team, We would like to integrate OpenSIPS MYSQL database with external application for creating / deleting and updating SIP users using Http API calls provided by OpenSIPS . Is it possible to do it? We have seen the following Module with respect to this. It this the correct way for API