similar to: Who makes these phones?

Displaying 20 results from an estimated 100 matches similar to: "Who makes these phones?"

2005 Feb 11
3
Polycom IP 3000 configuration
I am trying to add a Polycom IP 3000 to our Asterisk system and am not getting anywhere. h323.conf [8908] type=friend host=192.168.104.25 secret=polycom context=crv-default callerid="Conference Room Polycom" extensions.conf exten => 8908,1,Dial(h323/polycom,20,Ttr) ; Polycom exten => 8908,2,Hangup I have tried setting the Asterisk system as both gatekeeper
2010 Jun 10
2
drawing curve
Sir, I have a problem regarding drawing curve.I pose the problem as follows: suppose I have two vectors: x<-c(1:6) y<-c(.01,.09,.08,.03,.001,.02) plot(x,y) It gives me the plotted points.But I want to draw a smooth curve passing througt these points. How can I do this? Thanks & Regards, Suman Dhara [[alternative HTML version deleted]]
2004 Dec 29
3
DSLink modem freeze
Hi Folks, I've been having troubles with a DSL router (DSLink 200E) and SIP phones. When I put any SIP phone (software or hardware) to work behind that DSL router, it completely freeze. I ready tech specs of that DSL router and it says that SIP protocol is supported. ie. I tested two DSLink 200E with the same results. Does anyone has any idea? Thanks in advance. --
2010 Mar 04
2
fisher.test gives p>1
The purpose of this email is to (1) report an example where fisher.test returns p > 1 (2) ask if there is a reliable way to avoid p>1 with fisher.test. If one has designed one's code to return an error when it finds a "nonsensical" probability, of course a value of p>1 can cause havoc. Example: > junk<-data.frame(score=c(rep(0,14), rep(1,29), rep(2, 16))) >
2003 Sep 29
2
cisco AS5300 : problem configuration
I wouldn't expect you to be using RFC3389 if your using A-law, can you include your IOS version and IOS config file ... I have not specified any allow's or disallow's in my * config for the codecs with my 5300, I also use Cisco 79xx phones and I use the option within the phones config file to select the preffered codec and when I change this to G.729/A-law/U-law all works perfectly
2014 Sep 12
3
ntpd in VM
I was taught in kitty school that running a ntp server in a vm was a bad idea. Is that still the case?
2001 Sep 10
1
Help with exporting keys
Hi, In our department's setup we have a unfortunate situation where we have to use both OpenSSH and SSH (ssh.com's version). I have managed to export keys from OpenSSH to SSH's format. I also managed to export SSH's public key to OpenSSH's format. Now I would like to add the private key of SSH to the agent. Now when I try to add it simply by using ssh-add
2008 Nov 17
1
Levelplot + Mosaic Plot hybrid?
Hi. I have built a levelplot with 3 variables, X, Y, and Z where X and Y are the two axes and Z represents the intensity (i.e. Z~X*Y). Now I want to adjust the size of the grid (like a mosaic plot) where the size of each grid is weighted by a variable, W. Just wonder how can I do that with levelplot? I tried exploring mosaic plot. How can I manipulate the "col" option to make it
2011 Jul 26
2
Plotting problems directional or rose plots
Hi, I'm trying to get a plot that looks somewhat like the attached image (sketched in word). I think I need somthing called a rose diagram? but I can't get it to do what I want. I'm happy to use any library. Essentially, I want a circle with degree slices every 10 degrees with 0 at the top representing north, and 'tick marks' around the outside in 10 degree increments to
2005 Nov 16
1
Improper listening on IMAPS
I want Dovecot handling IMAPS. /etc/dovecot.conf: protocols = imaps imaps_listen = * ssl_disable = no ssl_cert_file = /etc/ssl/certs/dovecot.pem ssl_key_file = /etc/ssl/private/dovecot.pem The problem is that Dovecot is not listening on 993 port, or there's something listening on 993, but it does not introduce itself. There's no problem if Dovecot listens on 143 (IMAP). When
2011 Apr 04
1
Deriving formula with deriv
Dear list, Hi, I am trying to get the second derivative of a logistic formula, in R summary the model is given as : ### >$nls >Nonlinear regression model >model: data ~ logistic(time, A, mu, lambda, addpar) >data: parent.frame() > A mu lambda >0.53243 0.03741 6.94296 ### but I know the formula used is #
1998 Dec 07
1
[Trouble #6512] Samba shares not accessible
Hi, We're running Samba version 1.9.16p2 under Solaris 2.5.1 (w HW update 11/97). Our PCs run Windows95 with Network Neighborhood and a few have been upgraded to Windows98. I am currently looking at upgrading to Samba 1.9.18p10. On Fri., 12/4 one of our users reported when she selecting Entire Network she received the error "Unable to browse the network. The specified computer
2004 Dec 06
0
Phone Giptel G100 with Asterisk?
Hi there, so far I've been unable to get a Giptel G100 phone to operate with Asterisk - I tried both SIP and MGCP. Since I've been playing with quite a number of different SIP (and also MGCP) user devices I am starting to think that it might be the phone's fault and not mine... ;-> Still: Anyone out there has this working with Asterisk? The symptoms are that the G100 won't
2008 Sep 16
1
are these the same?
Dear members, I was trying to simulate W which is iid and depends on X and Y. Here are 2 methods: Method 1: x<-rnorm(100) y<-rnorm(100) w<-rnorm(100, 2x+y,1) Method 2: x<-rnorm(100) y<-rnorm(100) w<-2x+y+rnorm(100,0,1) Are these methods comparable? Since x and y are vectors, the term 2x+y would return a vector. It seems that, given Method 1, each element of W would
2009 Jan 10
1
Plot link points
Hi. This may be a straight-forward question... I have a time series from 1950 to 2000 (by year) with missing values. Sometimes only a year has value and the adjacent years have missing data, e.g. 1950 2.7 1951 1952 1953 3.4 1954 1955 1956 2.9 1957 3.6 1958 2.7 When I use plot (type='l'), the line can't connect the 'stand-alone' years. Is there a way I have have R to skip
2011 Nov 16
1
Theil decomposition
I came across the package 'ineq' that computes a variety of inequality measures (e.g. gini, theil etc). I want to compute the Theil index (racial segregation) and decompose the total into sub-components (by geog levels). I think the package doesn't report the decomposition (correct me if I'm wrong). Just wonder is that available elsewhere? K.
2004 Dec 17
1
h323 channel compile error
Hi, Can anyone help? I get the following error when trying to complie the h323 channel under the source installation directory asterisk/channels/h323 i have read the readme file and kept to the recomended versions; h.323 v1.12.2 and PWLIB v1.5.2 Thanks in advance [root@gw01 h323]# make g++ -g -c -fno-rtti -o ast_h323.o -march=i686 -DPBYTE_ORDER=PLITTLE_ENDIAN -DNDE BUG -DDO_CRASH
2011 Mar 10
1
vegan CCA I am Completely new to ordination analyses
Dear list, I am trying to predict species volume from bioclimatic data, I have various sites and I have a data frame with species volume and the corresponding bioclimatic data for each site. I read on a discussion forum that you can use ordination to predict species abundance (in my case volume) from 'new' climate data for sites where you do not know the abundance. Unfortunately I
2007 Jun 02
2
spatial simulation
Dear R-users, I'm trying to do some spatial simulation. I have two covariates, Z and C. I want to examine their relationship under different spatial distribution. I have no problem simulating completely spatial random process but I'm totally stuck on poisson (cluster) pattern. I already have a dataset with Z and C (obs=575) and I know the relationship between them. Using these 575
2007 Dec 17
2
Dual Core vs Quad Core
Dear R-users, I use R to run spatial stuff and it takes up a lot of ram. Runs can take hours or days. I am thinking of getting a new desktop. Can R take advantage of the dual-core system? I have a dual-core computer at work. But it seems that right now R is using only one processor. The new computers feature quad core with 3GB of RAM. Can R take advantage of the 4 chips? Or am I better off