Displaying 20 results from an estimated 40000 matches similar to: "CDR Unanswered calls"
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
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
2013 Jun 22
3
Queue Ring inuse is shared ?
Hi,
I use asterisk 1.8.
My issue is : I have the same SIP members added to two queues. I use realtime configuration and has set the field ringinuse=0 for both the queues. But if an extension is answering the call in one queue, and some new call comes in the second queue, still that extension is ringed. In the queue_log table I am getting RINGNOANSWER events each second for the extension until
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
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
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.
2009 Sep 02
2
Prevent Agent Login from a second extension
Hi friends,
Is there any way to prevent an Agent from logging in from a second extension
if he is already logged on from an extension.
Right now, the scenario is if he login from a second extension, asterisk
will automatically log him off from first extension. What I need is that
asterisk should tell him that he is already logged on from an extension and
should prevent him from logging in
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\"
2016 Sep 27
2
Asterisk Radius CDR
I did radius client status testing with radius server, able to access the
radius server. However, still getting radius CDR issue after setting debug
level 8 even granting 666 access to radiusclient-ng config files.
message: cdr_radius.c:208 radius_log: Unable to create RADIUS record. CDR
not recorded!
Please advise if I missed out anything.
Date: Mon, 26 Sep 2016 12:09:34 +0200
> From:
2014 Jul 07
1
CDR dcontext not updated on FAILED and BUSY calls
Hi
We're using asterisk 1.8.23.1. Our inbound calls are routed into the
default context with explicit number matching. If found they are passed on
to a distinct context for the number being called using the Goto
application.
If the call is successful or even if it has no answer, the cdr dcontext
field has the correct second context.
However, if the call fails or is busy, and even though we
2013 Jun 17
2
Queue Limit Callers
Hi,
I have a requirement, which I am not sure whether it can be implemented. I had done some searches but didnt find an answer to this. Kindly let me know if some one has an idea to implement this:
I have two Queues - Sales & Booking
I have 12 Agents who are added to both the queues
Suppose there are 12 calls in the Booking Queue, and 6 calls in the Sales Queue.
Only 8 calls in the
2009 Apr 23
2
CDR issue
Hello! I?ve an issue whit CDR using asterisk 1.4.23.1. I?ve configured mysql
to store cdr information, but, while I put into cdr_mysql.conf the field
?userfield=1? and doing a query I found that this field is empty in the cdr
table. On the other hand I can?t find records in the cdr table that show me
calls generated through AMI using Originate Action, that?s calls are not
stored in the CDR, but I
2016 Sep 28
3
Asterisk Radius CDR
Hi Andrew and Willy,
Thanks for sharing the info.
As for enabling radius server debugging 'radiusd -X', made some test calls
don't see the radiusclient sending data to radius server. However, using
radtest or radiusclient testing, able to send data to radius server (after
enabling debug).
For further testing, on my other server using OpenSIPs, setup the
radiusclient and data was
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
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:
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
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,
2015 Aug 04
2
Modifying CDR values from a hangup extension in Asterisk 13
With endbeforehexten=no I actually get two CDR entries. One for the call
and a second one for the "h" extension.
"","13","10","sip-locals","""13""
<13>","SIP/13-00000006","SIP/10-00000007","Dial","SIP/10","2015-08-04
06:28:44","2015-08-04
2010 Dec 01
3
Abandon events in cdr
>
> Sorry, of course cdr.conf not queues.conf. marcus
>
> Am 01.12.2010 19:16 schrieb "marcus rothe" <synco16 at googlemail.com>:
>
>
> Hi Rodrigo, have you got enabled the appropriate line in queues. Conf?
> Regards Marcus
>
>
Thanks very much,
I include the line "unansweredy=yes" in the cdr.conf and solve the problem.
Thanks again!
--