Re: [SR-Users] Proposal to extend acc/dialog modules in order to log CDRs

2011-02-07 Thread Timo Reimann
Hey Carsten, On 07.02.2011 12:04, Carsten Bock wrote: > The functionality for storing additional data for a dialog is like this: > > $dlg_var(ecscf_server) = ‘sip:ecscf.ng-voice.com’; > xlog(“Emergency CSCF is $dlg_var(ecscf_server)\n”); > > However, it might be worth noting, that i haven't add

Re: [SR-Users] Proposal to extend acc/dialog modules in order to log CDRs

2011-02-07 Thread Carsten Bock
Hi, The functionality for storing additional data for a dialog is like this: $dlg_var(ecscf_server) = ‘sip:ecscf.ng-voice.com’; xlog(“Emergency CSCF is $dlg_var(ecscf_server)\n”); However, it might be worth noting, that i haven't added bindings to the dialog-API and that the Pseudo-Variable curr

Re: [SR-Users] Proposal to extend acc/dialog modules in order to log CDRs

2011-02-02 Thread Timo Reimann
On 02.02.2011 14:03, Daniel-Constantin Mierla wrote: >> On 01.02.2011 21:15, Daniel-Constantin Mierla wrote: >>> On 2/1/11 8:18 PM, Timo Reimann wrote: [...] Apart from this very minimum CDR content, however, one can think of a number of CDR fields that cannot be filled easily.

Re: [SR-Users] Proposal to extend acc/dialog modules in order to log CDRs

2011-02-02 Thread Daniel-Constantin Mierla
Hello, On 2/2/11 12:52 PM, Timo Reimann wrote: Hey Daniel, On 01.02.2011 21:15, Daniel-Constantin Mierla wrote: On 2/1/11 8:18 PM, Timo Reimann wrote: [...] Apart from this very minimum CDR content, however, one can think of a number of CDR fields that cannot be filled easily. For instance,

Re: [SR-Users] Proposal to extend acc/dialog modules in order to log CDRs

2011-02-02 Thread Timo Reimann
Hey Daniel, On 01.02.2011 21:15, Daniel-Constantin Mierla wrote: > On 2/1/11 8:18 PM, Timo Reimann wrote: >> [...] >> >> Apart from this very minimum CDR content, however, one can think of a >> number of CDR fields that cannot be filled easily. For instance, caller >> identity isn't always contai

Re: [SR-Users] Proposal to extend acc/dialog modules in order to log CDRs

2011-02-01 Thread Daniel-Constantin Mierla
Hello, On 2/1/11 8:18 PM, Timo Reimann wrote: [...] Apart from this very minimum CDR content, however, one can think of a number of CDR fields that cannot be filled easily. For instance, caller identity isn't always contained in the From header (think of CLIR calls) but need to be determined

[SR-Users] Proposal to extend acc/dialog modules in order to log CDRs

2011-02-01 Thread Timo Reimann
Hi all, I'd like to bring forward a proposal for creating CDRs (Call Data Records) from Kamailio by means of extending both acc and dialog modules. Feedback is very welcome. So far, CDR generation requires post-processing of log entries created by the (transaction-based) acc module or some other