Displaying 20 results from an estimated 11000 matches similar to: "CDR"
2007 Dec 27
3
CDR
Hi Steve,
> .. I'll try to sort all this out, and then I'll attack
this
> problem. Hopefully, I get it all into svn before the next release of
> 1.4...!
Just wondering if any new CDR functionality made it into the 1.4.16.2 release? I have looked through the ChangeLog for the 1.4.15 and 1.4.16.2 releases but didn't spot anything to do with changes in CDR handling.
I for one
2007 Nov 07
1
CDR on channel not posted
Hi.
Asterisk 1.4.12.1.
I get a lot of message like this. Someone knows what this message mean? Do i
have to worry about it?
[Nov 7 15:24:25] NOTICE[31145]: cdr.c:434 ast_cdr_free: CDR on
channel 'Local/152 at local-f137,1' not posted
[Nov 7 15:24:25] NOTICE[31145]: cdr.c:434 ast_cdr_free: CDR on
channel 'Agent/152' not posted
[Nov 7 15:24:25] NOTICE[31247]: cdr.c:434
2007 Dec 06
1
s, CDR and NoCDR in v1.4.10.1
I am running 1.4.10.1. I have a macro that is called from default for a
certain extension (both below). I added NoCDR to s to try and stop
extra CDR records, but I am still getting them. Any idea how to stop them?
extensions.conf:
[macro-STDEXT]
exten =s,1,NoCDR()
exten =s,2,Dial(${ARG1},30,Tt)
exten =s,3,Goto(s-${DIALSTATUS},1)
exten =s-NOANSWER,1,Voicemail(${ARG2}|u)
exten
2007 Jun 06
1
CDR changes in 1.4.3?
Hey,
I just found this in ML archives.
I have pretty the same situation - i had very well written CDR
processing engine on asterisk, making use of ResetCDRs, however now
when we're migrating to 1.4, it's a bit pain to deal with extra CDR
records. My engine is built so that MYSQL CDR can be used directly for
reports (imagine - you get whatever report you need immediately). So,
this way i
2007 Jun 12
3
CDR changes in Trunk -- Transfers, CDRs, Life, and Everything
I have created an asterisk.org blog entry:
http://www.asterisk.org/node/48358
to describe what I will shortly be committing to trunk to correct the
weaknesses of CDRs, that asterisk users and developers have been
complaining about for quite some time.
Highlights: Restructuring the code and philosophy of CDRs.
Plans to eliminate the ForkCDR() application
Plans to create
2008 Feb 04
1
one CDR instead of multiple CDR
Hi,
In my application I jump to different extensions
For example:
[begin]
exten => s,1,Goto(starts,s,1)
[start]
exten => s,1,Play(welkom)
.....
exten => h,1,Goto(end,s,1)
[end]
exten => s,1,Macro(end_call)
exten => s,n, Hangup
When I look at my CDR record I see three different CDR's in my record.
Is there a way to use one CDR on every call, and not
2007 Feb 15
7
Call forwarding
Hi All,
I'm using asterisk 1.2.15 and call forwarding doesnt work for me.
from my extensions.conf:
; Unconditional Call Forward
exten => _*21*X.,1,NoCDR
exten => _*21*X.,2,Set(DB(CFIM/${CALLERID(NUM)})=${EXTEN:4})
exten => _*21*X.,3,Playback(vm-saved)
exten => _*21*X.,4,Hangup
exten => #21#,1,NoCDR
exten => #21#,2,DBdel(CFIM/${CALLERID(NUM)})
exten =>
2005 Mar 01
1
NoCDR Warning
Hi,
When I use NoCDR application I obtain this warning in console log:
Mar 1 11:16:08 WARNING[3513]: cdr.c:114 ast_cdr_free: CDR on channel
'SIP/492-7371' not posted
Mar 1 11:16:08 WARNING[3513]: cdr.c:116 ast_cdr_free: CDR on channel
'SIP/492-7371' lacks end
Can someone explain to me what is due?
Thanks.
2010 Dec 22
8
Possible Bug (Include ${HANGUPCAUSE} in CDR)
Ok I can't get my CDR values to set from the h extension in either 1.6.2 or
1.8 What is wrong? Here is what I found in the cdr.conf
; Normally, CDR's are not closed out until after all extensions are
finished
; executing. By enabling this option, the CDR will be ended before
executing
; the "h" extension so that CDR values such as "end" and "billsec" may
2007 Oct 25
2
Unable to dial out over Zap - span 1 got hangup, cause 44
Hi
I posted earlier about having issues connecting to Telewest's ISDN,
only to find out later Telewest had forgotten to turn it on -
hopefully I'm not having a similar silly problem.
My PRI span is now up and operational, but when I try to send a call
out over it, I just get congestion tones. Occasionally, I get about
one second of ring tones, only for it to cut out and play congestion.
2009 Jan 12
6
CDR Rewrite -- Questions to the users
Hello!
Most are probably bored seeing another letter about this,
but I've put in a fair amount work on a spec for rewriting
the CDR system in Asterisk, and I have some questions:
First, please look at what I've written so far:
svn co http://svn.digium.com/svn/asterisk/team/murf/RFCs
and look at the file "CDRfix2.rfc.txt" in the RFCs dir.
The spec SIGNIFICANTLY alters the way
2008 Nov 22
5
CDR Desgin
I've taken the liberty of starting a new thread to discuss the design
of the Asterisk CDR mechanism. The discussion has been kindly
initiated by murf putting together a proposal:
http://svn.digium.com/svn/asterisk/team/murf/RFCs.
After reading the proposal I still don't think it's the right way to
go. To my mind adding more channel variables increases the complexity
in a situation
2007 Jun 11
1
CDR on transfers of called ZAP channel
Hello list,
I have a problem with called ZAP channels making an attended-transfer
or blind-xfer. Signalling at the phones is ok, but the CDR of Asterisk
is wrong.
At the moment there is a bristuffed Asterisk 1.2.18 running with
bristuff-0.3.0-PRE-1y-g. Here is my dialplan, I simplified it a bit:
[default]
exten => 0123456789,1,Macro(dialpstn,${EXTEN})
[macro-dialpstn]
exten =>
2007 Apr 16
3
duration sec and billing sec in cdr
Hi guys,
i've installed asterisk to handle multiple voip accounts. I've looked
at CDR configs, and managed to have cdr-csv files growing after each
call. It would be easier to check my locak asterisk cdr's than logging
into each account and check them at the provider website.
i found that if i ring my sip softphone from my ata, bill seconds are
counted correctly. however, if i
2007 Apr 27
2
CDR changes in 1.4.3?
Hello all:
I upgraded to 1.4.3 last night and use MySQL for CDR.
I have noticed that 1.4.3 seems to log a lot of "crap" to CDR that
1.4.2 did not. I use a few macros in my dialplan to handle outgoing
calls (lcr type stuff) and in addition to the proper CDR for the call
itself I also have records to 's' in the same dest-context and entries
to 's' in the default context.
2008 Jan 18
3
Accessing a MySQL database and using the same db for cdr
Hi guys,
Does someone use a mysql database for accessing data and in the same
time for storing cdr ? if that is the case, which module is used ?
thanks
--
Cyril SCETBON
2007 Sep 21
1
Authenticate() application and CDR
Dear all,
I'm trying to configure Asterisk to be able to ask the caller to enter a
given password in order to continue dialplan execution. I've tested this
feature using the Authenticate application like this:
exten => _X./5219,1,Answer
exten => _X./5219,2,Authenticate(1234,a)
exten => _X./5219,3,Playback(pin-number-accepted)
exten => _X./5219,4,Dial(SIP/${EXTEN},120)
2009 Sep 11
1
MySql and custom CDR
Hello,
I've migrated from CSV CDR to MySql CDR and the customization of my
CDR's is not working anymore.
Do you know if the cdr_mysql is supporting custom cdr's ? If not, is
there any alternative/workaround ?
Best regards,
Patrick
2008 Oct 31
1
CDR Posting Delay
We have a situation where it's sometimes taking Asterisk 17-19 minutes to post CDR's, both over the AMI, and over the MySQL socket. It seems however that they are logged locally to /var/log/asterisk/cdr-csv/Master.csv right after the call is terminated.
Anyone got any idea what's causing this? It's a problem for us because we (badly IMHO) are using CDR's to maintain call state
2008 Feb 07
5
Two Leg CDR
Hi all,
i am wondering if i can make two leg cdr in mysql cdr table.
1st Leg : Registrar the ATA which registered to the asterisk and it normally logging in cdr table.
2nd Leg : The CDR of carrier for the example if i send call like
exten => _x.,1,Dial(SIP/${EXTEN}@AT&TIP)
I this cause i can get the accrue duration of call because currently we are facing some call missing not coming