search for: astcdr

Displaying 5 results from an estimated 5 matches for "astcdr".

Did you mean: ast_cdr
2007 Jan 07
1
AMAFlags always"Documentation" (or 3 in astcdr mysql) even after Set(CDR(amaflags)=bill) or SetAMAFlags(bill)
...s have had this problem with IAX, with different DB drivers for CDR records, etc. I'm using SIP and LOCAL channels, asterisk-1.4beta2 release (I don't think upgrading to current release will fix this problem, it's been around for years based on trouble reports), both text .csv and mysql astcdr.cdr types. Seems like a problem with basic AMAflags support in CDR. They always show up as DOCUMENTATION in the .csv text file, and they always show up as '3' in mysql. I hurt my brain trying to follow the layers of indirection in the source code for where this is actually set. With ver...
2007 Nov 07
2
Determination of billsec
How is the billsec field calculated in CDRs? I have a situation where billsec is being reported as 0 despite the call being answered and a conversation occurring. An example record follows: '2007-11-06 21:36:50', '6495566778', '6495566778', '0116495566778', '1100012_1', 'Local/0116495566778 at 1100012_1-887b,2',
2007 Jan 13
0
AMAFlags always"Documentation" (or 3 inastcdrmysql) even after Set(CDR(amaflags)=bill) or SetAMAFlags(bill)
...4beta3 which happens to be running on this box. Regards, Scott ________________________________ From: Scott Keagy Sent: Monday, January 08, 2007 1:28 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: RE: [asterisk-users] AMAFlags always"Documentation" (or 3 inastcdrmysql) even after Set(CDR(amaflags)=bill) or SetAMAFlags(bill) Already using the CDR(userfield), and overloading it with multiple variables will make some DB operations nastier to work with (I'm a little fuzzy and vague on exactly what... something to do with sql joins?). I'm digging dee...
2005 Oct 10
3
Billing/SPA-841/CDR Log
Hi list, I have a couple of questions related to asterisk billing and the generation of cdr logs. I've searched the wiki but have not found my answers, hopefully you guys can help. 1) When are asterisk CDR logs _normally_ generated? When the call arrives, when the call hangs up, or both? I have looked at the records created and it seems to only generate it at the time the call is
2005 Jul 18
0
why $cdr{'CALLERID'} and $cdr{'DNID'} are empty in perl agi connected with asterisk manager
...tting that all other thing are ok but i dont know why only these two variables are not working. other variables like CALLID, ACCOUNTCODE, etc are ok but these two DNID and CALLERID are empty here is the code i am using with asterisk-CVS #!/usr/bin/perl # # Based on http://mail.newmmc.com/~wsmith/astcdr author is unknown, # found here http://www.voip-info.org/wiki-Asterisk+AGI # # RADIUS Accounting By # (c)2004 Porta Software Ltd. www.portaone.com # Oleksandr Kapitanenko <kapitan@portaone.com> # use strict; use Asterisk::Manager; use Sys::Syslog; use POSIX; use Config::IniFiles; use Authen:...