similar to: FW: Can't get more than one SIP device to be able to make outgoing calls

Displaying 20 results from an estimated 4000 matches similar to: "FW: Can't get more than one SIP device to be able to make outgoing calls"

2004 Jan 14
1
NLS mensagem error...
Hi R-masters, I have a problem with nls() and my research data. Look this example: X2000<-c(1.205268,2.850695,5.100860,8.571610,15.324513,25.468599,39.623418,61.798856,91.470006,175.152509) age<-c(37,42,47,52,57,62,67,72,77,82) fit <- nls(X2000~R*exp(A*age),start=list(R=.1,A=.1)) Error mensage: Error in nls(X2000 ~ R * exp(A * age), start = list(R = 0.1, A = 0.1)) :
2005 Jun 29
2
quick way to construct formula
Dear R users, I have a data with 1000 variables named "x1", "x2", ..., "x1000", and I want to construct a formula like this format: ~x1+x2+...+x1000+x1:x2+x1:x3+x999:x1000+log(x1)+...+log(x1000) That is: the base variables followed by all interaction terms and all base feature log-transformations. I know I can use several paste functions to construct it. But is
2011 Jul 18
0
list of data.frames
Hey there, I've got a for loop in my code which I'm having difficulty seeing how to avoid. Here's the code, with some sample data. You can safely copy and paste into the interpreter if you want. #I have some data frames. a <- as.data.frame(matrix(runif(50), nrow = 10, ncol = 5)) b <- as.data.frame(matrix(runif(50), nrow = 10, ncol = 6)) c <-as.data.frame( matrix(runif(50),
2013 Apr 22
2
subset dataframe
I can't understand what is happening. This is the code and results: > agoa <- read.table(file = "C:/Users/HTPC/Documents/_Documents/Research/WithDidia/AGOAUSImports.txt", header = T, sep = "\t", dec = ".", na.strings = "NA", stringsAsFactors = T)# > str(agoa); names(agoa) 'data.frame':109 obs. of  19 variables:  $ X    : Factor w/ 39
2011 Jul 07
2
elimination duplicate elements sampling!
Hi everyone! I have a data frame with 1112 time series and I am going to randomly sampling r samples for z times to compose different portfolio size(r securities portfolio). As for r=2 and z=10000,that's: z=10000 A=seq(1:1112) x1=sample(A,z,replace =TRUE) x2=sample(A,z,replace =TRUE) M=cbind(x1,x2) # combination of 2 series Because in a portfolio with x1[i]=x2[i],(i=1,2,...,10000) means a 1
2011 Feb 18
2
xyplot formula
df=data.frame(country=c("A","A","A","B","B","B"), food=rep(c("Apples","Pears","Bananas"),2), X2000=c(4,5,6,7,6,8), X2001=c(4,5,6,7,6,8), X2002=c(4,5,6,7,6,8), X2003=c(4,5,6,7,6,8)); I have data in the above form trying to get a plot of each fruit over time year conditioned on country and
2020 Aug 07
0
With ARI, is it possible to create (originate) a call and pass both the caller id name and number?
An additional follow-up question, if I need to set the P-Asserted-Identity on the create (originate), is there a way to do this with ARI? From: asterisk-users <asterisk-users-bounces at lists.digium.com> On Behalf Of Dan Cropp Sent: Friday, August 7, 2020 11:51 AM To: 'asterisk-users at lists.digium.com' <asterisk-users at lists.digium.com> Subject: [asterisk-users] With ARI,
2007 Jan 17
2
One way choppy sound
Hi Guys I'm conecting 2 astersk servers using this arquitecture (Ext softphone)<==sip==>(asterisk 1)<====iax2 trunk====>(asterisk 2) <===alaw==>(pstn) If i call from the Ext to the asterisk 2 the sound is perfect, but if i call from Ext to the pstn, i can hear perfect but they tell me that sound really choppy, i tried using several codecs (same problem) but i
2020 Aug 10
0
With ARI, is it possible to create (originate) a call and pass both the caller id name and number?
Hi Jöran, Would it be possible to see an example using curl of how you are passing the PAI Header through ARI create? Dan From: asterisk-users <asterisk-users-bounces at lists.digium.com> On Behalf Of Jöran Vinzens Sent: Friday, August 7, 2020 12:10 PM To: Asterisk Users Mailing List - Non-Commercial Discussion <asterisk-users at lists.digium.com> Subject: Re: [asterisk-users] With
2010 Aug 20
1
Problem to compute a function with very large numbers
Dear R users, I have been trying to compute the following function and need it to work with n=15000, but it would only compute for smaller ns, such as n=1000 and not above. I was wondering if anyone would have a solution for this problem! Thank you very much for your kind support! Sincerely, Nan ------ Wi <- function(n) { fun <- function(w,i){
2020 Aug 07
2
With ARI, is it possible to create (originate) a call and pass both the caller id name and number?
I'm trying to transition from AMI to ARI. Running into a small hiccup when I try to create (originate a call) with the caller id name and number I can pass the Name and Number if the name has no spaces in it and it shows up in my PhonerLite application. curl -v -u asterisk:asterisk -X POST http://asterisk:astersk at localhost:8088/ari/channels/mycallerid.1?endpoint=PJSIP/1003 at
2011 Feb 25
1
help please ..simple question regarding output the p-value inside a function and lm
Dear R community members and R experts I am stuck at a point and I tried with my colleagues and did not get it out. Sorry, I need your help. Here my data (just created to show the example): # generating a dataset just to show how my dataset look like, here I have x variables # x1 .........to X1000 plus ind and y ind <- c(1:100) y <- rnorm(100, 10,2) set.seed(201) P <-
2004 Jul 17
1
MYSQL_FRIENDS and IAX problem
Hi, I had compiled support for MYSQL_FRIENDS and it works for SIP, but when use tiwh IAX2 I have some problem, I can register with a client, but when I try to make a call I got this error: Jul 17 12:52:03 NOTICE[229387]: chan_iax2.c:5183 socket_read: Rejected connect attempt from <IP-ADRRESS> When I google'ed this problem I can see other users also found this error (bug ?) But no-one
2010 Feb 12
1
List to matrix or to vectors conversion
Dear list, I have a list with 1000 x1000 lines and columns do you know how I can convert it to matrrix or data.frame. Thanks. Juan -- Juan Tomás Sayago Universidad Central http://sites.google.com/site/juantomassayago/ Objetivo: Garantizar a cada ser humano que habite en el país, una cantidad mínima de agua con calidad segura para el consumo humano, en forma regular, permanente y suficiente para
2020 Aug 07
3
With ARI, is it possible to create (originate) a call and pass both the caller id name and number?
Hi Dan, as far as PPI and PAI Header, we use the channel Vars in order to do that. In Latest Asterisk you can set Channel vars within the create command in the Body. Just set the PJSIP(add,PAI) as you would do it in Dialplan. https://blogs.asterisk.org/2020/07/22/ari-create-channel-with-variables/ BR Jöran On Fri, Aug 7, 2020 at 7:06 PM Dan Cropp <dan at amtelco.com> wrote: > An
2006 Mar 28
3
How to generate a list of lists recursively (for bayesm)
Dear all, I need to generate a list of lists as required by the bayesm-package. This means in my application that I have to generate a list which consists of 2000 elements, which are lists themselves: list(list(y1,X1),...,list(y2000,X2000)). The y are vectors and the X are matrices of different dimensions. I tried to solve this problem iteratively by the following code, but received an error
2020 Aug 10
0
With ARI, is it possible to create (originate) a call and pass both the caller id name and number?
Hi Dan, i did it wrong, sorry: curl -v -H "Content-Type: application/json" -u asterisk:asterisk -X POST " http://localhost:8088/ari/channels/newChannelId" <http://localhost:8088/ari/channels/1400609726.3/play?media=sound:hello-world> --data '{ "endpoint": "SIP/Alice", "variables": { "CALLERID(name)": "Alice" ,
2005 Jul 10
0
How to properly handle incoming SIP and IAX calls, so user can call back and how to properly make outgoing sip/iax calls through Asterisk ?
Hi, I'm aware that incoming and outgoing calls are going fine when isdn channels are involved - caller id properly identifies calling party, so user can call back.... But how to properly handle this for iax, sip calls.... I have few questions : - BTW, what to type for instance in remote firefly to make standalone calls to Asterisk default context or particular extension ? - If I receive
2017 Jan 24
5
Linking Linux kernel with LLD
>Our tokenizer recognize > > [A-Za-z0-9_.$/\\~=+[]*?\-:!<>]+ > >as a token. gold uses more complex rules to tokenize. I don't think we need that much complex rules, but there seems to be >room to improve our tokenizer. In particular, I believe we can parse the Linux's linker script by changing the tokenizer rules as >follows. > >
2007 May 09
1
Question about Asterisk 1.4 depoyment.
Hello Folks, I am testing Asterisk 1.4.2 running on Fedora Core 5 (version 2.6-17). I have loaded the app_meet.so module in order to activate the MeetMe, MeetMeCount and MeetMeAdmin applications. While I have been successful in loading the app_meet.so module, I am experiencing an immediate kernel panic every time I try to make a call to a room conference. Is this story unique to me? How can