search for: oreka

Displaying 20 results from an estimated 31 matches for "oreka".

Did you mean: orek
2009 Dec 01
2
Slightly OT - Oreka Call Recording
Greetings all- I'd like to install Oreka on a Centos 5.x server for monitoring my Asterisk systems(using port mirroring) but I find I'm having problems with the version of libpcap installed. The latest is 0.9.4 but the orkaudio RPM (built for Centos 4.2) requires libpcap 0.8.3. I've tried making symlinks to overcome the issue but...
2005 Jul 22
1
multiplicate 2 functions
...18) dweibull(tmp[2],beta18,eta) Erreur dans dweibull(tmp[1], beta18, eta) : Objet "beta18" non trouv?? I hope you understand what i want to do. thks guillaume ---------- Initial Header ----------- >From : Uwe Ligges <ligges at statistik.uni-dortmund.de> To : "herodote at oreka.com" <herodote at oreka.com> Cc : r-help <r-help at stat.math.ethz.ch> Date : Fri, 22 Jul 2005 12:51:47 +0200 Subject : Re: [R] Generate a function herodote at oreka.com wrote: > hi all, > > I need to generate a function inside a loop: > > tmp is an array Well,...
2011 Jul 04
4
stream rtp from asterisk
Hi! Anybody familiar with streaming rtp from asterisk. Preferably with the xorcom asterisk patch which streams rtp from asterisk to oreka audio server. Any ideas will do just fine though! Regards / Marcus
2008 Dec 06
2
Call Recording - Asterisk
Hello folks, I wanted to setup Oreka to monitor calls on a trixbox box I have setup. Oreka doesn't seem to be catching all of the calls though.... I have port mirroring setup on the port that trixbox is connected to, mirrored to the port Oreka is connected to. I have read that Asterisk doesn't work as a SIP Proxy, so I wonder...
2005 Jul 27
1
thks all
...h a tab of 100 element) with a tab of 900 elements, but R just do what you tell him and these errors have push me to optimize , i succeed to do it with R ! and you've helped me that way :) so THKS all R-users! guillaume. //////////////////////////////////////////////////////////// // Webmail Oreka : http://www.oreka.com ////////////////////////////////////////////////////////////
2005 Jul 22
1
Generate a function
.... I've looked in R-poetry and i didn't find anything usefull. I think i have a problem with how i tell R my function is, R seems to think it is a function like programmers do but not a f(x) function. Thks guillaume //////////////////////////////////////////////////////////// // Webmail Oreka : http://www.oreka.com ////////////////////////////////////////////////////////////
2005 Aug 02
1
plotting 3 functions on same graph
.... 1 graph on 1 device inside this graph 3 ploted function. I saw something unsing data.frame, but i think it's overkill, and something less complicated must exist, if not why? why not plot(func1,func2,func3) ?? thks. //////////////////////////////////////////////////////////// // Webmail Oreka : http://www.oreka.com ////////////////////////////////////////////////////////////
2005 Aug 02
1
multiple scale
...und(max(xright), digits), length=ticks) labAt <- seq(min(xright2), max(xright2), length=ticks) axis(side=4, labels=lab, at=labAt) } are there a better way to plot what i want? thks. guillaume. //////////////////////////////////////////////////////////// // Webmail Oreka : http://www.oreka.com ////////////////////////////////////////////////////////////
2005 Jul 19
1
integrate fails with errors
...e for temp^(1-beta). I don't understand why R fails to take calculate each temp^beta then sum it over again for each beta values. don't know if my post is explicit my head is burned out with these things today thks. //////////////////////////////////////////////////////////// // Webmail Oreka : http://www.oreka.com ////////////////////////////////////////////////////////////
2005 Aug 02
1
(no subject)
..... 1 graph on 1 device inside this graph 3 ploted function. I saw something unsing data.frame, but i think it's overkill, and something less complicated must exist, if not why? why not plot(func1,func2,func3) ?? thks. //////////////////////////////////////////////////////////// // Webmail Oreka : http://www.oreka.com ////////////////////////////////////////////////////////////
2009 Sep 07
3
Using asterisk as the recording server
Hello team; While am aware and active user of astersk monitor function for recording, i would like to know if i can use asterisk as a pure recording server(like nice or witness) for some other PABX's extensions (both inbound, outbound and internal). Setup PSTN---Legacy PABX(with analogy n digital extensions)--- asterisk(record Legacy PABX extensions.) Sam -------------- next part
2005 Jul 20
0
normalise a function
...ist in R who can do it for me, instead of integrate the function then divide it by the result? thks, i'm sorry i didn't found any information in the documentations and statistic vocabulary in english is a pain for me. //////////////////////////////////////////////////////////// // Webmail Oreka : http://www.oreka.com ////////////////////////////////////////////////////////////
2005 Dec 16
1
column name of a table
hy all, I wish to switch in a part in my code that use "read.table" to "scan", actually i use this: tab<-scan("data.dat",what=integer(),skip=1) dim(tab)<-c(75,length(tab)/75) tab<-t(tab) It gives me a new tab with 75 columns, but i when i was using read.table with headers then attach i could use the columns names to access the data values, now how can i
2006 Jan 04
1
produce hours greater than 23
Hy all, I wish to use the date function to draw againt the lifetime of a motor. This lifetime is given to me in Hours (it can go over 5000 hours) I'm unable to find how to convert this lifetime value to something like %H:%M:%S because when R see 24H it says 1 day, i don't want that, i just want %H:%M:%S with a value of %H higher than 24... for example: i've got this value in hours:
2005 Dec 07
2
concatenate data frame
hi all Here is a small part of my code: tab_tmp<-tab[1:(no[off_set[i-1]+1]+(no[off_set[i]+1]-no[off_set[i-1]+1])),length(tab)]; tab_tmp1<-tab[(no[off_set[i-1]+1]+(no[off_set[i]+1]-no[off_set[i-1]+1])):length(TotalFillTimeHours),length(tab)]; tab<-c(tab_tmp,tab_tmp1); attach(tab); Here is the output: Error in attach(tab) : attach only works for lists and data frames Execution halted
2005 Jul 24
2
calling R from C or C++
Hi, I have C/C++ code from which I wish I could call R to do something useful. I saw a 2003 message by Thomas saying that "You can compile R as a shared library, which allows you to construct and evaluate R expressions from C." Any more information would be helpful. I am looking for some documentation that has a more step by step like instructions. Anyone who has experience, please
2005 Oct 18
2
hist of dates
Hi all I wish to draw an histogram... with dates but the following append, i don't know where is the problem, help(hist.Date) works and i don't see any usefull information on what i'm doing wrong... > hist.Date(dt_cycles) Error: couldn't find function "hist.Date" > hist.date(dt_cycles) Error: couldn't find function "hist.date" > cycles [1] 7 1
2010 Feb 08
2
How to run a remote PHP script and still have access to audio stream?
Hello there, I'm trying to figure out how to run a PHP script on a remote machine and still have access to the audio stream associated with the call. Ideally, I'd love to play/record audio files directly from/to the remote server without having to copy them back and forth to the Asterisk server. What is the best way to do this? Is it possible to combine EAGI with FastAGI in PHP?
2009 Aug 27
6
Measuring voice quality with Asterisk
Hi! I want to use Asterisk as load generator to test quality degradation with increased load (e.g. testing other SIP equipment or IP-links). Is anybody aware of such a setup with Asterisk - is it possible to get RTP statistics out of Asterisk (e.g. jitter, packet loss, reordering ...)? Thanks Klaus
2005 Nov 24
1
font size in legend
Hy all I use barplot to draw frequencies by dates. On the x axis it shows only 1 date for 2 bars, i've understand why, because R cant put so much date on the same axis, it will get out of the graph. that's why i tought about reducing the size of the font used to stamp the x axis. anyone knows the right way? i've tryed par(cin) and barplot(cin=3) but it says i cannot do it at this