Re: [OpenSIPS-Users] [OpenSIPS-News] [ANN] OsipsDagram - OpenSIPS Datagram connector from Go available

2014-08-06 Thread Dan Christian Bogos
to the community. Thanks and regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer http://www.opensips-solutions.com On 24.07.2014 18:02, Dan Christian Bogos wrote: Hey Guys, On behalf of CGRateS development team, I would like to announce the availability of a functional OpenSIPS connector from

[OpenSIPS-Users] OpenSIPS-CGRateS Integration

2014-07-31 Thread Dan Christian Bogos
Hey Guys, We have completed these days the integration between OpenSIPS and CGRateS. I would like to ask your opinion on the approach we took, maybe you can find lacks or ways to improve. General concepts: * We use 2 modules in OpenSIPS: event_datagram to generate packets from OpenSIPS -

[OpenSIPS-Users] [ANN] OsipsDagram - OpenSIPS Datagram connector from Go available

2014-07-24 Thread Dan Christian Bogos
Hey Guys, On behalf of CGRateS development team, I would like to announce the availability of a functional OpenSIPS connector from Go language. We will be using it to interact with OpenSIPS out of CGRateS real-time charging engine, hence we plan maintaining it on long term. Location:

Re: [OpenSIPS-Users] Sending CDR over event_datagram module

2014-07-16 Thread Dan Christian Bogos
Hey Razvan, I have hit the bug out of missing knowledge about how to gerate CDRs :). For me there is no issue with BYEs since I only need INVITEs to generate accounting. Anyway, happy to contribute as bug finder ;). Thanks again for your support! DanB

Re: [OpenSIPS-Users] Sending CDR over event_datagram module

2014-07-16 Thread Dan Christian Bogos
Razvan, Sorry just noticed your question on pseudovariable in BYE. Yes, you are right, I did not set it in BYE but only in INVITE. In that case I accept that there is no bug there. DanB ___ Users mailing list Users@lists.opensips.org

Re: [OpenSIPS-Users] Sending CDR over event_datagram module

2014-07-15 Thread Dan Christian Bogos
Hey Razvan, Thanks for getting so fast back to me. Regarding your question, when activating CDR for INVITE and BYE, I am getting two E_ACC_CDR events. What is also weird is that the avp which I set in INVITE is not recovered in BYE (see cgr_reqtype in the sample bellow). Here are the

[OpenSIPS-Users] Sending CDR over event_datagram module

2014-07-14 Thread Dan Christian Bogos
Hey Guys, As part of integrating Opensips with CGRateS, we were wondering whether we are following the right path in terms of generating/processing CDRs for OpenSIPS. Here is our approach: 1. Load event_datagram 2. Load dialog 3. Configure acc params as: modparam(acc, cdr_flag, CDR_FLAG)

[OpenSIPS-Users] Using Redis as database for uac_registrant module

2014-07-10 Thread Dan Christian Bogos
Hey Bogdan, As discussed, I am trying to use redis behind db_cachedb module for uac_registrant to be able to fetch data out of no-sql db. So far I have implemented just the initial configuration since I could not pass initialization (not sure if that is a good sign though ;) ). Here is

Re: [OpenSIPS-Users] Using Redis as database for uac_registrant module

2014-07-10 Thread Dan Christian Bogos
. you can do preliminary tests with it, while we enable the other modules. Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer http://www.opensips-solutions.com On 10.07.2014 10:37, Dan Christian Bogos wrote: Hey Bogdan, As discussed, I am trying to use redis behind db_cachedb module

[OpenSIPS-Users] Installing 1.11 opensips-mysql on wheezy - old lib dependency

2014-07-04 Thread Dan Christian Bogos
Hey Guys, I was wondering if anybody here using the latest 1.11 stable with debian wheezy, specifically to mysql databse. Trying to install opensips-mysql-module and it appears it depends on an old library (libmysqlclient 1.6). Wheezy ships with libmysqlclient18. Thanks in advance for any

Re: [OpenSIPS-Users] Installing 1.11 opensips-mysql on wheezy - old lib dependency

2014-07-04 Thread Dan Christian Bogos
://www.opensips.org/html/docs/modules/1.11.x/db_cachedb.html Give it a try :) Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer http://www.opensips-solutions.com On 04.07.2014 12:31, Dan Christian Bogos wrote: Hey Bogdan, Thanks for so fast reply! I plan installing this on production setups and would

Re: [OpenSIPS-Users] Installing 1.11 opensips-mysql on wheezy - old lib dependency

2014-07-04 Thread Dan Christian Bogos
module using SQL and the noSQL backends), but if you get into problems, we are here to help :) Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer http://www.opensips-solutions.com On 04.07.2014 13:26, Dan Christian Bogos wrote: Bogdan, Great, thanks for pointing out the cachedb module

Re: [OpenSIPS-Users] Real Time CDR

2014-06-13 Thread Dan Christian Bogos
as transport and also flexible as connecting to the consumers. If you want to stay with an SQL DB, db_http is at the end of the list as performance. Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer http://www.opensips-solutions.com On 12.06.2014 16:32, Dan Christian Bogos wrote: Hey

Re: [OpenSIPS-Users] Real Time CDR

2014-06-12 Thread Dan Christian Bogos
Hey Bogdan, Since we got your attention on this one, I was wondering what do u think about the other proposal within this thread - http posted CDRs (via db module)? I understand that the event module could shortcut processing but in my approach I am trying to use a built in module to have