Displaying 20 results from an estimated 10000 matches similar to: "CDR reports short call length"
2013 Apr 23
7
cdr report
Hi. i am running asterisk in a low powered machine (alix2d13 from
pcengines) without any gui. the machine works fine to route all my calls
for the office. the problem is the management of the CDRs. i can see the
master.csv file, but it is not very friendly for the secretary of this
office to manage the calls.
is there a way to have a nice way to see the CDRs?Since the machine is
very small on
2014 Apr 28
1
unable to transfer ???
On 11.9.0:
> -- Accepting AUTHENTICATED call from 111.xxx.yyy.zzz:
> -- > requested format = speex,
> -- > requested prefs = (),
> -- > actual format = ulaw,
> -- > host prefs = (silk16|ulaw|gsm|g722),
> -- > priority = mine
> -- Executing [8447 at voip-in:1] Dial("IAX2/n4-5734",
2009 Sep 10
2
CDR Reporting
Hi all,
I'm looking for a reporting solution for Asterisk CDRs. I have a
small Asterisk server that will eventually have 4 - 6 trunks. the
system is up and the CDRs are being written to a MySQL DB. I tried
installing Areski, but had no success .. I assume it's no longer
supported... the last update was in March 2005 according to this page..
2003 Jul 04
1
CDR Information and Pipes
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi guy's
I've got an existing application which takes CDR information from a com
port from an avaya switch, that we use for billing and accounting.
Since the cost up upgrading the Index platform is extortionate, we're
looking into alternatives and I've been told to come look at asterisk.
First off, asterisk is excellent...
2007 Nov 01
2
hostname in MySQL CDR records
I would like to send the CDR records from all our machines around the
world to a single database. But I need the hostname included with each
record for monitoring purposes.
Is there a better way than using the userfield and adding
SetCDRUserfield for every call to set the userfield to the name of the
host?
Thanks...
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
2018 May 28
2
Dial to FastAGI application appears as 1-second CDR - how do I fix?
In my application, I am using AMI to run an Originate command between a channel and a dialplan application (NOT a context). In my case, the application I want to invoke is FastAGI. The Originate AMI command works correctly, but Asterisk generates a very
short (0-1s) duration for the CDR that results from this call, regardless of the time spent running the FastAGI application. I want the CDR
2014 Apr 24
2
cdr viewer for csv
hello everyone.
I am running asterisk and all of my CDRs are in the default csv.
the system is so limited to ram (only 256) and I cannot run MySQL or any
other program to give CDRs a fancy view.
at the moment the only other software running is nginx for a static webpage
with guidance on the system.
I do now want to move to sql or similar databases because the machine
cannot handle it (I have
2017 Apr 01
2
Issue with Asterisk 13, multiple CDR per queue and arbitrary upper limit
Hi,
I`ve recently upgraded a server from 1.8 to Asterisk 13. While everything
is under control, I have one issue with the way CDRs are kept for queues.
And I don`t mean ?I don`t like it?. I mean it crashes the server.
I realize there are multiple CDRs per queue call ? one per ring/per phone,
basically. The issue is that whenever the number of CDRs ?to be
recorded? for a call exceeds 5000,
2014 Jan 23
1
CDR and Transfer, an asterisk scaring bug lasting from 1.4 version...
When you use a product which version number is 11 or even 12, you might go
with the assumption all big bugs are fixed and then you find there is a
huge, important, expensive bug still running in the code we are relaying
upon...
The problem is simple. If you transfer a call, that dialing will be not
reported in the CDR, so no billing will happen. This is a simple example:
Extension 100 calls
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
2009 Aug 04
4
CDR Problem - No CDRs when call is not bridged
Hi!
I just found out that Asterisk (1.4) does not write CDRs if the incoming
call was not forwarded but handled internally without answering the call.
E.g.:
[from_pstn]
exten => 997,1,Answer()
exten => 997,2,Playback(tt-weasels)
exten => 997,3,Hangup()
exten => 999,1,Playback(tt-weasels|noanswer)
exten => 999,4,Hangup()
For incoming calls to 997 a CDR will be written, but not
2010 Oct 13
4
checking CDR
Hello Asterisk Community,
Is there a way to check in asterisk cdrs and extension forwarded?
I mean, i'm calling to a ISDN number, wich goes to extension 8222, but
this extension is forwarded to another one, the problem is that in
CDRs i am able to see the the first step of the call, but never see
the forwarded extension, how can i do that?
Thanks!
2010 Nov 22
3
Is existing CDR in Asterisk is enough for complete billing
Hi everyone,
I am facing lots for problem with CDRs in 1.6 and above
versions,its shows wrong records when I do transfer(caller side and
calee side),callforward,call parking.Is the present CDRs in 1.6 is
enough for Complete billing.?What I need to do to make it proper.Please
help me on this.
Thanks
Nikhil
2009 Apr 14
4
Ignoring time spent waiting in queue in CDR
Hello,
I'm working on an Asterisk configuration for a call center, and they
bill based on the time spent talking to an agent, but not for any time
spent waiting in a queue. The CDR information contains the entire
duration of the call as billable seconds, including time spent waiting
in the queue. I would like the billable seconds to only include the
time spent actually talking to an agent.
2006 Mar 13
2
CDR Bug?
Trying to figure out if a bug report should be submitted.
Can anyone on 1.2.x verify of this has been corrected?
I am on CVS 8/2005
If a call comes in to an extension that dials more than one channel
(rings at more than one phone) both calls in the CDR show a status of
answered when only one is answered, the source channel is bridged to
only one of the two destination channels, but both CDRs
2020 Jul 10
2
Way to start CDR when call is bridged ?
Hi,
in dialplan -Asterisk 16.2 from Debian Buster- we have
same = n,Dial(PJSIP/101&PJSIP/102&PJSIP/103,15,tT)
If thew call is not answered after 20 seconds, we launch a new dial with
same and/or other extensions
same = n,Dial(PJSIP/101&PJSIP/104&PJSIP/110,20,tT)
Looking in CDR we have at the end of the call (here we called 3
extensions which where ringing, let say 110
2018 Feb 22
5
Which CDR processing for high load ?
Hello,
I'm load testing a new Asterisk 13 system (Debian Stretch, packaged
asterisk).
One system writes CDR though an ODBC connection to a local Postgres
database over the LAN.
When sending 50 new calls per second with SIPp, I'm seeing one system
outputs :
taskprocessor.c: The 'subm:cdr_engine-00000003' task processor queue
reached 5000 scheduled tasks again.
This [1] thread
2006 Jan 10
3
CDR problem - incorrect time
We have a billing system that depends on the CDRs. We had a guest that
made a one minute call to a local cellphone, this call went out Zap
channel through our channel bank. The CDR recorded a 200 minute call,
but I checked with the Telco's records and it had terminated after one
minute. What can cause this and what can I do to prevent it?
--
Chris Mason
NetConcepts
(264) 497-5670 Fax:
2007 Mar 16
1
transfer=mediaonly : can't hear nothing
I've setup this simple configuration to test the new mediaonly iax
feature in 1.4 :
Input (client) -> Server (routing) -> Termination
transfer=no transfer=mediaonly transfer=no
all the machines are in the same 192.168.0.x net
the routing Server in the middle has iaxusers realtime backend on mysql
the call is originated with a sip phone registered on the Input client