Re: [SR-Users] Cassandra module

2014-01-08 Thread Daniel-Constantin Mierla
Hello, On 06/01/14 23:41, Carlos Ruiz Díaz wrote: Hi, does anybody know if it is possible to use Kamailio's built-in maintenance tools with the db schema as tables in Cassandra? probably is not, you can just grep inside the kamctl and kamdbctl files, they are shell scripts. Cheers, Daniel

[SR-Users] Cassandra module

2014-01-06 Thread Carlos Ruiz Díaz
Hi, does anybody know if it is possible to use Kamailio's built-in maintenance tools with the db schema as tables in Cassandra? I'm trying to create the "subscriber" table in a Cassandra cluster and maintain it using kamctl options for new users and passwords. I tried modifying the DBENGINE in ka

Re: [SR-Users] Cassandra module - query question

2012-09-03 Thread Boudewyn Ligthart
Hi Henning, Will do. Thanks. Bou -Original Message- From: Henning Westerholt [mailto:h...@kamailio.org] Sent: 03 September 2012 12:35 To: sr-users@lists.sip-router.org Cc: Boudewyn Ligthart; mico...@gmail.com Subject: Re: [SR-Users] Cassandra module - query question Am Montag, 3

Re: [SR-Users] Cassandra module - query question

2012-09-03 Thread Henning Westerholt
Am Montag, 3. September 2012, 11:36:11 schrieb Boudewyn Ligthart: > The cassandra module does indeed not implement the raw_queries entry point. > However I have added this and the handling /parsing to allow CQL queries to > be passed by the script. I have tested this through means of AVPOPS module

Re: [SR-Users] Cassandra module - query question

2012-09-03 Thread Boudewyn Ligthart
is the best way to feed this back to the Kamailio project? Cheers, Bou From: Daniel-Constantin Mierla [mailto:mico...@gmail.com] Sent: 28 August 2012 16:49 To: SIP Router - Kamailio (OpenSER) and SIP Express Router (SER) - Users Mailing List Cc: Boudewyn Ligthart Subject: Re: [SR-Users

Re: [SR-Users] Cassandra module - query question

2012-08-28 Thread Daniel-Constantin Mierla
Hello, I am not familiar with the insights of cassandra module, but sqlops is designed to deal with raw sql queries, so it might not work at all with cassandra module. Using avpops could work with avp_db_load(), because that function is using the internal DB API INSERT which is in use by gen

[SR-Users] Cassandra module - query question

2012-08-28 Thread Boudewyn Ligthart
Hi, I would to query the Cassandra database for other information with either CQL or other commands. Could this be done through means of either avpops or sqlops, like an MySQL database. This could be done through an external script but I would like to utilize the connection that is already est