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
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
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`()
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
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,
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
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