similar to: Linking incoming calls

Displaying 20 results from an estimated 20000 matches similar to: "Linking incoming calls"

2009 Oct 15
2
problem starting Xen VM
Hi , > > My Xen has been working fine for a few days. Then today it suddenly > can not run. > > When it runs It give me this error : - Error starting domain: virDomainCreate() failed POST operation failed: (xend.err "Error creating domain: Boot loader didn''t return any data!") Details: - Traceback (most recent call last): File
2010 Aug 02
3
IAX softphone
Hi all, Can some one suggest me an IAX client for Linux and Windows? I used KIAX once, but know it seems complicated to have it working on Ubuntu. Thanks. Ronaldo.
2007 Jun 22
2
STDERR in AGI
Hi all, I just started programming using AGI and I have a simple question about STDERR. If I understood it right, all the messages sent to "STDERR" should be shown in the Asterisk console, but using the following python code I just can't see anything. #!/usr/bin/python # # File: /var/lig/asterisk/agi-bin/agi-test.py # # Description: An AGI Script # import sys env =
2007 Jun 07
3
IAX trunk with dynamic IPs
Hi all, I have a IAX trunk between two asterisk servers, both with dynamic IP and both have a DNS name associated with it. In the iax.conf file I configure the "host" parameter with the DNS name of the servers. Everything works fine until one of these servers get a new IP, so the other can't find its peer (the one that has just gotten a new IP). If I manually issue a "iax2
2007 Apr 14
1
Installing Applications
Hi all, I was trying to set up a conference room using the MeetMe application and my asterisk is telling me that there is no MeetMe application available for the extension I've dialed. [Apr 14 20:57:11] WARNING[958] pbx.c: No application 'MeetMe' for extension (internal, 600, 1) So, I issued the command "core show applications" and it didn't show me a MeetMe
2009 Aug 13
10
HVM or PV
Hi All, Sorry if this is a stupid question. I am walking into someone else''s xen install, and don''t have access to the host os at the moment. How do I tell just from a domU (with Ubuntu) if it is PV or HVM. I have looked through the forums and documentation and it seems to be very easy to figure this out from dom0, but unfortunately that isn''t possible at the
2007 Jun 10
2
IAX Peers show command
Hi all, What does (T) mean on the output of "iax2 show peers"? The following my output. darkstar*CLI> iax2 show peers Name/Username Host Mask Port Status ronaldo (Unspecified) (D) 255.255.255.255 0 UNKNOWN sp/ata 201.26.67.102 (S) 255.255.255.255 4569 (T) UNKNOWN 2 iax2 peers [0
2004 Oct 08
2
Excess Bandwidth
Hi, I''m trying to configure QoS on my linux in the following manner: I have a main link with 64K, so I divided it in 3 classes of 18K, 14K and 9K with an excess (not used for classified traffic, just to be shared) of 23K. This excess should be distributed proportonally among the 3 classes, that is, the class that has more rate should borrow more bandwidth. What is happening is
2007 Jun 23
4
IAX client USB phone
Hi all, Does anybody know any USB phone that I can use as an IAX Client? Thanks. Ronaldo.
2007 May 09
3
The purpose of DUNDi
Hi all, I'm planning to deploy many Asterisk servers for remote sites connected through IAX. Behind each server, there will be many sip clients connected. A sip client from one site must be able to make calls for the other sip clients connected to the other remote Asterisk servers. I've heard that DUNDi is a good option in order for each Asterisk server to locate the right (or the
2007 Jun 05
2
X100P Clone
Hi all, I'm planning to buy a X100P clone and would like some feedback about this card. Does anyone already used this card? Does anyone recommend it ? or not? I'd appreciate any comments. Thanks. Ronaldo.
2007 Jun 24
1
Call Path Optimization
Hi all, I was reading an IAX RFC, or a kind of, and it mentioned something about "Call Path Optimization". Does Asterisk provide such a feature? Thanks. Ronaldo.
2007 May 21
1
Making links in per-session dir
Hi, When I use help.start() R spends some time to make links in per-session dir. I have a hole R system installed. It is possible to make these links permanent to avoid spend this time in help.start()? Thanks Ronaldo -- There can be no twisted thought without a twisted molecule. -- R. W. Gerard -- > Prof. Ronaldo Reis J?nior | .''`. UNIMONTES/Depto. Biologia Geral/Lab. de
2002 Aug 02
1
doubt about contrib...
Hi, I have a little doubt about contrib packages. I make some little functions in a R package format, this functions are for my personal use (envelopes for glm models and a plot bar routine). Some friends ask me about the liberation of this functions in a web site, R contrib etc. what is the correct procedure for send a package to R contrib? The functions is not create for me, is adaptaded to R
2011 Apr 08
4
Very simple question
Hi, I have a very simple doubt. Look: > teste <- c("A","B","C") > teste2 <- paste(teste[1],teste[2],teste[3],sep="+") > teste2 [1] "A+B+C" > How to make it automatic, like I try to use paste(teste,sep="+") but the paste dont get the teste elements separately to join again in a unique element. Exist any
2007 Feb 21
1
Problem with rjava in linux
Hi, I install rJava in linux. The installation, from source, is ok. But I have this error on load package. > library(rJava) Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to load shared library '/usr/local/lib/R/site-library/rJava/libs/rJava.so': libjvm.so: cannot open shared object file: No such file or directory Error: .onLoad failed in
2011 Feb 11
1
Using merge
Hi, I have two tables and I need to merge both. I use the merge command, but in this way the name must be exactly. How I can make to compare independently of upper or lower-case? Look: data1<-data.frame(journal=c("Ecology","Environmental Entomology","Neotropical Biology And Conservation"))
2006 Aug 14
3
Making R script to run in a console
Hi, is possible to make a R script to run under a console without open the R environment? Something like this example.R #!/usr/bin/R function(name="Put here your name") { print(name) } In a console I make ./example.R name="Ronaldo Reis J?nior" then program print my name. It is possible? Thanks Ronaldo -- A jury consists of twelve persons chosen to decide who has the
2001 Oct 29
3
cluster
Hi, I have the graph below: | 422 | 1 321 | 1 | 1 |32 1 |23 |_______________________ The numbers are points in coordinates (simplified graph). I need make a cluster analysis of this for identify groups and make a graph with this groups under circle. In R exist several packages for cluster analysis, but, which the package for this analysis and
2008 Aug 01
2
How to get the p-value from lmer on a longitudinal analysis
Hi, I have a modelo like this: Yvar <- c(0, 0, 0, 0, 1, 0, 0, 0, 1, 2, 1, 1, 2, 3, 6, 6, 3, 3, 4) TIME <- 4:22 ID <- rep("PlotA",19) m <- lmer(Yvar~TIME+(TIME|ID),family=poisson) anova(m) summary(m) How to get the p-value for this case? Thanks Ronaldo -- Just because you're paranoid doesn't mean they AREN'T after you. -- > Prof. Ronaldo Reis J?nior |