similar to: Define variable in sip.conf

Displaying 20 results from an estimated 4000 matches similar to: "Define variable in sip.conf"

2005 Sep 21
2
Get SIP to work over very limited network access
I've got a friend who's spending 6 months on the other side of the world. So before he left I configured him a softphone on his laptop to connect to my asterisk so he can call home free of charge. Unfortunately, he just found out he has horrible internet connection. Bandwith and latency is ok, the problem is the stop almost all connections. He has to connect to a proxy server for his web
2006 Apr 26
1
Early media after a dial command
Hello all, I've been playing around with early audio, and I'm able to get some things working We have PSTN calls coming in to asterisk in SIP from a Cisco AS5300. If I do the following: Exten => i,1,Playback(ss-noservice,noanswer) Exten => i,2,Congestion(15) Exten => i,3,Hangup() The PSTN caller does not get an answered call (doesn't get billed) but hears the ss-noservice
2005 Oct 18
7
Asterisk Redundency
Hi, I wish to use Asterisk as a SIP server. How do I use Asterisk in a redundent network? So, if one Asterisk server fails, how does failover work? James
2007 Dec 29
5
DO NOT REPLY [Bug 5167] New: The size of the transferred part of a file exceeds 2 Gb.
https://bugzilla.samba.org/show_bug.cgi?id=5167 Summary: The size of the transferred part of a file exceeds 2 Gb. Product: rsync Version: 2.6.9 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy:
2005 Nov 12
1
how to make automatically each level from data.frame to vector
Dear R-helpers, Suppose I have dataset like this below: data(HairEyeColor) dfHEC <- as.data.frame(as.table(HairEyeColor)) my.dfHEC <- data.frame(Hair=rep(dfHEC$Hair,dfHEC$Freq), Eye=rep(dfHEC$Eye,dfHEC$Freq), Sex=rep(dfHEC$Sex,dfHEC$Freq)) my.dfHEC my.dfHEC$Hair my.dfHEC$Eye my.dfHEC$Sex and I know all levels for Hair, Eye and Sex. In my case, I
2002 Jan 30
1
mosaicplot(formula, data)--- bugged?
I have been tinkering with mosaicplot() and friends as a way of learning R. As part of this, I've written a pair.table() method for mosaic matrices, and would like to extend mosaicplot to work with loglin and logln (MASS) objects. I'm using R 1.4.0 on Win 98. I've been trying to figure out the formula interface, and think there's a bug, but not sure how to find it, yet alone fix
2008 Dec 15
0
Cumulative Incidence : Gray's test
Hello everyone, I am a very new user of R and I have a query about the cuminc function in the package cmprsk. In particular I would like to verify that I am interpreting the output correctly when we have a stratification variable. Hypothetical example: group : fair hair, dark hair fstatus: 1=Relapse, 2=TRM, 0=censored strata: sex (M or F) Our data would be split into: Fair, male,
2008 Dec 08
0
Query in Cuminc - stratification
Hello everyone,   I am a very new user of R and I have a query about the cuminc function in the package cmprsk. In particular I would like to verify that I am interpreting the output correctly when we have a stratification variable.   Hypothetical example:   group : fair hair, dark hair fstatus: 1=Relapse, 2=TRM, 0=censored strata: sex (M or F)   Our data would be split into:   Fair, male,
2007 Feb 07
0
~-~ Hair Treatment & Transplantation ~-~
*Hair Treatment & Transplantation Tips* [image: Hair Treatment and Transplantation]<http://info-center.50webs.com/hair-transplant/> *Prevent and Reversing Your Hair Loss* *Make your Hair Silky and Healthy* *Hair Treatment* *and* *Transplantation Safe Sites*. *Tips for your Hairs. <http://info-center.50webs.com/hair-transplant/>*
2005 Jul 06
1
Crash without "make valgrind"
I'm having a little problem. I have a dial-plan with a lot of SetVar's and loops, and under certain circumstances (reproducible) it makes asterisk crash. Wanting to debug this, I compiled using "make valgrind". But doing so, I eliminated the crashes and the dial-plan works perfectly. Now from what I understand, valgrind removes compiler optimisation to ease debugging. What kind
2005 Jul 11
1
Valgrind effects
Hello everyone, I have a couple of bugs I'm trying to debug compiling asterisk with valgrind. But of course when compiled like that the bugs don't occur. What are the exact effects of Valgrind? Would there be a hit on performance running asterisk compiled with valgrind ? Thanks for you insight. -- Benjamin
2003 Jun 13
2
formula (joint, conditional independence, etc.) - mosaicplots
Hi, Can someone set me straight as to how to write formulas in R to indicate: complete independence [A][B][C] joint independence [AB][C] conditional independence [AC][BC] nway interaction [AB][AC][BC] ? For example, if I have 4 factors: hair colour, eye colour, age, sex does > mosaicplot( frequency ~ hair + eye + age + sex) mean that the model fitted is of complete independence of
2005 Aug 18
3
Preventing an extension from dialing certain outbound codes
Is there anyway to prevent an extension from dialing certain codes. ie I want to prevent extension 203 from dialing number which start with 00 087 086 etc Sean -- +----------------------------------------------------+ |VOIP: FreeWorldDial 689482 VOIPBuster thecivvie | |GPG Key: http://thecivvie.fastmail.fm/thecivvie.asc | +----------------------------------------------------+ --------------
2010 Oct 03
1
plyr: a*ply with functions that return matrices-- possible bug in aaply?
I have an application where I have a function to calculate results for a 2-way table or matrix, which returns a matrix with one less row and column. To keep this short, the function below captures the structure: fun2way <- function(f){ if (!length(dim(f)) ==2) stop("only for 2-way arrays") R <- dim(f)[1] C <- dim(f)[2] f[1:(R-1), 1:(C-1)] } Now, I want to
2015 Apr 29
0
Formula evaluation, environments and attached packages
Hi Milan, I expect I may be able to do something about the way the terms are evaluated, to ensure the evaluation is done in the gnm namespace (while still ensuring the variables can be found!). In the meantime, I think the following will work: Mult <- gnm::Mult f <- Freq ~ Eye + Hair + Mult(Eye, Hair) gnm::gnm(f, family=poisson, data=dat) Hope that helps, Heather On Wed, Apr 29, 2015,
2003 Jun 13
0
mca & contingency tables - error: "All variables must be factors"
Hi, I would like to do a multiple correspondence analysis with the mca function in the MASS library on data that I have as a contingency table (which I've tried converting to a data frame). For example, ========= > data(HairEyeColor) > hair.df <- as.data.frame(HairEyeColor) > hair.df Hair Eye Sex Freq 1 Black Brown Male 32 2 Brown Brown Male 38 3 Red
2016 Apr 01
0
An expression of appreciation
[The following is a personal statement and should not be attributed to or taken as approved by my employer. This is just the email account I use for engaging with the LLVM community, so people will know who I am.] At the recent EuroLLVM dev meeting, in the LLVM Foundation presentation, President Tanya Lattner mentioned an initiative to encourage and promote women's participation in the LLVM
2015 Apr 29
2
Formula evaluation, environments and attached packages
Hi! Some time ago, I replaced calls to library() with calls to requireNamespace() in my package logmult, in order to follow the new CRAN policies. But I just noticed it broke jackknife/bootstrap using several workers via package parallel. The reason is that I'm running model replicates on the workers, and the formula includes non-standard terms like Mult() which are provided by gnm. If gnm
2011 Feb 18
3
How to change dataframe to tables
The data is in the attachment. What I wanna get is: , , Sex = Male Eye Hair Brown Blue Hazel Green Black 32 11 10 3 Brown 53 50 25 15 Red 10 10 7 7 Blond 3 30 5 8 , , Sex = Female Eye Hair Brown Blue Hazel Green Black 36 9 5 2 Brown 66 34 29 14 Red 16 7 7 7 Blond 4
2002 Feb 08
2
bugs or imperfect implementation?
I am using R to teach, and here are a couple of things that I thought would work didn't work. 1. I noticed the utility data(***,package=***) recently and like it very much, but unless I type in the whole word "package" I'll get an error in 1.4.0. For example, data(cats,package=MASS) works fine but data(cats,pac=MASS) doesn't. 2. drop1 doesn't seem to be as smart as