similar to: monitor-type=MixMonitor

Displaying 18 results from an estimated 18 matches similar to: "monitor-type=MixMonitor"

2009 Dec 16
3
About Asterisk Manager (C# Sharp)
Hi everyone, I'm having a trouble while developing monitoring tool for queues. I'm using C# Sharp & I follow the instruction on http://www.voip-info.org/wiki/view/Asterisk+manager+Example%3A+C+Sharp. My question is how can I get information about how many people are there waiting on queue with this asterisk manager? I want to make that every time there is a call come into the
2009 Dec 30
2
Auto-provisioining Polycom 430 wth dd-wrt router
Hi all, I'm trying to use a wrt54gl router running dd-wrt as a provisioning server for a remote installation. I've got dhcp working and I have provisioning files ready to go. I understand that I need to set bootp option 66 to point to the tftp/ftp/http server. In fact, I have this working completely with the ISC dhcp server The problem is that I don't know how to get
2003 Jun 18
1
* build problem on older systems
Hi, I have * running on a SuSE Email Server II, which uses an older libc-version. Calls to res_ninit et al. from enum.c prevent asterisk from building on that system. Could that possibly be changed to use res_init and res_search in order to provide backward compatibility with these systems ? Thanks, Holger von Ameln
2003 Jun 18
3
Temporized AGI Scripts.
Hi all, Now I'm working with a E400P, and I don't now if it's possible to do the following. I want that and AGI script (Perl) recieve a call, and the user introduce the date, the time and the destination phone number (where the temporized AGI must call). Before an AGI script will call to that number in the date and time introduced by user. That's possible, and it's how can I
2006 Oct 10
1
Asterisk 1.2.12.1 and snom 360 6.2.3 no audio
Hello, when trying to use a snom 360 (Firmware 6.2.3) with Asterisk 1.2.12, I receive no audio. Asterisk 1.4.0 b2 works fine though. I?d upgrade to 1.4 if I hadn?t just bought a Junghanns OctoBRI that apparently only works with bristuff, which is stuck at the 1.2 series. Is this a known problem? Can it be fixed by downgrading the phones software? Thank you, Holger von Ameln -- Holger von
2007 Jan 10
1
2 problems with latex.table (quantreg package) - reproducible
Dear all, When using latex.table from the quantreg package, I don't seem to be able to set table.env=FALSE: when I don't specify caption (as I think I should, when understanding the R help rightly(?)), I get an error message, and when I do so, of course I get one, as well. The funny thing is, that a table is indeed produced in the first case, so I get a nice tabular, but as I'm using
2003 Feb 19
1
groups of boxplots
Hi, does anyone know how to make pairs of boxplots? E.g. 5 pairs of boxes. I figured a not very elegant way, by inserting a dummy NA field to the list where the data is given. So, where I have the dummy I got more distance between boxes, as a result it looks like groups. But I am having problems with putting the names under the groups, and the thick marks. Any better idea? Thanks, Kati ___
2002 Oct 15
1
No subject
Hi, I have a coding problem. I have data pairs, and I want to calculate a parameter for the data pairs as a whole data set (so not using the information that thely are pairs) I am looking for bias in that certain parameter so I want to bootstrap these data pairs(!), and than calculate the parameter. I run into a coding problem. How should I define theta in order to resample the pairs, but than
2003 Apr 24
1
bca ci's and NaN's in boot.out
Dear All, I am trying to use the bca.ci function on a boot.out object which consists a few NaN's and I want to ignore those NaN's, and get a ci only for the "normal" values. boot.out$t has R number of values for 3000 different statistics, so when I use boot.ci(boot.out, index=i) and i happens to be a column in boot.out$t with some NaN's in there I get an error message. I
2009 Dec 15
2
Kerberos Cross-Real username
Hi List, Is anyone is running Dovecot with Kerberos and tried to authenticate user from different REALM and have same user principal with default domain. Currently Dovecot only logs user principal w/o REALM. So before I go in production maybe somebody already run into this using Dovecot? If not I just create virtual machines and see how it behaves.
2009 Dec 15
1
--timeout not honoured
Hi I already wrote about this problem half a year ago but didn't get an answer: http://lists.samba.org/archive/rsync/2009-June/023412.html I'm using rsync 3.0.3 on a NAS. In the parameter list I use --timeout=1800. But still I often have rsync stall much longer than that. Some examples: 2009/12/14 23:14:35 [8707] io timeout after 11670 seconds -- exiting 2009/12/14 23:14:35 [8707]
2009 Dec 15
3
comparison of these types is not implemented
Hi All, Can you tell me why I get the error message below? It's driving me nuts. Thanks, Tom > r_squared [[1]] [1] 0.9083936 [[2]] [1] 0.8871647 [[3]] [1] 0.8193883 [[4]] [1] 0.728157 [[5]] [1] 0.8849525 [[6]] [1] 0.8459416 [[7]] [1] 0.6702318 [[8]] [1] 0.02997816 [[9]] [1] 0.8974268 [[10]] [1] 0.881217 [[11]] [1] 0.8006688 [[12]] [1] 0.7207697 [[13]] [1] 0.8703734 [[14]]
2004 Oct 18
1
installing package 'kinship'
Dear All, I have problem installing the 'kinship' package. I used the 'install.packages' from R command line and had no problem installing other packages before. Here is what I get: * Installing *source* package 'kinship' ... ** libs gcc -no-cpp-precomp -I/Library/Frameworks/R.framework/Resources/include -I/usr/local/include -fno-common -g -O2 -c agfit6b.c -o agfit6b.o
2005 May 13
2
help with texi2dvi
Hello, Does anyone know how to write the files created by the call of "texi2dvi" in another directory ? Thanks, Matthieu
2010 Jun 16
2
How dangerous is --inplace
Hello list! How dangerous is acctually the --inplace option if you want to run rsync to update files that are only read and not written to? What is the worst that can happen? The file is not readable, the reader gets half the file of an old version and the rest is from the new version? There is not a simple way to make it update the file in the standard way and then change the ownership
2008 Mar 07
1
using xyplot with groups and panel.linejoin
Dear All, I am using xyplot() with many groups like this: statselect <- levels(dat$stat) xyplot(relmse~T|lambda, groups=stat, data=dat, panel = panel.superpose, key=simpleKey(statselect, lines=T)) However, I want lines not scatterplots and if I set panel.groups=panel.linejoin that connects the lines according to the relmse and not according the consecutive values of T. Is there
2003 Jul 03
0
Artilces invited for Tarang - Indian cultural magazine
Dear friends, The June issue of the cultural magazine 'tarang - the wave' is now available online at http://GreatIndiaOnline.com/taranga/postid=7370214117664 Please take a few minutes to check it out and download the PDF file. In this issue (June 2003) : * marriage and women On May 11, 2003, in New Delhi, a greedy groom and his parents demanded more dowry at the
2005 Apr 26
1
mantelhaen.test for more than two groups?
Dear All, I'd like to perform the generalized Cochran-Mantel-Haenszel-Test (as described in Agresti (1990), Categorical Data Analysis) for my nominal data. My problem is that I have more than two groups. In fact I think I'd need an 5-dimensional array for the response variable, the control variable and three group variables. Could you please tell me if this is possible in R - and if