Displaying 20 results from an estimated 588 matches for "e4s".
Did you mean:
14s
2007 Oct 16
7
E4 Superframe E&M?
I need to create a couple of tie lines between a legacy system and an
Asterisk system. I was told that the tie lines are E4 Superframe E&M.
I have done E&M wink but have no idea about E4 Superframe E&M and Google
is not helping me here.
Does anyone know about this type of signaling and if Asterisk can handle it?
Thanks,
Steve
2018 Jun 18
2
incomplete results from as.character.srcref() in some cases involving quote()
Hi,
The result of as,character() on 'srcref' objects doesn't have the closing ')' in some cases involving 'quote':
> e4 <- quote({2+2})
> class(attr(e4, "wholeSrcref"))
[1] "srcref"
> as.character(attr(e4, "wholeSrcref"))
[1] "e4 <- quote({2+2}"
As a result printing the object also lacks it and gives an
2015 Aug 02
3
ayuda con análisis de supervivencia
Hola a todos,
-Estoy estudiando el efecto de dos genotipos (~tratamientos) en la aparición de síndrome metabólico (MetS) con datos longitudinales recogidos a tiempo 0,7,10,15,20 y 25 años.
-He hecho un dataframe con las siguientes variables
MetS: Síndrome Metabólico (Si=1,No=0)
bmi: Indice de masa corporal (IMC) cuando se produce la conversión a MetS+ . Para los que permancen MetS-, esta variable
2012 Jul 12
1
Modifying a list: what gets copied?
Hi all,
In my continued effort to understand when and what R copies, I've
designed a small experiment to try and figure out what goes on when a
list gets copied - is it a shallow copy or a deep copy. I believe the
following experiment isolates the difference:
options(digits = 2)
powers <- 4:6
n <- setNames(10 ^ powers, paste0("e", powers))
xs <- lapply(n, seq_len)
zs <-
2010 Jul 20
0
Maximum likelihood estimation in R
Dear R-helper,
I am trying to do maximum likelihood estimation in R. I use the "optim" function. Since I have no prior information on the true values of the parameters, I just randomly select different sets of starting values to feed into the program. Each time, I get the following error message: Error in optim(theta0, lf, method = "BFGS", hessian = T, Y = Y, X = X, :
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
2009 Sep 01
2
ordering and factors into column headings
Hi,
The lab in which I send my samples return the results in a format that
is difficult for me to run my analysis. The lab outputs the results
where each parameter is its own row and it’s not consistently in the
same order (and not each sample is tested for the same suite of
variables).
e.g.
>dataset
site parameter value
a e2 3
a e1 1
a e3 5
b e3
2012 May 31
0
iSCSI offload with Broadcom NetXtreme II BCM5709.
Hello all.
We recently purchased HP Proliant DL380 G7 server and also a HP Lefthand
P4500 G2 24TB iSCSI box.
The server itself has Quad Ethernet based on the BCM5709 Chipset from
Broadcom (NetXtreme II).
My main question is about iSCSI offload mechanism, as iSCSI itself is
pretty new to me
but I have gotten a good hold on it tho.
I have managed to setup and configured our Lefthand box into
2008 Oct 08
1
follow up on "[Rd] NAMESPACE & methods guidance, please" ( http://tolstoy.newcastle.edu.au/R/e4/devel/08/06/1901.html )
This is a follow-up on the discussion originally posted on the R-devel list ( http://tolstoy.newcastle.edu.au/R/e4/devel/08/06/1901.html ), as I have encountered the exact same issue mentioned in Martin's email. Here is a simplified version of my problem:
##=================================================================
## I created a package, say, "tmpA", with a NAMESPACE with
2005 Aug 13
1
How to change the names in tone pitch column
Hi,
I have a column (V4) in a midi event list which includes tone pitch names,
i.e. "A4, E4, C#4, A3...":
> compo[1:10,]
V1 V2 V3 V4 V5 V6 V7
1 1 1 0 A4 96 2 0
2 1 1 0 E4 96 2 0
3 1 1 0 C#4 96 2 0
4 1 1 0 A3 96 2 0
5 1 3 0 B4 96 1 0
6 1 3 0 E4 96 1 0
7 1 3 0 B3 96 1 0
8 1 3 0 G#3 96 1 0
9 1 4 0 C#5 96 1 0
10
2013 Jul 29
2
infosec e4
Hi,
Sorry for my poor english but it isn?t my native language.
I?m testing an infosec E4 with nut-2.6.4-2.3 on Proxmox ve 3.0 (based on debian wheezy). The drivers that match this ups, is blazer_usb.
Btw, I have try nut-2.6.5 with unstable repository from wheezy, but it still doesn?t fully work.
I can shutdown my computer when battery is low, but unfortunately I can?t shutdown ups.
Like said on
2013 Sep 01
0
infosec e4
Great, it's working fine.
I'm using upssched to shutdown computer after 15mn when on battery.
Should I trigger "upsmon -c fsd" with my script? I mean, is it the normal
way to shutdown both computer and ups.
Best regards,
-----Message d'origine-----
From: Charles Lepple
Sent: Monday, August 26, 2013 3:07 AM
To: James HORLEY
Cc: nut-upsuser list
Subject: Re: [Nut-upsuser]
2018 Jun 20
0
incomplete results from as.character.srcref() in some cases involving quote()
wholeSrcref attribute is documented in ?parse to be the source reference
corresponding to the already parsed text. The implementation in the
parser matches the documentation - the code stops at the last
byte/character of the expression, that is, on the closing brace - which
is the "already parsed text". I think this works as documented (also
source() uses the current implementation
2013 Aug 02
0
infosec e4
I compile nut with the voltronic-driver on my computer then I've copy the
driver "/lib/nut/voltronic_ser" on the server.
I can now shutdown the ups using "upscmd -u admin myups shutdown.return".
My first question is, is it really ok to only take the driver whithout
taking the whole package?
I'm using upssched to shutdown server after 15mn on battery, the
2013 Aug 26
3
infosec e4
On Aug 26, 2013, at 6:22 AM, James HORLEY wrote:
> I've download again nut source today from "https://github.com/networkupstools/nut/tree/voltronic-driver" and try compiliing the voltronic-driver.
This branch has been merged in, and will be part of 2.7.1 when it is released.
> The drivers is working fine (ie computer is shutting down) except for the shutdown of the ups.
>
2006 Aug 16
1
Specifying Path Model in SEM for CFA
I'm using specify.model for the sem package. I can't figure out how to
represent the residual errors for the observed variables for a CFA
model. (Once I get this working I need to add some further constraints.)
Here is what I've tried:
model.sa <- specify.model()
F1 -> X1,l11, NA
F1 -> X2,l21, NA
F1 -> X3,l31, NA
F1 -> X4,l41, NA
F1 -> X5, NA, 0.20
2013 Aug 26
0
infosec e4
I've download again nut source today from
"https://github.com/networkupstools/nut/tree/voltronic-driver" and try
compiliing the voltronic-driver.
The drivers is working fine (ie computer is shutting down) except for the
shutdown of the ups.
I can shutdown the ups by sending the command "shutdown.return" but standard
shutdown doesn't work.
upsmon -K return:
kill: No
2013 Aug 01
2
infosec e4
On Aug 1, 2013, at 8:15 AM, Charles Lepple wrote:
> On Jul 29, 2013, at 7:12 AM, James HORLEY wrote:
>
>> There?s a software advised by the constructor that work on linux (http://www.power-software-download.com/viewpower.html), unfortunately it?s heavy (tomcat and java) and I don?t find it as flexible as NUT.
>
> We have a development branch called "voltronic-driver"
2009 Oct 19
1
Megatec driver, this UPS has an unsupported combination of battery voltage/number of batteries, Infosec model E4 / 5000
Ubuntu 8.04
Nut : Version: 2.2.1-2.1ubuntu7.2
Hello,
I choose the megatec driver and I connect through a serial cable. I receive
a "This UPS has an unsupported combination of battery voltage/number of
batteries" message.
I know this is not an error but I don't really what I have to do next.
Here is the result of /lib/nut/megatec -a infosec -DDD
debug level is '3'
2018 Mar 22
2
AMI potential memory leak
HI Matt,
I am trying to replicate this particular problem. We are seeing more frequently where the Event: AsyncAGIExec is never being sent.
The two scenarios I have seen in tests yesterday and today...
We sendl an AMI action. For example, play a short file or hangup.
AMI Events will indicate it did the work, but we never receive the Event: AsyncAGIExec with a result at all.
Asterisk debug