similar to: How to customize CDR(src) value ?

Displaying 20 results from an estimated 3000 matches similar to: "How to customize CDR(src) value ?"

2013 Sep 19
0
How to customize CDR(src) value ? [SOLVED]
2013/9/19 Matthew Jordan <mjordan at digium.com> > > On Thu, Sep 19, 2013 at 9:02 AM, Olivier <oza_4h07 at yahoo.fr> wrote: > >> 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
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
2013 Jun 20
0
Customer src in CDR with incoming sipp calls
Hello, I'm stressing an Asterisk 11 platform with incoming calls from sipp 3.1. I've dedicated a context to sipp in my dialplan. Everything works OK expect that calls from sipp comes in with a CallerID set to sipp and this sipp value is stored in CDR. 1. I can change the value of the CallerID but how can I have the calls from sipp traced in CDR with a customized src field value ?
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
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
2004 Dec 28
1
Asterisk consuming 100% CPU - CDR loop
Hi, I had Asterisk threads consuming 100% CPU at times since last week. Of course, last week an extra card was installed (we had a 1PRI, a 4PRI was added) so search concentrated on that, but to no avail. Today, I installed DDD on the machine and quickly found out that it was looping because cdr->next->next == cdr in ast_cdr_setapp(). I patched this up with some simple code in
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 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
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.
2005 Jun 26
3
cdr and billing
Hello ; how can i enable billing only while using specific trunk (ex:zap) but internal sip calls will not be counted specifically how to make all outbound is counted i am using asterisk mysql cdr enabled -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050626/0faf0974/attachment.htm
2008 Dec 29
1
1.6, CDR and h extension
I have two version 1.6 Asterisks running. One is a small hobbyist thing just at home, and the other is handling calls for several customers. On both, I have added the line exten => h,1,Set(CDR(hangupcause)=${HANGUPCAUSE}) to all relevant contexts. On my little hobbyist box this works perfectly; all calls have their hangupcauses recorded with cdr_adaptive_odbc and cdr_custom. On the
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
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
2009 Jun 04
1
CDR question
Hi, Asterisk does not post CDR when dial status is CHANUNAVAIL. Can someone tell me what are the conditions under which CDR is not posted? Thanks Jim
2014 Mar 19
1
Asterisk 12 - CDR changes
Hello everyone, I am upgrading from release 1.8 and I have a strange behavior with CDR generation. We are using a Redirect server for Number portability, and I see that once the call is going through the Redirect Server additional CDR records are generated - we have 3 additional records. This Behavior is different then what we had on Release 1.8. Does anyone have a clue how to remove these CDR
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
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
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 =>
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
2014 Jan 08
0
(CALL FILES to Local Channel)billsec Zero in cdr via cdr_adaptive_odbc
Hi, all Sorry for null subject last mail. I use Ubuntu 12.04.01 TLS and install asterisk 11.7.0 (tar.gz downloaded from asterisk.org). We named it "Asterisk11". I want to generate a call file to /var/spool/asterisk/outgoing. This call will dial out to Local Channel and return to some Extens. Then Asterisk11 will generate a CDR records to MySQL's cdr table(in database