similar to: CDR changes in Trunk -- Transfers, CDRs, Life, and Everything

Displaying 20 results from an estimated 2000 matches similar to: "CDR changes in Trunk -- Transfers, CDRs, Life, and Everything"

2005 Mar 26
1
Transferred calls CDRs
Hello! I have been doing some tests with call transfers and I have been looking at the CDRs that Asterisk generates. Scenario 1: A calls B B answers and does a blind transfer to C (using # key) C answers and talks with A Scenario 2: A calls B B answers and does an attended transfer do C (using the phone's transfer key) C answers, B hangs up, and C talks with A For scenario 1, the CDR shows
2009 Oct 19
3
update CDRs in mysql during a call
All, According to my readings CDRs are stored at the end of the call. My concerns is when asterisk goes down (I know that it's never happen but it's just in case) or when the is a power shutdown of the server. then CDRs are not stored in mysql. is there a way to store periodially CDR during a call, and set the periodical timer regarding the context. if no is there a way to retreive CDR,
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.
2010 Sep 23
1
Forking a call
Hi, Using 1.6.2.13. I'd like to know how I can force Asterisk to fork a call. To simplify things, Let's say I have an out context (for outbound calls) and an in (for inbound). If person A wants to call person B, and both are on my servers, I don`t want to send the call out. I want all this to happen internally on my server. The problem is if I use some condition to send
2009 Jan 16
2
CDR problems -- two call legs create only one CDR. Using ForkCDR() not even working.
Hello, When I bridge an incoming and outgoing call (attempting to simulate call-forwarding) I'm only getting one CDR -- that of the outgoing call. A (PSTN) calls B (residing on Asterisk) and the Asterisk calls C (cell phone on PSTN) and bridges the call. The only CDR created is from B to C. I have even tried using Answer() and ForkCDR() to get two CDRs, but to no avail. I am starting to
2006 Jan 28
3
(Un)PauseQeueMamber usage
Does anyone have an example of hoe to use these two commands? I have read he documentation, and I am still unclear on where this command goes, as part of extensions.conf or where? If someone could post a working example it would be most helpful. Regards to all, Joe
2012 Jun 05
3
CDRs on multiple servers.
Hello guys, I need to be able to throw cdrs on more than one servers at a time. Please let me know how this can be done. Thanks
2011 Jul 12
3
CDRs
Hi Like we can define cdr field format for csv, is it possible to define if cdrs are stored in a database? Also, what will be size limit for database CDR storage ? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110712/b5356cfd/attachment.htm>
2006 Feb 08
2
Need to retrieve Call-ID from dialed SIP channel (w/o CDRs)
Is there a way to retrieve the Call-ID from a call made using the 'Dial' command on a SIP channel without CDRs (i.e. variable) ? Thanks, - Darren
2005 Jun 09
8
howto write CDRs on two mysql servers
For redundancy I would like to write the CDRs on tow mysql servers. cdr_mysql.conf accept only one configuration [global], how to add a second host? Thanks Rosario -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050609/9eacbae2/attachment.htm
2003 Dec 09
3
Web Interface for CDRs
Does anyone know where that nice .php is that was written to access the CDRs from mysql DB? Bruce W. Hedreen Computer Technologies of Eastern Carolina, LLC --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.543 / Virus Database: 337 - Release Date: 11/21/2003 -------------- next part -------------- An HTML attachment was
2010 Jun 18
3
CDRs not getting generated on Free PBX
Hi, We have free pbx installed on asterisk 1.4.25.1. Mysql is installed and asterisk is connecting to it. CDR modules are all loaded as well. For some reason, it is not creating master.csv and no cdrs are generated. Can anyone help please. --- Kind Regards, Deepika Nijhawan VoIP Engineer Oxygen8 Communications T: +44(0) 871 434 9151 +44(0) 121 620 9151
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
2013 Sep 25
2
mysql CDRs in web based tool
Hi. i am running asterisk 11.5.1 in my system (debian squeeze) and i do get the CDRs through the csv file, that asterisk creates. i would like to have the CDRs in a nice web based tool and after some search i have found http://acdr.com.au/ i do have it installed with all the dependencies (apache, php, mysql), but i do not know how to interface the CDRs. has anyone used this tool or any other
2006 Apr 20
1
CDRs and billing
Hello I configured Asterisk to put CDRs in the database like it was explained in: www.voip-info.org/wiki/view/Asterisk+cdr+pgsql What I want to know is how do the billing solutions (like Asterisk2Billing) work with Asterisk. The billing system just use the information that Asterisk puts in the CDR table? Or they connect directly to Asterisk? Or is Asterisk that has, before the Dial command,
2003 Dec 27
2
mysql cdrs
How can I download the asterisk-addons and setup CDR support for mysql? I reviewed the wiki but did not find instructions on dowloading. Just a sample of the cdr_mysql.conf file. DaL -- David A. Lauer Network Engineer Tristar Communications dalauer@tristarcorp.net 954.977.8081 ext. 21
2008 Dec 05
1
How to connect Asterisk-stat with Asterisk CDRs database
Dear All, We are trying to install CDR Stats module. We are able to open its web pages but unable to retrieve data from CDRs. Can anybody suggest that how to connect this module with Asterisk CDRs database ? Regards, -- Kashif Naeem Business Development Manager Hadi Telecom www.haditelecom.com Cell: +92 (0)345 4226006 Office: +92 (0)42 5692766 Email: kashif at haditelecom.com MSN:
2007 Jul 05
1
Simple CDRs w/Asterisk/OpenSER.
Suggestions on how to use Asterisk to collect CDRs from a OpenSER-based proxy / call routing setup? I need to get simple CDRs; not for detailed settlement/rating, but just for reconciliation with an ultimate TDM carrier just to make sure we only get billed for what we're actually using. I'd use the often-heralded approach of dumping a call from OpenSER into Asterisk and having it
2005 Oct 07
1
ASTCC -- semantic note of 'callstart' in cdrs?
Looking at the code, it would appear that the 'callstart' column of the cdrs table should really be called 'callend': $dialstr = "IAX2/$res->{path}/$phone|30|HL(" . ($maxtime * 60 * 1000) . ":60000:30000)"; $res = $AGI->exec("DIAL $dialstr"); $answeredtime =
2014 Apr 24
1
AMI Originate CDRs
Hello, There seems to be a problem with asterisk cdrs when calls are generated via AMI Originate using Local channels. Asterisk writes CDR as soon as A party off-hooks. Resulting in very inaccurate billsec and duration values. Expected CDR in case of local channel origination should be 2 records, one can be when A party answers, and the other should be written when B party hangs up the phone.