similar to: extensions.conf variable declaration

Displaying 20 results from an estimated 1000 matches similar to: "extensions.conf variable declaration"

2004 Aug 31
0
answer from wrong port
Hi everyone, I'm having a little problem and was wondering whether anyone would have any ideas or pointers for me. I've been working on load-balancing asterisk and have had a pretty successful setup using LVS and IP tunneling (plus a bit of iptables nating). I am only load balancing the SIP registration while the RTP between the SIP phone and the asterisk server and between the
2004 Oct 06
1
IAX2 to SIP
Hi everyone, I just got myself a IAXy device and am trying to integrate it to our asterisk server. I configured the IAXy and it is registering and I get a dial-tone. If I try calling another SIP device, and I get "can't translate IAX2 to SIP" How can I make my IAX device communicate with a SIP device (and vice-versa)? Here's what the log says: -- Executing
2012 Sep 17
1
iax2 trunks between asterisk servers
Hi, I am using iax2 trunks between asterisk servers and am having a callerid problem. We are using realtime sip clients distributed between multiple servers. Only in test now but have run into a calleeid problem - the name of the called party is not displayed if the called party is on a different server, it works if the called party is on the same server. On each server sip clients show calleeid
2006 Jun 08
0
Problems with IAX
Hi, Here's my setup: (PSTN)--[ASTERISK1]--(IAX)--[ASTERISK2]--(IAX)--[ASTERISK3] I don't run asterisk 1, but I do run asterisk 2 and asterisk 3. I have a DID via PSTN on asterisk 1 that is directed at asterisk 2 via IAX. On asterisk 2 I want to direct that DID at asterisk 3. I have done so, I have the IAX stuff setup between asterisk 2 and asterisk 3, but when I try to call
2007 May 30
2
(no subject)
Need some help with IAX trunking. I've got six systems: AsteriskM (main) ___________________|____________________ | | | | | Asterisk1 Asterisk2 Asterisk3 Asterisk4 Asterisk5 AsteriskM has two Sangoma A102 2 Port T1 cards in it, the other Asterisk boxes are using ztdummy for timing, they are all using IAX trunking. My calls come in
2007 May 16
0
Passing dialstatus back through an IAX chain ..
I feel I'm doing something obviously wrong here and will kick myself when I see the answer!!! The scenario: SIP phone -> Asterisk1 -> IAX -> Asterisk2 -> IAX -> Asterisk3 -> PSTN So I place a call from the SIP phone. A1 picks it up and forwards it to A2 which forwards it to A3. A3 sends the call to the PSTN. I control A1 and A2, but not A3. When a call fails (for
2014 Nov 09
0
taskprocessor fails to allocate memory
I keep getting this error [Nov 8 22:51:31] ERROR[8192]: taskprocessor.c:614 __allocate_taskprocessor: Unable to start taskprocessor listener for taskprocessor bbe08c34-9d1c-4e5f-8ae0-0cc75289caca [Nov 8 22:51:31] ERROR[8192]: taskprocessor.c:245 default_listener_shutdown: pthread_join(): Cannot allocate memory [Nov 8 22:51:31] ERROR[8192]: taskprocessor.c:614 __allocate_taskprocessor: Unable to
2006 Jun 16
5
asterisk load balance
Hi, I am designing a asterisk load balancing model as follow. There are 3 asterisks connected to a single DB and a single server storing all the configuration file and voicemail. Round Robin DNS will distribute the request to asterisks. DNS round robin ---+ asterisk1--------------------------+ DB and file server +---asterisk2-----------------------+
2006 Jun 20
8
fail to make call
Hi I have the following configuration | UA1 --|------ asterisk1 -----------------------+ UA2 --|------ asterisk2 -----------------------+ DB UA3 --|------ asterisk3 -----------------------+ UA4 --|------ asterisk4 -----------------------+ | All UA is located in the same area. A seperated PC is used as a centralized DB for storing a common dial plan, user account and register
2005 Mar 18
0
2 possible bugs in function validObject (PR#7735)
Hi, > R.version.string [1] "R version 2.0.1, 2004-11-15" I have found two possible bugs in function validObject. Details below. Cheers, Scott ================================== Scott D. Chasalow Principal Statistician Statistical Genetics and Biomarkers Bristol-Myers Squibb Company Email: scott.chasalow <AT> bms.com ================================== ------ BEGIN R
2005 Dec 24
2
Trying to grasp the difference between local variables and instance variables/
Hi: Would it be fair to say (or completely out to lunch) that a local variable is local to a method and an instance variable is local to an object. Thus an instance variable is a sort of limited global variable or super-powered local variable. Its scope is larger than a local but smaller than a global. Or that it is a global within a limited domain (the object). or is it a whole lot
2003 Jan 28
1
password syncronization
Dear friends we have the following problem. We have Operating system=OpenBsd installed computer and an other one with windows 98 when we change the password via smbpasswd myname ... then we have the following problem. My sambapassword is really changed. Since when I try to communicate samba server through windows 98 installed computer I see there is no problem. (Since we can see the shared
2007 Sep 13
2
handle dates in R?
Dear Rusers, I have some data in .csv file like "2004-8-1" and "2004-10-1", and i need to convert them into days from the origin (January 1, 1960). I have tried the function date.mmddyyyy(), but cannot get it. Anybody can show me how to handle the date data? Thanks very much! My dataset like: time 2004-8-1 2004-10-1 2001-9-1 2002-9-1 -- With Kind Regards,
2006 Nov 19
2
questions on adding reference line?
Dear Ruser, I use abline() function to add the reference line successfully, but i can't display the values corresponding to the reference line on the x/y axis, anybody knows how to display it? *My simulated programs:* y<-rnorm(50) plot(x,y) abline(v=0.5) *#my question is how to display x=0.5 in the x axis?* Thanks in advance. -- With Kind Regards, oooO::::::::: (..):::::::::
2000 May 29
1
Syslog facility in Linux
Hi ! While browsing Linux manpages (man 3 syslog) I noticed that the manual says that the LOG_AUTH facility is deprecated use LOG_AUTHPRIV instead. Is there a good reason why OpenSSH doesn't have an option to use LOG_AUTHPRIV facility ? (Looks like that tcpd/telnet etc. use the AUTHPRIV facility (in RH6.2)). Shouldn't be too hard to add the AUTH_PRIV facility ? Cheers, -Jarno --
2007 Oct 02
2
How to add legend for image()?
Dear friends, The following is an example to explain my question. I want to get a legend which will show the z-values according to different colors in image() function. x<-sort(runif(10)) #x-coordinates y<-sort(runif(10)) #y-coordinates z<-matrix(runif(100),nrow=10) #attributes values image(x,y,z,col=gray((6:3)/6)) # legend(x,y,legend=z,col=gray((6:3)/6)) #error. the colors should
2008 Sep 23
3
Generating series of distributions with the same skewness and different kurtosis or with same kurtosis and different skewness?
Dear R users, I hope to explain the concepts of skewness and kurtosis by generating series of distributions with same skewness and different kurtosis or with same kurtosis and different skewness, but it seems that i cannot find the right functions. I have searched the mailing list, but no answers were found. Is it possible to do that in R? Which function could be used? Thanks a lot. --
2006 Oct 12
2
how to get the variance-covariance matrix/information of alpha and beta after fitting a GLMs?
Dear friends, After fitting a generalized linear models ,i hope to get the variance of alpha,variance of beta and their covariance, that is , the variance-covariance matrix/information of alpha and beta , suppose *B* is the object of GLMs, i use attributes(B) to look for the options ,but can't find it, anybody knows how to get it? > attributes(B) $names [1] "coefficients"
2007 Nov 08
2
question on image() function?
Dear friends, My dataset is like the following: x y mcpvalue 0.4603578 0.6247629 1.001 0.4603715 0.6247788 1.001 0.4603852 0.6247948 1.001 0.4110561 0.5664841 0.995 The x and y variables are unsorted. I use the function image(x,y,mcpvalue) to generate a plot, but the error is that "increasing 'x' and
2007 Dec 13
1
Probelms on using gam(mgcv)
Dear all, Following the help from gam(mgcv) help page, i tried to analyze my dataset with all the default arguments. Unfortunately, it can't be run successfully. I list the errors below. #m.gam<-gam(mark~s(x,y)+s(lstday2004)+s(slope)+s(ndvi2004)+s(elevation)+s(disbinary),family=binomial(logit),data=point)