search for: johnbs

Displaying 17 results from an estimated 17 matches for "johnbs".

Did you mean: john's
2006 Feb 22
1
Cannot see the caller id , When calls made from one server to another
Hi I had installed and configured 2 IAX server , users from 1'st server can dial to the second server and vice versa But when I make calls to users in other server , on my client , I get the caller if as asterisk@192.168.20.99 , the same I get when I try reverse , ie I get on my cleint caller id as astersik@192.168.20.32 Please guide me what
1998 Feb 25
1
R-beta: Mac version
...number of potential bugfixers. (I saw something about the PWB being available freely from Apple now). I'll Cc: this one to R-devel too. If anyone there who actually know what they're talking about (as opposed to me) re. Macs have anything to add, please do. --------- John Bacon-Shone <johnbs@hku.hk> writes: > >Seriously speaking, yes, we really should get around to getting the > >Mac version up to date. Volunteers? > > What needs to be done? Create an up-to-date CodeWarrior project, or do coding? > > John > > Dr John Bacon-Shone, Director, Social S...
2003 Jun 24
4
cumulative frequency distribution plot
Does R do cumulative frequency distribution plots? -- Tommy E. Cathey, Senior Scientific Application Consultant High Performance Computing & Scientific Visualization SAIC, Supporting the EPA Research Triangle Park, NC 919-541-1500 EMail: cathey.tommy at epa.gov My e-mail does not reflect the opinion of SAIC or the EPA. Federal Contact - John B. Smith 919-541-1087 - smith.johnb at epa.gov
2010 Jun 21
4
Failing Routes in deployment
I have an app that has the following in the routes file: namespace "admin" do # ADMINISTRATIVE ROUTES ONLY root :to => ''home#index'' resources :comments do member do get :approve get :reject end end resources :users do member do get :block get :unblock end end end When browing to
2004 Jul 18
18
Polycom IP 500 Voicemail
Hello All, I have some Polycom IP 500 phones that I would like to have configured for direct dialing to our voice mail system. So far I have been unable to get the hard button labeled Voice Mail to connect to Asterisk without first passing through the message center prompts. I have followed all the Admin Guide instructions regarding the phones .cfg files and using
2009 Sep 25
3
how to time out a query
Hi, I''ve got an activerecord query which takes longer than 100 seconds. I''m using rails 2.2 with postgresql 8.3. http://www.postgresql.org/docs/8.3/static/runtime-config-client.html mentions an option called "statement_timeout" which when set aborts a query which takes longer than x milli seconds. How do I pass this option to AR so that it in turn passes this to
1998 Feb 24
3
R-beta: qr(A)$rank
I would like to find the rank of a matrix using R. Looking through a list of commands it seems that the command qr should do the job. Checking a simple example gave me the wrong answer. Here is the example: > A <- c(1,2,3,4,5,6) > A <- matrix(A, nrow=2, ncol=3) > A [,1] [,2] [,3] [1,] 1 3 5 [2,] 2 4 6 > qr(A)$rank [1] 3 The correct answer is two. I
1998 Feb 24
3
R-beta: qr(A)$rank
I would like to find the rank of a matrix using R. Looking through a list of commands it seems that the command qr should do the job. Checking a simple example gave me the wrong answer. Here is the example: > A <- c(1,2,3,4,5,6) > A <- matrix(A, nrow=2, ncol=3) > A [,1] [,2] [,3] [1,] 1 3 5 [2,] 2 4 6 > qr(A)$rank [1] 3 The correct answer is two. I
2003 Sep 18
0
size of text
How can I determine the size of a text string when using the vfont option? For example: text(6, 6, "My Text String",vfont=c("sans serif", "plain")) -- Tommy E. Cathey, Senior Scientific Application Consultant High Performance Computing & Scientific Visualization SAIC, Supporting the EPA Research Triangle Park, NC 919-541-1500 EMail: cathey.tommy at epa.gov My
2004 Jul 27
2
Polycom IP-600 leasing?
We're interested in leasing roughly 15 Polycom IP-600 phones. Does anyone have a vendor that they can recommend for this? Scott
2003 Dec 30
3
SIP phone as intercom
(new asterisk user - currently setting up Polycom IP600 phones) Does anyone know if it's possible to make a sip phone instantly pick up on speakerphone when a particular call comes in? Eg so that you can quickly bother someone across the office without making them reach for their phone?
2004 Jan 22
2
Polycom Reboot Script - Please wiki-size me
With my thanks to Brian West and his offering in the thread, "Subject: Re: [Asterisk-Users] Remote reload Cisco 7960" I offer PolyReboot.pl, a perl script for rebooting Polycom IP Phones PolyReboot.pl takes an IP address as a single argument and reboots the phone. You must have a cfg file in the Polycom style, i.e., 00ab00cd00ef.cfg - all lower case. Further, you need to use ftp for
2004 Sep 21
4
Voicemail forward to a remote server?
Anybody ever managed to implement a solution where one could forward a voicemail from one * server to another? Dominique
2004 Sep 23
12
Asterisk 1.0 released
Hi, Reporting from Astricon, Mark uploaded the 1.0 release while giving his speech a few mintues ago.. Bring out the champagne :) Lethol
2003 Dec 15
4
IP 500/600 1.1.0 Firmware
Has anyone on the list been able to locate and try out the 1.1.0 firmware? It was released in November, but I have yet to get my hands on it. The Polycom site has way more docs online, but the link to the firmware only brings up the release notes. -sb
2004 Jan 26
0
Digium FXO Card
Hi, I wish to know if GNUGk can work with * running as a gateway with the Digium FXO card. Kindly share your experiences in case there are some issues which one must know before going in for such a setup. Also, I've been reading about the DialTone detection capability by the hardware in different countries. What are the issues with it? Thanks & Regards, Deepak ----- Original Message
2004 Jun 22
1
Core Dump on app_dial.c
Wondering if anybody else is experiencing this: Using June 21st CVS Call made internally from one Polycom IP600 to another. Core dump with the last message in log as: NOTICE[17426]: app_dial.c:681 dial_exec: Unable to create channel of type 'SIP' Happens a couple of times a day. No, I haven't done any backtracing, verbose logging, etc., (first thing in the morning, I promise) I