search for: e1s

Displaying 20 results from an estimated 2727 matches for "e1s".

Did you mean: e1
2013 Sep 23
0
400 bad request
Hi, Im using nginx and rails for my site which contains url with georgian letters ie განცხადებები so something like http://gancxadebebi.ge/ka/%E1%83%92%E1%83%90%E1%83%9C%E1%83%AA%E1%83%AE%E1%83%90%E1%83%93%E1%83%94%E1%83%91%E1%83%94%E1%83%91%E1%83%98 It is mainly working perfectly but sometimes I receive request with truncated url ie 1 -
2012 Jul 18
6
taylor expansions with real vectors
Dear list, I have a big deal concerning the development of a Taylor expansion. require(Matrix) e1 <- as.vector(1:5) e2 <- as.vector(6:10) in order to obtain all the combinations between these two vectors following a Taylor expansion (or more simply through a Maclaurin series) for real numbers. We have f(x) = f(0) + f'(0)(x-0) + f''(0)(x-0)^2/2! + ? + f^(k)(0)(x-0)^k/k!
2009 Apr 17
3
Alcatel OmniPCX Enterprise + Asterisk with E1
Hi all, I'm new in the forum, and although I have some experience in Asterisk, I've never work with Asterisk FXO, FXS, E1... cards. I have several costumers with ATAs working with my SER. However one of them bought an Alcatel PBX OmniPCX Enterprise and now he wants I give him a E1 interface for interconection with its new PBX. I understand I need a E1-IP gateway which could be Asterisk
2014 Nov 12
2
E1 - Cisco - Asterisk and vice verso
Hi, Change my Dynastar E1 gateway to Cisco with E1 module, but can't make easiest dialplan. All my routing i made on asterisk, so i need that cisco all calls from E1 send via sip to Asterisk and all calls came from Asterisk by sip send to E1. From E1 to Asterisk already work, but can't understand how send all from Asterisk SIP to E1 ? Can you help ? Thank you
2018 Mar 19
4
[PATCH] gpu: drm: Use list_{next/prev}_entry instead of list_entry
This patch replace list_entry with list_{next/prev}_entry as it makes the code more clear to read. Done using coccinelle: @@ expression e1; identifier e3; type t; @@ ( - list_entry(e1->e3.next,t,e3) + list_next_entry(e1,e3) | - list_entry(e1->e3.prev,t,e3) + list_prev_entry(e1,e3) ) Signed-off-by: Arushi Singhal <arushisinghal19971997 at gmail.com> --- drivers/gpu/drm/drm_lease.c
2008 Apr 24
0
R crashes while running a positive checked script (PR#11264)
Full_Name: Bas Zimmerman Version: 2.7.0 (2008-04-22) OS: Windows 2000 Pro SP 4 Eng Submission from: (NULL) (62.51.53.106) Running the following line of the R-code SurvivalEnsembles.R, part of the MBoost package results in a program crash: 'AMLrf <- cforest(I(log(time)) ~ ., data = AMLlearn, control = ctrl, weights = AMLw)' This package received a OK-check, see
2018 Mar 25
2
[Outreachy kernel] [PATCH] gpu: drm: Use list_{next/prev}_entry instead of list_entry
On Mon, Mar 19, 2018 at 12:44 PM, Julia Lawall <julia.lawall at lip6.fr> wrote: > > > On Mon, 19 Mar 2018, Arushi Singhal wrote: > > > This patch replace list_entry with list_{next/prev}_entry as it makes > > the code more clear to read. > > Done using coccinelle: > > > > @@ > > expression e1; > > identifier e3; > > type t; >
2019 Nov 17
2
BUG?: A copy of base::`+` (primitive) is not a clone but a "pointer"
$ R --vanilla R version 3.6.1 (2019-07-05) -- "Action of the Toes" Copyright (C) 2019 The R Foundation for Statistical Computing Platform: x86_64-pc-linux-gnu (64-bit) ... > str(base::`+`) function (e1, e2) > plus <- structure(base::`+`, class = "plus") > str(plus) function (e1, e2) - attr(*, "class")= chr "plus" ## Hmm ... >
2019 Nov 18
2
BUG?: A copy of base::`+` (primitive) is not a clone but a "pointer"
On 11/18/19 9:18 AM, Martin Maechler wrote: >>>>>> Henrik Bengtsson >>>>>> on Sun, 17 Nov 2019 14:31:07 -0800 writes: > > $ R --vanilla R version 3.6.1 (2019-07-05) -- "Action of > > the Toes" Copyright (C) 2019 The R Foundation for > > Statistical Computing Platform: x86_64-pc-linux-gnu > > (64-bit) ...
2018 Mar 21
2
AMI potential memory leak
We are communicating with Asterisk via AMI. Running Asterisk version 13.18.5 on an Ubuntu box. If you look at the event response, the Result field is filled with random characters. I'm not sure what to do because that is a completely random result. It makes no sense. We send the following command to asterisk via AMI Action: AGI ActionID: C44415 Channel: SIP/192.168.40.105-00001338
2003 Aug 09
2
Multiple E1 configuration question
Hi all- This question is for those familiar with EuroISDN setup. I have a customer in Europe where I'm going to install an asterisk based system with 4 E1's. The customer will configure them all in one large hunt group. My question is about the E1 channel configuration. I know that usually single E1 spans are set up with 30 channels (1-15 and 17-31) as the voice (bearer) channels and
2008 Nov 26
3
2 Asterisks to one PBX - E1 conection
Hi all, I have a question regarding connection of two Asterisk servers to our PBX. Each Asterisk server has one PCI E1 card, and they are in failover mode with Linux HA. On our PBX we have only one E1 card towards Asterisk servers. My question is how to connect these two Asterisks to one E1 card on PBX, and when primary Asterisk server fails not to have to manually pull out E1 cable from primary
2004 May 31
0
Doubts on anova and use of contrasts in multcomp package
Dear list, I have been studying R and I would like the aid of more experienced to solve the problems of the analysis below: r = gl(3, 8, label = c('r1', 'r2', 'r3')) e = rep(gl(2, 4, label = c('e1', 'e2')), 3) y = c(26.2, 26.0, 25.0, 25.4, 24.8, 24.6, 26.7, 25.2, 25.7, 26.3, 25.1, 26.4, 19.6, 21.1, 19.0, 18.6, 22.8, 19.4, 18.8, 19.2, 19.8, 21.4,
2005 Mar 14
4
E1/T1 back to back ??
Hi there Just a quick question, I will be building some servers in a lab utilizing Digium E1 cards. I would like if possible to avoid the expense of installing an e1/ISDN30 in my lab. I have two questions really, first does anybody know of an effective simulation tool I can use to replicate a real world PRI but without the telco line being installed. And secondly, can I have a scenario with 2
2007 Aug 31
4
E1 to Ethernet Bridge
Hello, I am trying to Bridge 2 E1 interfaces over a long distance link exactly the same way Redfone does. How can asterisk be configured to do that? Best regards Arinze Izukanne ___________________________________________________________ Want ideas for reducing your carbon footprint? Visit Yahoo! For Good http://uk.promotions.yahoo.com/forgood/environment.html -------------- next
2007 Apr 19
1
Newbie Question about E1
Hi everybody. I'm about to ask a newbie question, be warned! I have a NEC 2000 IPS PBX connected to a E1. Now I want to set up an asterisk, with some digium card connected to that E1. (suggestions about the card? I'll have maybe another E1 more). The "newbie question" is.. How can I connect the asterisk PC with the PBX? I don't know so much about E1, so I don't know
2005 Jun 03
2
rearrange data
Dear all: I have this: A1 B1 C1 D1 E1 A2 B2 C2 D2 E2 A3 B3 C3 D3 E3 And I want this A1 E1 B1 E1 C1 E1 D1 E1 A2 E2 B2 E2 C2 E2 D2 E2 A3 E3 B3 E3 C3 E3 D3 E3 Example: m<- matrix(1:15,nrow=3,byrow=T) m v<- unlist(list(t(m[,1:4]))) u<- rep(c(5,10,15),c(4,4,4)) data.frame(v,u) This is the result I want but I would like to learn a simpler way to do it. Any clue?
2007 Mar 23
1
substitute and S4 objects
Hi all, I don't understand why this does not what I expect : ## code start here ############## setClass("num",representation(x="numeric")) num<-function(x) new("num",x=x) add<-function(e1,e2) { cat("Computing ",deparse(substitute(e1)),"+",deparse(substitute(e2)),"\n") e1@x+e2@x }
2002 Aug 22
1
Error: object is not a matrix
Hi, I have encountered the following error, when using 'aov', which I think has something to do with the length of my call to 'aov', and I cannot understand why: Error in model.frame.default(formula = Y2 ~ P2 + P2:AAAAAAAA + P2:B2 + : object is not a matrix The error occurs when I run the first sequence below, but not the second. The two sequences are based on the SAME
2005 Feb 23
5
Difference between E1 and PRI
Hi all, I have seen the term E1 and PRI used interchangably when referring to a voice service with 30B channels and 1 D channel. Are they just different terms for the same thing or is there some technical difference. Even Newton's telco dictonary seemed a bit fuzzy on this topic. I have seen it said the PRi is a protocol that runs on top of E1. Is this true?