Re: [OpenSIPS-Users] Real Time CDR

2014-06-13 Thread Dan Christian Bogos
Hey Bogdan, Thanks for your valuable insides. I agree that performance wise would be faster via events. I was more like into fast prototyping, but well, I will follow your advice and will more likely use the event via datagram sockets. Have a good one! DanB On 13.06.2014 13:41, Bogdan-Andre

Re: [OpenSIPS-Users] Real Time CDR

2014-06-13 Thread Bogdan-Andrei Iancu
Hi Dan, To be honest, I'm not such a big fan of HTTP based stuff, mainly because of the performance penalty. When handling CDRs, you need to be sure you can handle large amounts of data and very fast. The HTTP overhead doesn't fit in this picture, IMHO :). RabbitMQ is light as transport and a

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 th

Re: [OpenSIPS-Users] Real Time CDR

2014-06-12 Thread Bogdan-Andrei Iancu
Hi Ricky, If you want to get realtime updates on the completed calls, I suggest using the ACC module (to generate CDRs) and have the CDR delivered as event (via rabbitMQ for example). Check: - generating CDRs - http://www.opensips.org/html/docs/modules/1.11.x/acc.html#id295374 - the C

Re: [OpenSIPS-Users] Real Time CDR

2014-06-11 Thread Tito Cumpen
it will post after every call. You must define acc flags in your call script On Wed, Jun 11, 2014 at 3:26 PM, Ricky Keele wrote: > Do you have to refresh or does it just automatically display after the > end of each call? > > Thanks > > On 6/11/2014 2:01 PM, Tito Cumpen wrote: > > Ricky Keele,

Re: [OpenSIPS-Users] Real Time CDR

2014-06-11 Thread Ricky Keele
Do you have to refresh or does it just automatically display after the end of each call? Thanks On 6/11/2014 2:01 PM, Tito Cumpen wrote: Ricky Keele, You can use a variety of things depending on requirements. I use db_http conjunction with the acc module. This means you can post cdr to an h

Re: [OpenSIPS-Users] Real Time CDR

2014-06-11 Thread Tito Cumpen
Ricky Keele, You can use a variety of things depending on requirements. I use db_http conjunction with the acc module. This means you can post cdr to an http source. Thanks, Tito On Wed, Jun 11, 2014 at 1:47 PM, Ricky Keele wrote: > No I need to display in real time as soon as the call is

Re: [OpenSIPS-Users] Real Time CDR

2014-06-11 Thread Ricky Keele
No I need to display in real time as soon as the call is completed. Thanks, On 6/10/2014 3:14 PM, Schneur Rosenberg wrote: Do u mean live calls while the call is still active? If that's what you need, I did it by querying the dialog table. On Jun 10, 2014 10:56 PM, "Ricky Keele"

Re: [OpenSIPS-Users] Real Time CDR

2014-06-10 Thread Schneur Rosenberg
Do u mean live calls while the call is still active? If that's what you need, I did it by querying the dialog table. On Jun 10, 2014 10:56 PM, "Ricky Keele" wrote: > Hello, > > Could someone tell me what is the best way to generate a real time CDR for > display to screen. Need to display 1 line C

[OpenSIPS-Users] Real Time CDR

2014-06-10 Thread Ricky Keele
Hello, Could someone tell me what is the best way to generate a real time CDR for display to screen. Need to display 1 line CDR showing both legs of call. Thanks, Ricky ___ Users mailing list Users@lists.opensips.org http://lists.opensips.org/cgi-b