similar to: CDR issue - Problem logging CDR(userfield) in Master.csv

Displaying 17 results from an estimated 17 matches similar to: "CDR issue - Problem logging CDR(userfield) in Master.csv"

2013 Oct 07
0
Dahdi incoming call detection and hangup detection durations.
Hi, I've set an Asterisk 11 box with a TDM400 board and Dahdi 2.7.0.1. I've connected an FXS port to an FXO one and issued a couple of channel originate command to measure the duration Asterisk/Dahdi needs to detect a dahdi call is coming in. Basically, using EPOCH variable, I'm reading a 2 or 3s duration with the followinf AEL2 dialplan: context remote { s => { if
2003 Jul 01
1
step-wise and prediction
I would like to know how to use the function step with "for" in order to predict. Id est: Let M , A, B ,C be vectors of length 15 for(i in 1:5) { regrM<-lm(M[(1+i):(10+i)]~A[(1+i):(10+i)]+B[(1+i):(10+i)]+C[(1+i): (10+i)]) sregrM<-step(regrM) and then I would like to compute the predicted value : M* of M, using the predictors selected by the function step. For example if i=1
2015 Jan 29
2
What conditions allow the use of dahdi native bridge?
Hi all, I want to test the Native Bridge mode of DAHDI (FXS/FXO). I use asterisk 11.14.2 and DAHDI 2.8.0. I try to set callwaiting = no AND callwaitingcallerid = no in chan_dahdi.conf. But I can't find native bridging information from CLI(opened debug mode in logger.conf). How can I test the dahdi_bridge in native bridge mode? I use normal dial command ex: Dial(DAHDI/2,30,tTkK) to dial from
2015 Jan 30
1
What conditions allow the use of dahdi native bridge?
Hi Richard, Thank you for your response. But after I remove the parameters of dial command (tTkK). The call was still not native bridge. Let me know if you have any suggestion. Best regards, Charles 2015-01-30 0:34 GMT+08:00 Richard Mudgett <rmudgett at digium.com>: > > > On Wed, Jan 28, 2015 at 8:27 PM, Charles Wang <lazy.charles at gmail.com> > wrote: > >> Hi
2003 Jul 01
0
Step - wise
Madame , Monsieur, J'aimerais utiliser la fonction step dans une boucle "for" pour pouvoir prédire des valeurs (à chaque pas) suivant le modèle proposé par step. Est-il possible de le faire ? Merci d'avance, Cordialement Athanasia
2015 Jan 29
0
What conditions allow the use of dahdi native bridge?
On Wed, Jan 28, 2015 at 8:27 PM, Charles Wang <lazy.charles at gmail.com> wrote: > Hi all, > > I want to test the Native Bridge mode of DAHDI (FXS/FXO). I use asterisk > 11.14.2 and DAHDI 2.8.0. > > I try to set callwaiting = no AND callwaitingcallerid = no in > chan_dahdi.conf. > But I can't find native bridging information from CLI(opened debug mode in >
2006 Feb 28
2
Sipura SPA-3000 and PSTN dtmf
Greetings, What is the recommended settings for using SPA-3000's FXO port for dialing out to PSTN in regard of the DTMF? The voip lan contains SPA-2100 and SPA-3000, with all fxs/fxo ports registered to the Asterisk box with unique username/passwords. The inbound PSTN DTMF works excellently, e.g. people calling from PSTN into the * box are able to pick IVR items with DTMF reliably. The
2009 Sep 06
0
Preserve userfield on CDR on attended transfer
I'm attempting to link calls together in my CDR and would like to try to do it via the userfield. Is there any way to copy the userfield between calls when doing an attended transfer? I can't seem to find anything about it searching Google. -Jon
2007 Nov 05
2
Problem with CDR userfield not being set
I'm trying to use the MySQL CDR records. According to dialplan show, the line in the dialplan is: 11. Set(CDR(userfield)=${billing_code}) [pbx_ael] It looks like the value is being set when I watch the console during the call: -- Executing [s at restphone_event_loop:11] Set("SIP/icall-0075a2e0", "CDR(userfield)=boatmenu") in new stack But the record that's
2009 Nov 08
2
CDR userfield not written into DB
Hi everybody, i've been googling for quite some time now but can't find an answer to my problem... I'm using Asterisk 1.2.12.1 with mysql as the cdr backend. In the dialplan i've written exten => 1234,n,Set(CDR(userfield)=blah) exten => 1234,n,Answer() exten => 1234,n,Queue(.....) exten => 1234,n,Hangup() When I'm doing a call I can see that the statement is
2013 Nov 20
2
userfield not logged to CDR
Hi, I'm logging cdr via odbc to mysql. It seems that there is an intermittent problem where the CDR(userfield) isn't written to the database. The rows all seem to be there, but that specific field is missing. The same dialplan. Nothings changed. Probably 1 in 10 is missing the userfield. Any ideas how I can debug this? Many thanks Dan -------------- next part -------------- An HTML
2008 Jan 09
2
Set CDR userfield in a realtime dialplan
Hello, I'm using Asterisk with Realtime extensions and ODBC CDR. And I'm have some trouble with the CDR userfield that is not changed when using the SET command in the realtime dialplan. In my dialplan (extensions.conf, the file) I'm setting the userfield like this : exten => s,n,Set(CDR(userfield)="X") Later, my dialplan switches to the realtime part and this is an
2010 Dec 20
2
Setting `userfield` from within a callfile
Our current Asterisk 1.6.2.9 setup includes a CGI auto-dial application (written by someone else before me) which sets up calls by creating files of the general form Channel: SIP/$INSIDE_NUMBER Context: $CONTEXT Extension: $OUTSIDE_NUMBER Priority: 1 CallerId: $INSIDE_NUMBER in /var/spool/asterisk/outgoing/ . It works very well. However, it would be nice to be able to attach an additional
2009 Jun 30
1
Setting CDR(userfield) from Macro called from feature doesn't work with cdr_mysql
cdr_mysql doesn't set the userfield when it's set inside a macro called from a feature (1.4.25, addons 1.4.8). I have a feature code: autorecord => *1,self,Macro,apprecord The apprecord macro looks like: [macro-apprecord] exten => s,1,Playback(beep) exten =>
2010 Dec 21
1
SOLVED: Re: Setting `userfield` from within a callfile
On Monday 20 Dec 2010, Olivier wrote: > 2010/12/20 A J Stiles <asterisk_list at earthshod.co.uk> > > > Our current Asterisk 1.6.2.9 setup includes a CGI auto-dial application > > (written by someone else before me) which sets up calls by creating > > files of > > the general form > > > > Channel: SIP/$INSIDE_NUMBER > > Context: $CONTEXT >
2013 Nov 14
1
DAHDI with (CDR(userfield)
Hi list, I need some help to improve my cdr, now in my company are asking me how to know which of my phone numbers are most used when receiving calls from the PSTN and incoming the IVR was thinking about using userfield field, and I'm trying to do, I have at the moment 4 channel DAHDI ; DAHDI CHANNEL 3=23XXXXX6 context=in callerid=asreceived group=1 signalling=fxs_ks channel => 3
2010 Jan 22
5
Set CDR userfield for Queues
Hello, I am using Queue application with multiple agents in each queue. I want to set the CDR(userfield) for each cdr based on the agent answering the call. Is it possible to do this? Thanks