Displaying 20 results from an estimated 200 matches similar to: "Slightly OT - Snom 190 function keys via subscribed config"
2006 Mar 24
8
Snom 360 problems
Anyone have a Snom they're happy with? How did you manage that? :)
I have a system of:
Asterisk 1.2.3
2 Wildcard TDM400P Rev I and E/F
1 Snom 360 + sidecar
~15 Sipura/Linsys SPA-841
~15 Grandstream 101
Everything (currently) is on the same network, not a router to be seen
between any two. Also everything, except the snom, is working sweetly.
The main problem is ECHO.. awful echo and
2013 Jul 12
3
Eliminar filas que cumplen con mas de un criterios simultaneamente ...
Estimada comunidad, tengo el siguiente problema:
Un data.frame con muchas filas de las que debo eliminar aquellas que
cumplen varios criterios al mismo tiempo. Por ejemplo este data.frame:
sol con dia NCar NIns isom area rep tipo
1 con 0.001 1 160s 0 s 6.083543e-01 1
2 con 0.001 1 161c 1 c 1.391274e-03 1 <NA>
3 con 0.001 1 161c 1 c
2013 Jul 12
2
Eliminar filas que cumplen con mas de un criterios simultaneamente ...
Hola de nuevo. Leí mal. Si vas a eliminar esas filas, entonces usa:
sqldf("select * from graph where sol!='lim' and dia!=2")
En el correo anterior seleccioné precisamente a esas descartando a las
demás.
Culpa de mis anteojos... jeje.
On Fri, Jul 12, 2013 at 5:20 PM, Freddy Omar López Quintero <
freddy.vate01@gmail.com> wrote:
> Hola.
>
>
>> Tengo que
2009 Jun 03
1
Install suse11 on redhat5, thanks for help!
hi, everyone
I try to install a suse11 pv guest on redhat5.2 virtualization platform.
But the startup process hung with messages:
xen-vbd: registered block device major 202
xvda:<6>netfront: Initialising virtual ethernet driver.
XENBUS: Waiting for devices to initialise:
2004 Oct 07
3
Vmail & Snom 190s
Hi all,
I got a couple of Snom 190's through this week and after some initial
foolishness I have them both setup no problems.
But here comes the except.
When there is voicemail waiting the softbutton appears but the phone
always dials its own extension. No matter what I put into the "mailbox"
parameter on the line settings. (Phone registers correctly with * and
all standard
2018 Jan 19
7
how to search r-help?
I am new to this listand am unable to get the search tools listed on
https://stat.ethz.ch/mailman/listinfo/r-help towork. What do people use
to search the help archives?
1. The google search box on http://tolstoy.newcastle.edu.au/~rking/R/
returns a 404 error.
2. The http://finzi.psych.upenn.edu/ site has many references but I
don't see how to search r-help from there.
3. The
2005 Jul 11
3
Pushing new firmware to Snom 190
Anyone know how I can push a firmware update to a Snom 190 without using
DHCP? In the web interface, I specify a path to the Snom firmware, and it
works, except I have to physically press OK to get the update to download. I
need to do it remotely...
2011 Nov 11
3
[LLVMdev] Misaligned SSE store problem (with reduced source)
Using LLVM 2.9, the following LLVM IR produces invalid x86 32 bit assembly (a misaligned SSE store).
; ModuleID = 'MisalignedStore'
define void @MisalignedStore() nounwind readnone {
entry:
%v = alloca <4 x float>, align 16
store <4 x float> zeroinitializer, <4 x float>* %v, align 16
br label %post-block
post-block:
%f = alloca float
ret void
}
If I feed
2011 Nov 11
0
[LLVMdev] Misaligned SSE store problem (with reduced source)
On Thu, Nov 10, 2011 at 6:13 PM, Aaron Dwyer <Aaron.Dwyer at imgtec.com> wrote:
> Using LLVM 2.9, the following LLVM IR produces invalid x86 32 bit assembly
> (a misaligned SSE store).
> ; ModuleID = 'MisalignedStore'
> define void @MisalignedStore() nounwind readnone {
> entry:
> %v = alloca <4 x float>, align 16
> store <4 x float>
2013 Aug 14
7
Disk add fails while domain creation, which uses disk backend- "storage driver domain" with xen-4.3.0 , with errors libxl.c:2125
Hi All,
I am working on creating storage driver domain with xen-4.3.0 .
I am referring this - http://wiki.xen.org/wiki?title=Storage_driver_domains&oldid=9371
I have created Storage domain with xl utility of xen, then followed above wiki for rest of the steps, additionally
I did install blktap-dkms package also-
Following xen processes are running on Domain 0:
2013 Aug 14
7
Disk add fails while domain creation, which uses disk backend- "storage driver domain" with xen-4.3.0 , with errors libxl.c:2125
Hi All,
I am working on creating storage driver domain with xen-4.3.0 .
I am referring this - http://wiki.xen.org/wiki?title=Storage_driver_domains&oldid=9371
I have created Storage domain with xl utility of xen, then followed above wiki for rest of the steps, additionally
I did install blktap-dkms package also-
Following xen processes are running on Domain 0:
2018 Jan 19
0
how to search r-help?
Also https://www.r-project.org/posting-guide.html indicates that
RSiteSearch() within R searches R-help but in my install (3.4.3)
RSiteSearch() only searches? "help pages, vignettes or taskviews"
On 19/01/18 10:47, Mark Dwyer wrote:
>
> I am new to this listand am unable to get the search tools listed on
> https://stat.ethz.ch/mailman/listinfo/r-help towork. What do people
2012 May 24
1
[LLVMdev] JITEventListener destructor location
Hello,
I've recently finished moving a cross-platform project to LLVM 3.0 and now transitioning to 3.1. One of the things I've hit is on OS X, I have linker errors involving JITEventListener and I've noticed if I move the JITEventListener destructor out of JIT.cpp and into JITEventListener.h (like other functions of JITEventListener), the linker is much happier. I'd like to push
2005 Oct 06
2
Error in "15.10 Example of full nat solution with QoS"?
Near the end of section 15.10, the following commands are shown for prioritizing SYN packets:
iptables -t mangle -I PREROUTING -p tcp -m tcp --tcp-flags SYN,RST,ACK SYN -j MARK --set-mark 0x1
iptables -t mangle -I PREROUTING -p tcp -m tcp --tcp-flags SYN,RST,ACK SYN -j RETURN
Shouldn''t the "-I" option really be "-A"? Like so:
iptables -t mangle -A
2018 Jan 19
1
how to search r-help?
Thank you all for these suggestions. The nabble and markmail links are
focus(able) on r-help and easy (for me) to use.
- Mark
On 19/01/18 14:04, John wrote:
> On Fri, 19 Jan 2018 10:47:56 -0800
> Mark Dwyer via R-help <r-help at r-project.org> wrote:
>
>> I am new to this listand am unable to get the search tools listed on
>>
2011 Mar 03
3
R usage survey
Hi R users,
I request members of the R community to consider filling a short survey
regarding the use of R.
The survey can be found at http://goo.gl/jw1ig
Please accept my apologies for posting here for a non-technical reason.
The data collected will be suitably analyzed and I'll post a link to the
results in the coming weeks.
Thank you all for your interest and for sharing your R usage
2013 Jul 12
0
Eliminar filas que cumplen con mas de un criterios simultaneamente ...
Hola.
> Tengo que eliminar las filas cuya columna SOL dice LIM y cuya columna
> DIA dice 2.
>
Prueba con:
>library(sqldf)
>graph<-sqldf("select * from graph where sol='lim' and dia=2")
sol con dia NCar NIns isom area rep tipo
1 lim 0.003 2 160s 0 s 0.572323700 1 <NA>
2 lim 0.003 2 161t 1 t 0.010960770 1 <NA>
2013 Jul 12
0
Eliminar filas que cumplen con mas de un criterios simultaneamente ...
Hola,
En vez de utilizar "&" (que es "and") utiliza "|" (que es el "or"):
graph <- graph[graph$sol=="lim" *|* graph$dia==2,]
Saludos,
Carlos Ortega
www.qualityexcellence.es
El 12 de julio de 2013 23:22, Freddy Omar López Quintero <
freddy.vate01@gmail.com> escribió:
> Hola de nuevo. Leí mal. Si vas a eliminar esas filas,
2008 Feb 21
3
[LLVMdev] LLVM Win32 Issue
Hello all,
I'm trying to bring an LLVM-based project that is working on Linux up
on Win32. I am having problems with llvm::ExecutionEngine::create
returning a NULL. I traced it to these lines:
// Unless the interpreter was explicitly selected, try making a JIT.
if (!ForceInterpreter && JITCtor)
EE = JITCtor(MP, ErrorStr);
// If we can't make a JIT, make an
2005 Jan 20
1
SNOM 190 and dtmf
I have the dtmfmode in sip.conf set to use rfc 2833
however, when my users have to enter pin numbers to join let say
someone's
conference bridge the pin is received twice.
Any ideas on how to solve this?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050120/56ff46fa/attachment.htm