similar to: Can I know if a call is transffered to asterisk

Displaying 20 results from an estimated 2000 matches similar to: "Can I know if a call is transffered to asterisk"

2005 Aug 01
2
How to preserve ownership with rsync over SSH
Hello everybody, I am discovering rsync and I have a problem about preserving ownership and permissions. I want to mirror a web tree with rsync over ssh. I set up a module on my rsync server and on the rsync client, I use the options -o and -p in order to preserve ownership et permissions. The file are transffered via rsync but on the rsync server the files are owned by the user used to connect
2004 Apr 15
2
rsync problems
I am a new rsync user and it has been going fine as to nightly rsyncs. On one of the scripts I am getting two kind of errors: 1. @ERROR: chroot failed rsync: connection unexpectedly closed (34 bytes read so far) rsync error: error in rsync protocol data stream (code 12) at io.c(165) and also on the same script to another server, I get no errors but the files are not being mirrored on the
2008 Jul 10
1
TX tcp checksum errors with Xen GPLPV 0.9.9 Drivers (xen 3.2.1 and windows Server x86 2003 R2)
Hello, My first post on Xen-Users, so .. i''ve discovered a strange problem. Setup: -A Windows server 2003R2 (x86) with GPL PV driver 0.9.9 ipferf 1.7.0 (from 2003) -dom0 a opensuse 11.0 xen: # rpm -q -a |grep -i xen kqemu-kmp-xen-1.3.0pre11_2.6.25.5_1.1-7.1 kiwi-desc-xenboot-2.38-67.1 xen-3.2.1_16881_04-4.2 xen-tools-3.2.1_16881_04-4.2 xen-libs-3.2.1_16881_04-4.2
2012 Aug 07
4
help to program my function
HI >i have a problem please help me to solve it: http://r.789695.n4.nabble.com/file/n4639434/aj.pdf aj.pdf >i want to calculate the vecteur a[j] where j: 1...8 >this is the code in R: >aj.fun <- function(j, i, X, z, E, beta0, beta1){ + n <- length(X) + iX <- order(X) + iz <- order(z) + e1 <- -(beta)*z[ iz[1:(i - 1)] ] + numer <- E[j] - sum( X[ iX[1:(i - 1)] ]
2006 Feb 10
3
Rights problem with Voicemail and non-root user - yeah I know, I thought I had it fixed...
Hi, I thought I had this problem licked but there still is a rights problem with ARI and Asterisk when using a non-root user (Following the wiki at http://www.voip-info.org/tiki-pagehistory.php?page=Asterisk+non-root&diff2=25). When I issue the following: chmod --recursive u=rwX,g=rX,o= /var/spool/asterisk The above command results in the following rights on messages: msg0000.gsm
2011 Feb 17
1
Integrate with an indicator function
Hi all, I have some some problem with regard to finding the integral of a function containing an indicator function. please see the code below: func1 <- function(x, mu){ (mu^2)*dnorm(x, mean = mu, sd = 1)*dgamma(x, shape=2)} m1star <- function(x){ integrate(func1, lower = 0, upper = Inf,x)$val} T <- function(x){ 0.3*dnorm(x)/(0.3*dnorm(x)+0.7*m1star(x))} func2 <-
2012 Mar 06
0
mkinitrd doesn't know how to handle encrypted CCISS devices - RHEL5.4 and Xen4.1.2
Dear ALL, I have encountered an issue while installing xen4.1.2 from source. No problem encountered while xen installation.While booting towards XEN kernel, i encountered the folowing error ******************** setuproot: moving /dev failed : No such file or directory no fstab,sys mounting internal defaults setuproot: error mounting /proc setuproot: error mounting /sys Kernel
2011 Feb 17
1
Integration with an Indicator Function in R
Hi all, I have some some problem with regard to finding the integral of a function containing an indicator function. please see the code below: func1 <- function(x, mu){ (mu^2)*dnorm(x, mean = mu, sd = 1)*dgamma(x, shape=2)} m1star <- function(x){ integrate(func1, lower = 0, upper = Inf,x)$val} T <- function(x){ 0.3*dnorm(x)/(0.3*dnorm(x)+0.7*m1star(x))} func2 <-
2001 Aug 30
1
MCMC coding problem
Dear All, I am trying to convert some S-plus code that I have to run MCMC into R-code. The program works in S-plus, but runs slowly. I have managed to source the program into R. R recognizes that the program is there; for example, it will display the code when I type the function name at the prompt. However, the program will not run. When I try to run the program, I get the following error
2005 Oct 18
3
CAPI - displaying individual MSN
Hi, I'm currently using chan_capi-cm-0.6, with the following capi.conf: [general] nationalprefix=0 internationalprefix=00 rxgain=0.8 txgain=0.8 language=de [ISDN1] msn=8304490 incomingmsn=8304490 isdnmode=msn group=1 controller=1 softdtmf=1 context=demo echosquelch=1 echocancel=yes echotail=64 callgroup=1 devices=2 Each user has a different numer, e.g. 83044910, 83044911, 83044912 and so
2009 May 14
4
[PATCH] isohybrid: user options
Allow the user to define the type of partition and its number from the command line. The following example creates partition numer 4 with type 1c (hidden FAT32 LBA): isohybrid -fstype=28 -pentry=4 hybrid.iso --- utils/isohybrid.in | 11 ++++++++--- 1 files changed, 8 insertions(+), 3 deletions(-) diff --git a/utils/isohybrid.in b/utils/isohybrid.in index 83f9dc0..d67a2b5 100644 ---
2010 Nov 23
2
Question about list function
Dear List I'm a newbie R user. I'm utilizing the list function in order to make a var like this: clusters<-list(a=var1,b=var2....) My problem is that the total numer of variables that I need to include in my list is up to 200. I've the text string with the complete list of my variables but is too long to cut and paste in my bash shell. So is there a way too import the list from a
2006 Dec 21
1
Re: Match a Numer - then continue with, dialplan
> -----Original Message----- > From: Richard Lyman [mailto:pchammer@dynx.net] > Sent: Wednesday, December 20, 2006 4:29 PM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: Re: [asterisk-users] Re: Match a Numer - then continue with, > dialplan > > > Douglas Garstang wrote: > >> -----Original Message----- > >> From: David
2004 May 08
2
as.double.default()
Hi there! This is my second message in two weeks. I am regretting to get ride of my R-1.4.1! In fact, since I upgraded to R-1.8.1 (directly from R-1.4.1) and then to R-1.9.0 I am experiencing diffulties I never faced before. Professor Ripley and Dr. Murdoch had helped with the "Fatal Error. HOMEDRIVE." Another problem I am now facing is that R is not reading any matrix if I do not
2004 Feb 21
2
samba as a file server
I currently have samba 3.0.2 working with ldap as a filer sever Only. My question is how would I get samba working as file server that would handle 50k users. My main concern is that I want reliability. I would also like to be able to build horizantally if needed. I was first thing some type of cluster connecting to a SAN but I would rather do it like we do our webservices. We have x
2020 Nov 03
6
Get last uidNumber
Hello, is there a way to get the last uidNumber from ldap. I can do a ldapsearch like: ldapsearch -h samdom.example.com -D "administrator at samdom.example.com" -w "changeit" -b "DC=samdom,DC=example,DC=com" -x -LLL "(uidNumber=*)" uidNumber | grep -Po "(?<=uidNumber: )([0-9]{4})" | sort | tail -n1 But there is no guarantee that the last
2009 Mar 16
1
Uniroot and Newton-Raphson Anomaly
I have the following function for which I need to find the root of a: f <- function(R,a,c,q) sum((1 - (1-R)^a)^(1/a)) - c * q To give context for the problem, this is a psychometric issue where R is a vector denoting the percentage of students scoring correct on test item i in class j, c is the proportion correct on the test by student k, and q is the number of items on the test in total. I
2009 Feb 22
2
Semantics of sequences in R
Inspired by the exchange between Rolf Turner and Wacek Kusnierczyk, I thought I'd clear up for myself the exact relationship among the various sequence concepts in R, including not only generic vectors (lists) and atomic vectors, but also pairlists, factor sequences, date/time sequences, and difftime sequences. I tabulated type of sequence vs. property to see if I could make sense of all
2009 Feb 22
2
Semantics of sequences in R
Inspired by the exchange between Rolf Turner and Wacek Kusnierczyk, I thought I'd clear up for myself the exact relationship among the various sequence concepts in R, including not only generic vectors (lists) and atomic vectors, but also pairlists, factor sequences, date/time sequences, and difftime sequences. I tabulated type of sequence vs. property to see if I could make sense of all
2007 Nov 01
3
Outgoing PRI CID?
We have now got our new PRI line (10 channels, 100 numbers) connected and everything is working except the outgoing caller ID. Whatever SIP phone I'm using, the CID that's shown is the very first number... ----- s n i p ----- [default] include => outgoing include => priin [outgoing] exten => _NXXXXX.,1,Macro(dial,08${EXTEN},${RINGTIME}) ; Local number (w/o areacode) -