search for: hackenberg

Displaying 17 results from an estimated 17 matches for "hackenberg".

Did you mean: hakkenberg
2009 Apr 03
1
Using multiple 'peer' identities on one phone with 1.4
...lls at the same time). Because of the requirement for call limits I cannot use friends which do not play well with call limits (I can't remember the exact problem I ran into, but I think it is quite well known). Is there a way to solve this issue? Thanks in advance, Florian -- DI Florian Hackenberger florian at hackenberger.at www.hackenberger.at
2008 Jul 07
1
DTMF on iax channel is not interpreted by asterisk
...' -- Executing NoOp("IAX2/6001-2", "2") [Jul 7 14:42:56] DEBUG[9968]: channel.c:1808 ast_hangup: Hanging up channel 'IAX2/6001-2' [Jul 7 14:42:56] DEBUG[9968]: chan_iax2.c:3246 iax2_hangup: We're hanging up IAX2/6001-2 with cause 16 now... -- DI Florian Hackenberger florian at hackenberger.at www.hackenberger.at
2004 Sep 12
3
calculating error
Could anybody explain this results? >sin(2*pi) -2.449213e-16 #should be zero >(10^16)*sin(log2(4)*pi) -2.449213 #should be zero too and explain what to do to correct this events? Thanks!!! Branimir K. Hackenberger
2008 Jul 21
1
Problems with IAX on heartbeat provided ip address
...Q'. The IAX connection works fine as soon as I connect to '10.241.85.80' instead of '10.241.85.201'. There are no firewall rules in place (iptables is not even installed). Any ideas? Does someone know of any relevant bugs in asterisk 1.4.17? Cheers, Florian -- DI Florian Hackenberger florian at hackenberger.at www.hackenberger.at
2009 Apr 14
1
T38modem in loopback mode does not work on asterisk 1.4.20.1
...astebin.com/mcd1abad asterisk sip debug http://pastebin.com/m6450328e t38modem http://pastebin.com/m15b83de8 hylafax log http://pastebin.com/m459b0492 asterisk configuration sippets Can somone spot the problem? Is someone using t38modem with asterisk successfully? Cheers, Florian -- DI Florian Hackenberger florian at hackenberger.at www.hackenberger.at
2003 May 22
1
(no subject)
Dear R-helpers! What it's means "Rank failure in Choleski decomposition" by using of function surf.gls {spatial}? Sincerely Yours Branimir K. Hackenberger
2009 Sep 08
2
Fax For Asterisk and SendFax question
Hi everybody, I've installed Free Fax For Asterisk in my Asterisk box but I don't understand how it works as when using SendFax application from dialplan, I can't find how to introduce destination fax number. How this application works? Do I have to call destination fax using Dial application, detect somehow that it's a fax and then use SendFAX application specifying FAXOPTs and
2009 Mar 08
2
Fwd: add a new queue strategy: SBR
Hi., do you think that sbr policy in queue strategy will be useful? Bye ---------- Forwarded message ---------- From: nik600 <nik600 at gmail.com> Date: Sat, 7 Mar 2009 15:21:14 +0100 Subject: add a new queue strategy: SBR To: Asterisk Developers Mailing List <asterisk-dev at lists.digium.com> Hi to all isn't there any plan to add the Skills Based Routing strategy in
2011 Apr 17
5
cube root
This is some interesting: > -8^(1/3) [1] -2 > x=(-8:8) > y=x^(1/3) > y [1] NaN NaN NaN NaN NaN NaN NaN NaN 0.000000 1.000000 [11] 1.259921 1.442250 1.587401 1.709976 1.817121 1.912931 2.000000 So, can anybody explain this?! (Why is x[1]^(1/3)=y[1]=NaN, but -8^(1/3)=-2?) Thx!!! [[alternative HTML version deleted]]
2012 Jan 28
2
wireframe_box_axis
Dear all! I am using wireframe function from lattice package. Is it possible to remove box around the plot but to keep axis (x, y, z)? Thanks in advance! [[alternative HTML version deleted]]
2009 Jan 10
1
Can sound be redirected from a remote computer to local computer?
I need to redirect the sound from a remote Centos 5.2 computer to my local Centos 5.2 computer. Both are i386 OS. Searching the web and Centos web site has indicated that it is possible but I have not found any information about how to do it. I am currently using ssh and/or vnc to display the remote computer locally. At this point, the sound is being played on the remote computer only.
2009 Jan 13
0
SOVLED Can sound be redirected from a remote computer to local computer?
...S mailing list > > > CentOS at centos.org > > > http://lists.centos.org/mailman/listinfo/centos > > > > for this purpose you have to setup your local machine as a sound > > server. > > i have set up succesfully using this tutorial, > > > http://www.hackenberger.at/blog/gentoo-guides/how-to-play-sound-on-a-remo > >te-server/ > > > > my scenario : two computers on the same private network > > > > on the first computer , i copy the line export ARTS_SERVER=ip of > > second > > machine:<port> to the currently l...
2003 Jan 03
0
cmeans visualisation
Hi all R-helpers!!! I have only one small question: Which visualisation method would you suggest for results of function cmeans {e1071}? Thanks! Branimir K. Hackenberger
2003 Oct 09
1
R-OpenOffice.org Calc
I have been very satisfied with R-Excel interface (DCOM). Few months ago I have changed my OS to Linux-Mandrake, and now I am using OpenOffice.org Calc as spreadsheet. I would like to know does exist some R-OpenOffice.org interface or how is possible to use R-functions in OpenOffice.org Calc? Thanks a lot!
2008 May 10
1
BiodiversityRGUI_problem2
After some investigation I found out that constrained ordination is working fine under R version 6.5.0 and 6.5.1 but not under any of newer versions. Is it posible to repair/make something in for example newest version of R 7.0 lito enble correct using of constrained ordination under BiodiversityRGUI environment? [[alternative HTML version deleted]]
2003 Dec 25
6
Plot a sphere
Hi, I'm new to R (and math ;) Would somebody please be so kind as to direct me in plotting a 3D sphere? I tried something in the lines of: #### y <- x <- seq(-pi, pi, length=pi*10) f <- function(x,y) { z <- sqrt(pi - x^2 - y^2) #z[is.na(z)] <- 0 z } z <- outer(x, y, f) persp(x, y, z, theta = 120, phi = 30) #### I've also tried: .... make.surface.grid(...) ..
2012 Jan 24
0
lattice wireframe_box around picture
I am using the wireframe function from lattice package. The problem that I have is very interesting. Namely, this is my code: x= seq(-pi, pi, len = 20) y=seq(-pi, pi, len = 20) xyz= expand.grid(x = x, y = y) xyz$z=sin(sqrt(xyz$x^2 +xyz$y^2)) trellis.par.set("axis.line",list(col="transparent")) trellis.par.set("panel", list(col="transparent"))