similar to: Asterisk consuming 100% CPU - CDR loop

Displaying 20 results from an estimated 700 matches similar to: "Asterisk consuming 100% CPU - CDR loop"

2008 May 27
2
ForkCDR
Hello, CDR fans! I'm looking at some issues brought forward over time: 12726/10668: someone wants me to revert the changes I made via bug 10668, last Sept; (that's they are messing him up. And I didn't do the change suggested in ForkCDR, for fear of lousing up folks depending on current behavior. Which probably sparked: 11721 :
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
2008 Feb 18
1
ForkCdr in 1.4.*
Hello, I'm looking for a way to restore old behaviour (before Arkadia patch #0010668) of ForkCDR application in 1.4.18 I've done some research directly in the code (cdr.c & forkcdr.c), but can't find any flag. I am just f*c*ed or do you have something to suggest ? :) Thank you for help. Mathieu
2007 May 15
2
Originate and ForkCDR()
Hi, I'm tryng to place a call through Asterisk Manager Originate Action. Since I want separate CDR for each of the two legs of the call, I'm forking CDR with ForkCDR as the first Channel has picked up. The problem is that, while the first CDR is fine, in the second one the "answer" field is always empty, "billsec" field is 0 and "disposition" field is
2009 Mar 12
4
log to cdr each dialpan action, not only one record for each call
Hi to all. What can i do if a customer needs to log in the CDR all the dialpan actions related to a call? I mean, not only the lastapp e the lastdata but all the dialpan actions! I know that the actual CDR system store one record for each call (and for billing purposes this can be correct) but in some cases the approach needed is something similar to the queue_log. I know that exists ResetCDR
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
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
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.
2013 Sep 19
1
How to customize CDR(src) value ?
Hi, Asterisk 11 doc says CDR(src) value is read-only (see https://wiki.asterisk.org/wiki/display/AST/Asterisk+11+Function_CDR). For various reasons, I would appreciate to change its value so that it my own presentation rules instead of telco rules. Very often, I'm connected to telcos through DAHDI (and ISDN). For instance, telco presents calls with 123456789 while I would prefer a normalized
2014 Jun 10
1
CDR custom variable on second call leg - via originate or .call file
Hi We have the following test .call file and test dialplan: I can't set a custom CDR var to a value on one channel leg, and another value on the connected channel leg? Is there a way I can woraround this issue? ## test call file Channel: Local/queue at TiagoGeada CallerID: teste-geada:0:210332450: MaxRetries: 0 RetryTime: 1 WaitTime: 8640 Account: teste-geada Context: TiagoGeada
2008 Dec 07
0
Unexpected behaviour in ForkCDR
Dear members of the list; I am writing in the hope to get some help with a very peculiar problem with my new asterisk 1.6.0.1 installation. The same code runs on version 1.2 without problems, but it seems the behaviour has changed (also on 1.4.7, which I tried). Please consider the following extension: exten => 1213,1,Answer exten => 1213,n,Set(counter=X) exten =>
2006 Nov 08
0
Warning: "Channel does not have a CDR" when doing ForkCDR
Gang, I'm having this error pop up when I do a ForkCDR, and I'm not sure how to get around it. Here are a few log lines: Nov 8 10:37:08 VERBOSE[28079] logger.c: -- Executing ForkCDR("Zap/49-1", "") in new stack Nov 8 10:37:08 WARNING[28079] app_forkcdr.c: Channel does not have a CDR The scenario occurs like this: I use a .call file to generate a call on
2004 Sep 10
0
chan_agent and SIP UA transfers fail
I am beating my head against a problem where queue calls offered by Agent channel to a SIP UA cannot be REFER transferred if the target UA/extension hasn't accepted the call. If the members of the queue are SIP channels, this is not a problem. I suspect chan_agent isn't flagging the bridge from Zap/n -> SIP/n properly, or this is by design. The following line is what is spoken before
2010 Dec 07
1
No MOH with parked call
Hi, Has anybody else noticed that MOH does not play on parked calls in 1.6.2.14? Or is it just my setup? MOH seems to work in every other respect (Call Held or in-Queue), but when a call is parked, the logs show MOH being started, but the parked party hears nothing. The verbose logs show the following. Any thoughts on whet to check next? Thanks, Steve ### Call comes in here and is answered
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
2006 May 16
0
Need help with Dial M option and destination context
I would appreciate hearing from anyone who has figured this one out. Here's the scenario: I have a context wherein I give the called party the option to dial the digit 9. If he does so, he is transferred a la this extension entry: exten => 9,1,Playback(pls-hold-while-try) exten => 9,n,Noop(Attempting to bridge to ${agentext}) exten =>
2020 Jan 28
0
How to correctly fork a CDR for billing in a call forwarding scenario?
Hi Gang I have not yet managed to find a solution to correctly generate CDRs for this situation: Alice calls Bob. Bob has call forwarding delayed 20s to Charlie. Charlie picks up immediately. exten => bob,1,DBget(cfwdly=CFDLY/${exten}); $cfwdly contains charlie same => n,Set(CDR(src)=${CALLERID(number)}) ; src 'alice' same => n,Set(CDR(dst)=${exten}) same =>
2011 Sep 22
2
ForkCDR and asterisk 1.6.1
Hello, In my 1.6.1.18-powered system, I've got the following dialplan (in extensions.ael) : Dial(SIP/foo,15); if (${DIALSTATUS}="NOANSWER") Dial(SIP/bar,15); When SIP/baz dials peer SIP/foo which do not answer, I've got a single CDR entry like this: SIP/baz SIP/bar time_when_foo_started_to_ring time_when_bar_ended_talking ANSWERED How can I get two CDR entries :
2004 Dec 02
0
ForkCDR app call disposition ALWAYS says ANSWERED??????
Hi Guys, The ForkCDR is doing pretty well, except for the call disposition. The time stamps are great, but the disposition always reads answered, even when the call is busy or not answered at all. It should read BUSY and NO ANSWER. I can send a snippet of the CDR record with forked calls for an example if needed. I think the record is not forking properly, but is maintaining the disposition
2010 Jul 06
2
Can't dial out through AMI
SIP user => Asterisk 1.6 server => SIP Trunk => external destination: works AMI script => Asterisk 1.6 server => SIP Trunk => external destination: Failed to authenticate on INVITE to '"asterisk" <sip:asterisk@(ipaddr)>;tag=alphanumeric' I?ve tried doing things like ?include => contextwithtrunk" in various places, googling, re-reading relevant