Displaying 20 results from an estimated 10000 matches similar to: "Where are stored the CDR's?"
2010 Apr 21
1
Time difference in CSV CDR's and MySQL CDR's
Hi all,
I am having a curious problem. I use two cdr backends, csv and MySQL.
These are my settings:
Call Detail Record (CDR) settings
----------------------------------
Logging: Enabled
Mode: Batch
Log unanswered calls: Yes
* Batch Mode Settings
-------------------
Safe shutdown: Enabled
Threading model:
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
2005 Feb 27
2
CDR's are not stored in mysql
Hi guys,
I would llike to ask for your help on a problem I'm having with the cdr
functionality. I installed asterisk 1.0.4, and asterisk-addons-1.0.4 and
followed the procedures for installation and mysql configuration. Everything
seems fina. The cdr_mysql module is loaded, and I get no error messages. But the
cdr's are not going to the mysql database, they are going to a csv file in
2011 Jan 18
3
Calling rules
Hello.
I don't know if this is a problem, but I was expecting a different behavior.
Users, have to dial "0" to get an external line, and afterwords the number they want to dial (exe 12345). The thing is:
1-If user dial "012345" there is an error and the call isn't made and the error is "handle_request_invite: Call from 'XXX' to extension '012345'
2013 Apr 09
1
CDR unanswered setting
?
Hi,
From asterisk 1.8, the CDR table is not logging the unanswered or extn busy calls which hit while in the queue. I am talking about this setting in the cdr.conf :
; In brief, this option controls the reporting of unanswered calls which only have an A
; party. Calls which get offered to an outgoing line, but are unanswered, are still
; logged, and that is the intended behaviour. (It also
2013 Oct 04
1
multiple resetcdr calls have no effect
Hi All
My dial plan has the following context:
[sip-guest]
exten => _!.,1, Answer
exten => _!.,n, verbose(1,[${EXTEN}@${CONTEXT}])
exten => _!.,n, resetcdr(w)
exten => _!.,n, resetcdr(w)
exten => _!.,n, set(DNIS=${EXTEN})
exten => _!.,n, resetcdr(w)
exten => _!.,n,
2011 Feb 08
1
echo when calling to the pstn
Hello all.
I have a asterisk implementation (asterisknow 1.7.1), with a card with 2 FXO interfaces.
When I call (or receive a call) from the pstn, I ear echo. This happens if I use a softphone or IP phone, and does not happens if the call is internal.
Can you help me with this issue?
Best regards,
Vitor Flausino
2012 Sep 24
1
CDR Unanswered calls
Dear friends,
?
I am not able to capture the CDR records for unanswered calls. Only one record per call is coming in the CDR table. In the cdr.conf, I have enabled it by setting :
unanswered = yes
?
2014 Jan 11
1
Does cdr adaptive odbc re-connect automatically after a long idle time?
Hi all,
I use astersk 11.7.0 on Ubuntu 12.04.01 TLS (i386). I use cdr_adaptive_odbc
to write CDR to my MySQL's cdr table.
After my testing, this scenario is working well.
After a long idle time, I didn't make any call to the asterisk server.
When I try to make a call again after 8 hours, I found that the cdr lost.
It cannot be inserted to cdr table.
Also, I could not find the insert CDR
2007 Oct 14
3
CDR
Hi
I have a question if there was a major change in CDR?
Few days ago I have upgraded to 1.4.12.1 from 1.4.4 and something bizarre
happened. After the upgrade I have no call details in the cdr table when the
call did not go through because of for example: Unable to create the channel
of type Sip - no route to destination. In such situation the call does not
exist in the cdr table while it was
2015 Dec 31
2
Logging to CDR after call file Not Answered
If the end user does not pick up the phone, is there a way to log to the
CDR about the call file failing?
/var/log/asterisk/messages does show a NOTICE message
[2015-12-31 06:58:46] NOTICE[28059] pbx_spool.c: Call failed to go through,
reason (3) Remote end Ringing
[2015-12-31 06:58:46] NOTICE[28059] pbx_spool.c: Queued call to SIP/102
expired without completion after 0 attempts
but I would
2015 Dec 16
2
Help with CDR-Stats
Humm whats is the diferent?
Em 16/12/2015 14:19, "Annus Fictus" <annusfictus at gmail.com> escreveu:
> CDR-STATS is for reporting.
>
> A2Billing is for billing...
>
> Regards
>
> El 16/12/2015 a las 11:15, Vitor Mazuco escribi?:
>
>> Hi everyone!
>>
>> I'm trying to install CDR-Stats (cdr-stats.org), but it very difficult.
>>
2011 Jan 21
1
Inbound routes
Hello all.
I have installed AsteriskNow 1.7.1-64bits with freePBX.
The system has 1 DAHDi card with 2 analog FXO ports (to pstn) and 1 FXS port connected to a FAX machine. I want the every call received on port FXO-2 to be redirected to the FAX machine. So, what I configured was that every call with DID 12345 (let's suppose that 12345 is the DID connected to the FXO-2)to be redirected to the
2015 Jul 06
4
CDR in an MySQL-Database
Hi list!
I'd like to save all information about calls (CDR) in a MySQL-Database.
I created the DB and a user for Asterisk on a separate server, then I
configured my cdr_mysql.conf so:
[global]
hostname=192.168.10.3
dbname=asterisk
table=cdr
password=MYSECRET
user=asterisk
port=3306
and my cdr.conf so:
[general]
enable=yes
unanswered = yes
safeshutdown=yes
[mysql]
usegmtime=no
2011 Jan 21
1
Unable to receive calls (inbound)
Hello all.
I have installed AsteriskNow 1.7.1 with all updates.
I'm able to make outbound calls without any problem (the external calls are made via an analog line, and the receiver see the CID). However I'm unable to forward incoming calls to the destination I want. What happens is when I make an internal call I ear a "bye".
Bellow is the log of the internal call:
--
2015 Jul 06
1
CDR in an MySQL-Database
-----Original Message-----
From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of jg
Sent: Monday, July 06, 2015 4:14 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] CDR in an MySQL-Database
> Hi list!
>
> I'd like to save all information about calls (CDR) in a MySQL-Database.
2015 Aug 03
2
Modifying CDR values from a hangup extension in Asterisk 13
Hi,
I'm trying to migrate from Asterisk 1.8 to Asterisk 13 and can't figure
this one out. I'm pretty sure the question has been already asked, but I
failed to find a solution.
Can you modify CDR values in an h-extension?
My cdr.conf contains:
[general]
enable=yes
unanswered=yes
endbeforehexten=yes
initiatedseconds=no
batch=no
The diaplan contains a simple "h" extension
2009 Jan 05
1
CDR - What Changed?
On 12/17/08 I updated to 1.4.22 from 1.4.21...
Now the CDR data isn't recording calls where the caller hung up while
waiting on the Queue.
Sample CDR data BEFORE the upgrade:
"2008-10-30 12:46:47";"\"John\"
2008 Jan 29
8
Asterisk's DANGEROUS Transfer CDR's
Hi All,
PLEASE READ if you depend on Asterisk CDR's and support transfers.
Apologies for the shout but I'm desperate to get others to agree Asterisk has a
big problem with the CDR's that are generated for transfers. I can understand
why not too many people are interested as transfers are complicated and
messy. However for those of us having to support transfers and depending on
2010 Nov 06
1
Abandoned queue calls do not produce a CDR?
Hello everyone,
I've just upgraded from 1.6.1.9 to 1.6.2.13.
I have noticed that (after the upgrade) abandoned calls within the Queue
produce no cdr at all.
I am using unanswered = no (the default) in cdr.conf.
The call shows, as expected, in the queue_log as ABANDON
The dialplan is:
Ringing();
Answer(); // need to answer or no music!
goto