Re: [SR-Users] (N)DB_FIREBASE module?

2018-06-11 Thread Daniel-Constantin Mierla
Maybe using some embedded scripting languages can simplify interaction with firebase, such as python, lua or ruby -- it can be used with inline executing inside kamailio.cfg, doesn't have to be a kemi routing script (actually, even perl can be used in such case). Cheers, Daniel On 06.06.18

Re: [SR-Users] (N)DB_FIREBASE module?

2018-06-06 Thread Alex Balashov
Firebase is way too out there in Google + OAuth + HTTP land. That sort of interface really should be done through a general-purpose programming runtime with an HTTP connector. On Wed, Jun 06, 2018 at 12:17:21PM +0200, Daniel-Constantin Mierla wrote: > Hello, > > no plans in my side for such

[SR-Users] (N)DB_FIREBASE module?

2018-06-06 Thread Pan Christensen
Greetings all. We are currently developing web and mobile apps using firebase: https://firebase.google.com/products/realtime-database/ . We have been discussing the possibility of Kamailio querying this database. I assume that it will be possible to query it using HTTP and JSON modules,