similar to: h extension

Displaying 20 results from an estimated 1000 matches similar to: "h extension"

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
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 ?
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
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 :
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
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
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
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 Apr 10
5
call center running Asterisk - sound quality - critical!
Hi, I am using Asterisk for a call center on a Dual Xeon machine.. I currently have 109 active channels 53 active calls Every body is complaining about quality and cpu is around 80% idle. Is there any tuning I can do??? Besides that, Asterisk normally goes down once or twice per day... Thank you Dov -------------- next part -------------- An HTML attachment was scrubbed... URL:
2010 Dec 22
0
CDR on MySQL
What would it do if you exten => h,1,ResetCDR(w) exten => h,2,NoCDR() exten => h,3,DEADAGI(get-unqiueid.php) I have not tried it but in theory it should write the first CDR and then kill the write of the second NO ANSWER CDR. Let me know if it works for you as I may need to do it on some of my h exten code as well. Bryant ---------------------------------------- From:
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 =>
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 05
1
ChanSpy via external application
Hi, I have developped an application that monitors the status of my queues through the events triggered on the Manager Interface. This way, I can know the status of my Agent real time. Now, I have a new requirement that I must allow a manager to click on the Agent he wants to monitor and be able to monitor the call. My idea was to, when the user clicks on the Agent, I would Originate a call
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 =>
2006 Apr 11
2
call center running Asterisk - sound quality- critical!
You got to be kidding about 53 calls being recorded at sametime is an issue. I have done at least twice as many on my dual xeon 3.4Ghz system and had no problem as clients like to record every call that goes through the system. Then again, in my system, the in and out channels are mixed first before they are written to the disk. ________________________________ From:
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