Re: [SR-Users] Add a user through a http request

2016-06-22 Thread ycaner
hello; You can use sqlops and jsonrpc module to add db smt. http://kamailio.org/docs/modules/4.4.x/modules/sqlops.html http://kamailio.org/docs/modules/4.4.x/modules/jsonrpc-c.html -- View this message in context: http://sip-router.1086192.n5.nabble.com/Add-a-user-through-a-http-request-tp149

[SR-Users] Add a user through a http request

2016-06-21 Thread Jay Li
Dear All, I wonder if Kamailio has the functionality to add a subscriber dynamically. For example, if I useĀ event_route[xhttp:request] to expect a http get request, then based on the received request, add a user in the DB. Not sure what the best approach would be. Any suggestion is appreciated.