Re: [SR-Users] siremis CDR gneration procedure

2013-02-26 Thread Klaus Darilion
On 19.02.2013 08:56, Daniel-Constantin Mierla wrote: On 2/18/13 6:35 PM, Klaus Darilion wrote: [...] Or do you see another reason why the BYE record needs the cdr_id? I just found that it is strange that some BYEs have a cdr_id and others don't. IMO it would nice to set cdr_id in all trans

Re: [SR-Users] siremis CDR gneration procedure

2013-02-18 Thread Daniel-Constantin Mierla
On 2/18/13 6:35 PM, Klaus Darilion wrote: [...] Or do you see another reason why the BYE record needs the cdr_id? I just found that it is strange that some BYEs have a cdr_id and others don't. IMO it would nice to set cdr_id in all transactions which were sucessfully used to generate a call

Re: [SR-Users] siremis CDR gneration procedure

2013-02-18 Thread Klaus Darilion
On 12.02.2013 10:32, Daniel-Constantin Mierla wrote: On 2/4/13 5:17 PM, Klaus Darilion wrote: On 28.01.2013 10:32, Daniel-Constantin Mierla wrote: Hello, On 1/17/13 3:38 PM, Klaus Darilion wrote: Hi! IMO the siremis CDR generation procedure is buggy: CREATE PROCEDURE `kamailio_cdrs`()

Re: [SR-Users] siremis CDR gneration procedure

2013-02-12 Thread Daniel-Constantin Mierla
On 2/4/13 5:17 PM, Klaus Darilion wrote: On 28.01.2013 10:32, Daniel-Constantin Mierla wrote: Hello, On 1/17/13 3:38 PM, Klaus Darilion wrote: Hi! IMO the siremis CDR generation procedure is buggy: CREATE PROCEDURE `kamailio_cdrs`() DECLARE inv_cursor CURSOR FOR SELECT src_user, src_dom

Re: [SR-Users] siremis CDR gneration procedure

2013-02-04 Thread Klaus Darilion
On 28.01.2013 10:32, Daniel-Constantin Mierla wrote: Hello, On 1/17/13 3:38 PM, Klaus Darilion wrote: Hi! IMO the siremis CDR generation procedure is buggy: CREATE PROCEDURE `kamailio_cdrs`() DECLARE inv_cursor CURSOR FOR SELECT src_user, src_domain, dst_user, dst_domain, dst_ouser,

Re: [SR-Users] siremis CDR gneration procedure

2013-01-28 Thread Daniel-Constantin Mierla
Hello, On 1/17/13 3:38 PM, Klaus Darilion wrote: Hi! IMO the siremis CDR generation procedure is buggy: CREATE PROCEDURE `kamailio_cdrs`() DECLARE inv_cursor CURSOR FOR SELECT src_user, src_domain, dst_user, dst_domain, dst_ouser, time, callid,from_tag, to_tag, src_ip FROM acc

[SR-Users] siremis CDR gneration procedure

2013-01-17 Thread Klaus Darilion
Hi! IMO the siremis CDR generation procedure is buggy: CREATE PROCEDURE `kamailio_cdrs`() DECLARE inv_cursor CURSOR FOR SELECT src_user, src_domain, dst_user, dst_domain, dst_ouser, time, callid,from_tag, to_tag, src_ip FROM acc where method='INVITE' and cdr_id='0'; ... REPEAT