[asterisk-users] CDR problems with Queue

2010-01-27 Thread Håkon Nessjøen
Hi, I'm having problems with CDR's and Queues in Asterisk 1.6.1. Heres three examples: Normal call: User A calls in to asterisk, gets a PlayFile, and hangs up. This gives 1 CDR as expected. Call to a Queue and then a playfile afterwards: User A calls into asterisk, goes into a queue,

Re: [asterisk-users] CDR problems with Queue

2010-01-27 Thread Danny Nicholas
: [asterisk-users] CDR problems with Queue Hi, I'm having problems with CDR's and Queues in Asterisk 1.6.1. Heres three examples: Normal call: User A calls in to asterisk, gets a PlayFile, and hangs up. This gives 1 CDR as expected. Call to a Queue and then a playfile afterwards: User A calls

Re: [asterisk-users] CDR problems with Queue

2010-01-27 Thread Håkon Nessjøen
On Wed, Jan 27, 2010 at 3:37 PM, Danny Nicholas da...@debsinc.com wrote: Just a shot in the dark – what is the endbeforehexten value in cdr.conf? It was not defined. And the result was the same either it was set to yes or no. The cdr closing when user B hangs up, gets the full duration of

Re: [asterisk-users] CDR problems with Queue

2010-01-27 Thread Håkon Nessjøen
2010/1/27 Håkon Nessjøen haa...@avelia.no On Wed, Jan 27, 2010 at 3:37 PM, Danny Nicholas da...@debsinc.com wrote: Just a shot in the dark – what is the endbeforehexten value in cdr.conf? It was not defined. And the result was the same either it was set to yes or no. The cdr closing when

Re: [asterisk-users] CDR problems with Queue

2010-01-27 Thread Danny Nicholas
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Håkon Nessjøen Sent: Wednesday, January 27, 2010 1:07 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] CDR problems with Queue 2010/1/27 Håkon Nessjøen haa...@avelia.no On Wed, Jan 27, 2010 at 3

Re: [asterisk-users] CDR problems with Queue

2010-01-27 Thread Håkon Nessjøen
On Wed, Jan 27, 2010 at 8:22 PM, Danny Nicholas da...@debsinc.com wrote: This stands to be corrected, but as I understand it, the queue command on it’s own would not generate a second CDR any more than a transfer to an extension. The way I understand the queue/agent/call relationship is

Re: [asterisk-users] CDR problems with Queue

2010-01-27 Thread Danny Nicholas
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Håkon Nessjøen Sent: Wednesday, January 27, 2010 3:56 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] CDR problems with Queue On Wed, Jan 27, 2010 at 8:22 PM, Danny Nicholas da...@debsinc.com

Re: [asterisk-users] CDR problems with Queue

2010-01-27 Thread Håkon Nessjøen
On Thu, Jan 28, 2010 at 12:03 AM, Danny Nicholas da...@debsinc.com wrote: I wonder how this would work for you? - exten = 1000,1,ForkCDR - exten = 1000,2,Queue(blah) - exten = 1000,3,Hangup This should do 2 CDR’s for each queued call. CDR 1 would be the DAHDI to Queue time, CDR 2

Re: [asterisk-users] CDR problems -- two call legs create only one CDR. Using ForkCDR() not even working.

2009-01-20 Thread sh0t
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.

[asterisk-users] CDR problems -- two call legs create only one CDR. Using ForkCDR() not even working.

2009-01-16 Thread Örn Arnarson
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

Re: [asterisk-users] CDR problems -- two call legs create only one CDR. Using ForkCDR() not even working.

2009-01-16 Thread Grey Man
On Fri, Jan 16, 2009 at 6:12 PM, Örn Arnarson o...@arnarson.net wrote: Am I missing something? Any ideas appreciated. No you are not missing anything. The Asterisk CDR implementation has a number of issues and one CDR per bridge is one of them. There is currently a re-design discussion going on

[Asterisk-Users] CDR problems

2006-01-26 Thread Michaël Gaudette
Yes I did. Fair question. I think it`s working, but is there anyway to know for sure? Show modules show app_cdr.so as existing... Mike On Thursday 26 Jan 2006 16:50, Michaël Gaudette wrote: Hi, I've just reinstalled Asterisk 1.2.3 on a fresh system and since I've noticed that the CDR

Re: [Asterisk-Users] CDR problems

2006-01-26 Thread Bob Goddard
On Thursday 26 Jan 2006 20:00, Michaël Gaudette wrote: Yes I did. Fair question. I think it`s working, but is there anyway to know for sure? Show modules show app_cdr.so as existing... Please do not top post. Please do not post as HTML. You should be looking for cdr_addon_mysql.so. The

[Asterisk-Users] CDR problems with MySQL

2004-08-20 Thread Chris HARIGA
Hi, I have Fedora Core 2 running with a T1 card. I try to put the log on db but I get the error: Aug 20 15:17:47 ERROR[262160]: cdr_addon_mysql.c:378 my_load_module: Failed to connect to mysql database asteriskcdrdb on localhost. The database exists and I try with mysqlaccess

Re: [Asterisk-Users] CDR problems with MySQL

2004-08-20 Thread Malcolm Bader
Did you create a user for the asteriskcdrbd? In my case I created a user asteriskuser with all priviages and gave it a password. Then entered that info, user name and password, into /etc/asterisk/cdr-mysql.conf Malcolm Chris HARIGA wrote: Hi, I have Fedora Core 2 running with a T1 card. I try

RE: [Asterisk-Users] CDR problems with MySQL

2004-08-20 Thread Chris HARIGA
: Friday, August 20, 2004 4:02 PM To: [EMAIL PROTECTED] Subject: Re: [Asterisk-Users] CDR problems with MySQL Did you create a user for the asteriskcdrbd? In my case I created a user asteriskuser with all priviages and gave it a password. Then entered that info, user name and password, into /etc

RE: [Asterisk-Users] CDR problems with MySQL

2004-08-20 Thread Joshua McClintock
asteriskcdrdb on localhost. Best regards, Chris HARIGA -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Malcolm Bader Sent: Friday, August 20, 2004 4:02 PM To: [EMAIL PROTECTED] Subject: Re: [Asterisk-Users] CDR problems with MySQL Did you

RE: [Asterisk-Users] CDR problems with MySQL

2004-08-20 Thread Chris HARIGA
: [Asterisk-Users] CDR problems with MySQL Can you connect to mysql from the command line with the user/pass you setup? Also, when you test make sure you add: -h localhost to the flags you pass 'mysql'. This will make sure it doesn't try connecting via the unix domain socket. The permissions