similar to: Local Channel Call Looping

Displaying 20 results from an estimated 100 matches similar to: "Local Channel Call Looping"

2011 Mar 06
1
transaction list transformation to use rpart.
So there are a couple parts to this question. I am trying to implement the rpart/random forest algorithms on a transaction lists. That is to say i am trying to train models in order to deduce what are the most predictive transactions within a customers history in order apply this model to future test data and identify accounting irregularities(ie. this account had x and y so they should have also
2009 Mar 30
1
how to input multiple .txt files
how to input multiple .txt files? A data folder has lots of .txt files from different customers. Want to read all these .txt files to different master files: such as: cust1.xx.txt, cust1.xxx.txt, cust1.xxxx.txt,.............. to master file: X.txt cust2.xx.txt, cust2.xxx.txt, cust2.xxxx.txt,.............. to master file: Y.txt Thanks! [[alternative HTML version deleted]]
2004 Nov 27
0
Failed to WWW-authenticate on INVITE
I'm having trouble connecting a asterisk server to a SIP Express router. Inbound calls to my asterisk server works just fine, but when i try to make outbound calls I get the following error message: Nov 27 22:40:48 NOTICE[4687]: chan_sip2.c:7967 handle_response: Failed to WWW-authenticate on INVITE to '"username" <sip:username@mysipprovider>;tag=as5399a078' I'm
2006 Mar 01
1
SIP contexts being confused
I have an * system running version 1.0.8 and it works mostly fine. I am using it as a virtual PBX and we share the box among companies. I have the calls all staying separate, we well as the companies' extensions, voicemail, etc. The only problem I'm having is with two accounts that use the same SIP termination provider. * seems to be confusing the sip contexts for the incoming calls.
2006 Jan 30
0
dialing 2 channels at the same timewithdifferentcaller ID number?
> -----Original Message----- > From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users- > bounces@lists.digium.com] On Behalf Of Damon Estep > Sent: Monday, January 30, 2006 11:20 PM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: RE: [Asterisk-Users] dialing 2 channels at the same > timewithdifferentcaller ID number? > > >Exten
2006 Jan 31
0
dialing 2 channels at the sametimewithdifferentcaller ID number?
> -----Original Message----- > From: asterisk-users-bounces@lists.digium.com > [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of > Damon Estep > Sent: Tuesday, January 31, 2006 1:48 AM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: RE: [Asterisk-Users] dialing 2 channels at the > sametimewithdifferentcaller ID number? > >
2008 Jan 31
2
How to get called number in featuremap
Hi, I am new to asterisk configuration. I want to get called number in features.conf. I am defining a feature in features.conf and that feature got executed on pressing a particular DTMF key sequence. As I want to execute my own application on pressing that key which will use called number. testfeature => 3,peer,AGI,StoreNumber|<CalledNumber> Here I want to use called number in place
2007 Jun 14
2
Difference between prcomp and cmdscale
I'm looking for someone to explain the difference between these procedures. The function prcomp() does principal components anaylsis, and the function cmdscale() does classical multi-dimensional scaling (also called principal coordinates analysis). My confusion stems from the fact that they give very similar results: my.d <- matrix(rnorm(50), ncol=5) rownames(my.d) <-
2001 Oct 26
1
Getting started with Time Series
Anyone have a good R tutorial for time series? Or know of a good book? Any advice would be helpful. I've been using matlab and programming things directly (not using canned functions), but now I'm having difficulty figuring out how to say, do freq domain anaylsis and get a CI on my periodogram, or plotting the coherence, etc. Or how to change certain parameters, e.g. fit AR(p) with p
2013 Feb 20
1
Meetme and MEETME_EXIT_CONTEXT
Hello, using Asterisk 1.8.12.2 I am having trouble with exiting the conference room by entering a single digit. option X of the Meetme()-application should do this. I have following in extensions.conf : /exten => _1000X,n,Set(MEETME_EXIT_CONTEXT=dynamic-nway-invite)// //exten => _1000X,n,MeetMe(${CONFNO},dMX)// // // //[dynamic-nway-invite]// //exten => 0,1,NoOp(confno =
2011 Feb 01
2
Scatterplot Question
Hello, I have some data where a number of events (the total amount varies) occur at cumulating times, I would like to create a scatterplot (easily achieved using plot etc) of these events (the events can either be times using poxist or I can convert them into just seconds which is probably easier to work with), however I would like the events/times to re-begin plotting every 10th occurrence and
2009 Mar 27
1
LME as part of meta-analysis
Hi, I'm having a problem using LME and hopefully I can get some help. Here is what I'm doing: I have a model like this: yi = alpha + theta * xi + beta * zi + error, errors are normally distributed mean 0, var sigma^2 xi and zi are generated from normal distributions within a specified range. True values of alpha, theta, beta and sigma^2 are chosen with a specific mean and variane
2013 May 27
0
ChanIsAvail function is breaking the round robin strategy
Hello everybody, i have two gsm line (extra channels) and i'd like to schedule the outgoing calls with a round-robin strategy. If all the gsm lines are busy, the call must be sent to the pri lines with a linear strategy. here is the dialplan: exten => gsm,ChanIsAvail(EXTRA/r2&DAHDI/g1) same => n,GotoIf($["${AVAILORIGCHAN}" = ""]?unavail,1) same =>
2005 Feb 28
0
Support for the Atheros wireless chipset in 3.4 and 4.0
Atheros support is not ''built in'' for 3.4, so I need some pointers on adding it. Is it in 4.0? It is in the current Novell Linux desktop professional (we used that on a system the other week). The reason for Atheros support, is that all the network anaylsis tools work well with it (and I have one!).
2005 Jul 05
4
Discriminant Function Analysis
Dear All This is more of a statistics question than a question about help for R, so forgive me. I am using lda from the MASS package to perform linear discriminant function analysis. I have 14 cases belonging to two groups and have measured each of 37 variables. I want to find those variables that best discriminate between the two groups, and I want to visualise that and create a
2007 May 02
1
Asterisk locked up
SOFTWARE FreePBX 2.1.3 CentOS 4.4 Asterisk 1.2.13 Zaptel 1.2.10 Sangoma Wanpipe 2.3.4.5 I had an Asterisk server lock up on me today after 95 days of up time. Had to manually kill the Asterisk process and then restart. Nothing out of the ordinary in terms of memory use as far as I could tell. Seems to be running fine now. Here is the log file. I deleted the stuff in the middle to keep it
2006 Aug 23
4
Problem with large files corrupting during transfer
I'm very new to Samba, and I'm supporting my team's migration to a new server. We are running v3.0.23b, ML3 and AIX v5.3, and we're pulling data from NT servers. V2.2.2 (what we are using on the old server) would not compile on the new box, so we have to upgrade. Files >2.8gb are corrupting during the transfer. That 2.8gb file is the largest we've gotten to go through
2007 May 14
1
cross-validation / sensitivity anaylsis for logistic regression model
Hi, I have developed a logistic regression model in the form of (factor_1~ numeric + factor_2) and would like to perform a cross-validation or some similar form of sensitivity analysis on this model. using cv.glm() from the boot package: # dataframe from which model was built in 'z' # model is called 'm_geo.lrm' # as suggested in the man page for a binomial model: cost <-
2009 Apr 01
0
回复: R-help Digest, Vol 73, Issue 32
Dear sir,    How to do bilinear time series in R?Is there any functions or packages?  thank you! -----Sincerely yours Kuangnan Fang 方匡南 敬上 department of statistics ,Economics school,Xia men University. Fujian Province (361005) China Mobile Phone:15860721915 SKYPE: ruiqwy MSN Messenger: ruiqwy@hotmail.com QQ:39863401 --- 09年3月31日,周二, r-help-request@r-project.org
2004 Apr 13
1
DNID Digits - Australia
Hi, Yet another question, now that I have callerid working correctly, I'm trying to work out how to utilise the different numbers I have. I have a 100 number range allocated to my E1/PRI/OnRamp service. My incoming calls are handled like this: Advertised/published number is an analogue line terminating on a X101P. If the analog line is busy, it has a call diversion to the PRI on a TE405P