Displaying 20 results from an estimated 30000 matches similar to: "Local numbers"
2009 Mar 13
1
TZInfo included in Rails 2.2.2 vs. version on RubyForge
I downloaded version 0.3.12 of TZInfo from [1], and observed that it
has a very robust set of timezones including, for example, ''America/
Anchorage'':
irb(main):001:0> require ''rubygems''
=> false
irb(main):002:0> require ''tzinfo''
=> true
irb(main):003:0> TZInfo::Timezone.get(''America/Anchorage'')
=>
2005 Jan 03
2
Two brief questions concerning sapply. Can anyone please help?!
To anyone who can help:
I have two brief questions concerning sapply. Following below is the
code for my example. The two problems are described at the end of the
code:
site <- rep(2:6, each = 12)
tillage <- rep(c(1,-1), each = 6, times = 5)
carbon <- c(18.23, 16.06, 17.81, 16.07, 17.26, 17.08,
14.92, 15.88, 12.11, 14.23, 16.99, 13.57,
20.34, 20.3,
2006 Jun 13
2
ANN: Alaska.rb - Polar bears, igloos and sled dogs... oh my!
Is anyone else here from Alaska interested in a ruby users group to meet in
Anchorage once a month? It might be a long shot but I thought i''d put the
possibility of such a group out there if others are interested.
If so, we''ll coordinate some times that work.
Benjamin
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2013 Nov 22
1
Appending Excel File Data in different folders into Single Dataframe
Hi all
I have about 10 folders in my directory i.e Folder 1 – Folder 10. Each
Folder has a single excel file containing data with the following
attributes “State”,”lat”,”lon”, “address” i.e
State Lat Lon Address
Anchorage 45.87576 -12.567 Starbucks, Van dyke road, 33456,
USA
I would like to write a script in R that
2003 Aug 05
3
Newbie just starting out with *
Hey all...I'm brand new to * and I want to convert my home into a pbx
type setup. I've figured out that I want a Wildcard X100P to bring my
single POTS CO into my Linux box. My problem is that I'm sure sure what
I need to do to get my analog phones connected up into a structured
phone system. It *looks* like I can go the route of the Cisco Analog ->
VOIP for about $100 on ebay.
2009 Aug 10
4
FC11 and pv_ops kernel
Is there a version of the pv_ops kernel that will do HVM and work with
fc11? I have been failing miserably trying to get it to work. I have
followed Boris''s guide at:
http://bderzhavets.wordpress.com/2009/06/10/setup-fedora-11-pv-domu-at-xen-3-4-1-dom0-kernel-2-6-30-rc6-tip-on-top-of-fedora-11/
But have had no success so far. I am wanting to know what is the
version of the pv_ops
2003 Oct 22
7
Is the X100P a WinModem?
So I've been on the Asterisk list for a long time. Mostly looking to set
it up as a cheap alternative to a commercial MeetMe bridge, as a for-fun
project.
I keep noticing the Wildcard FXO X100P sorta seems like a Winmodem.
Winmodems are basically a sound card chip tied to a pots port, where the
Winders driver takes on the MO/DEM functions in software. I've always
despised them as a data
2002 Jul 18
3
Error Trying to Join Win2k to Samba 2.2.5 Domain
I've got 2.2.5 running on a test server (RH Linux 6.2), and I'm trying to
get a Win2k box to join the domain, but I'm getting the following errors:
(at log level 3)
[2002/07/18 12:26:25, 2] passdb/pdb_smbpasswd.c:startsmbfilepwent(170)
startsmbfilepwent_internal: unable to open file /etc/smbpasswd.
Error was Permission denied
[2002/07/18 12:26:25, 0]
2005 Jan 07
2
Ringing an extension on multiple phones
I am using Cisco 7960 phones and have had a request to have the
receptionist phone ring on multiple phones just in case she is not around.
Call pickup is the theory here but the issue is that not all the people
that need to hear the ring would here the receptionist phone ring so I
think I need to have a second line appearance on the phones in question
so that line will ring.
Can this be done
2012 Nov 19
3
Number of worker processes on hyperthreaded processor
Good morning,
The tuning page says worker_processes should be at least the number of CPU cores on a dedicated server. In the case of hyper-threading, should this be the number of cores or the number of threads?
For example the Intel Core i7-2600 Quadcore[1] has 4 cores and 8 threads. Would I start my worker_processes at 4 or 8?
Finally, would the same apply to Nginx worker processes?
Many
1998 Jul 10
3
Custom Print Command
I'm trying to setup my public printers to do 4 pages per sheet, and am
having nothing but problems making it work.
The system is a Redhat 4.2 box running Samba 1.9.18p4, and the
printers are postscript capable HP 4000 and 8000 machines.
Using Redhat's printtool to set 4 page per sheet output works when
printing via lpr, but as soon as I print from a Win95 box through
samba, it's
2008 Oct 31
1
replace() error: new columns would leave holes after existing columns
Hello, I have a problem with using replace() to convert a vector of dates
from yyyy-mm-dd to julian date.
For example, I type
replace(x,2004-05-14,134)
and I receive an error:
Error in `[<-.data.frame`(`*tmp*`, list, value = 134) :
new columns would leave holes after existing columns
If I can successfully convert, I have a script that will convert all of
the dates in
2011 Nov 02
1
Lattice plots and missing x-axis labels on second page
Hello,
I'm trying to make a lattice plot (using xyplot()). I have included a
"layout=c(3,4)" statement, giving me 12 plots per page and an
"as.table=TRUE" statement, directing the way the plots are laid out. I
have 18 plots altogether and so 6 of them end up on the second page.
Everything looks fine for the first page, but the x-axis labels (e.g.
1993, 1994...) are all
2007 May 15
4
Outside lines are just not happening...
Two problems, possibly related:
Here's the configuration...my Asterisk box has a TDM844B in it; port 1-4
are FXS, 5-8 FXOs.
Here are the config files:
/etc/zaptel.conf:
--------
fxoks=1
fxoks=2
fxoks=3
fxoks=4
fxsks=5
fxsks=6
fxsks=7
fxsks=8
loadzone = us
defaultzone = us
--------
/etc/asterisk/zapata.conf:
--------
[channels]
language=en
usecallerid=yes
hidecallerid=no
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
2004 Oct 05
4
Long distance provider with access number and auth code
I need to be able to dial a long distance provider that uses an access
number and an auth code. I would like to be able to program this so
that the user can dial 8 and then the long distance number, asterisk
will hopefully do everything in the middle.
The sequence to accessing the provider is on my traditional phone speed
dial as:
* Dial local access number
* Wait 5 seconds
* Dial the auth
2008 May 06
10
Best way to implement?
So I''m new to all this Rails stuff and this is probably a database
design-related question to, but here it is...
Just for learning I''m trying to build a little real estate listings
application. Of course there is the listings model which will store
basic information like name, price, description, and all that jazz.
I''m to the point where I want to figure out how to
2010 May 25
2
help required to melt a data frame
I have the raw data with 9 column and 197977 row:
> dummy
State Months Bedroom
1 xxx Jan 1
2 xxx Jan 2
3 xxx Jan 1
4 yyy Jan 1
5 yyy Jan 2
6 yyy Jan 1
7 zzz Jan 3
8 zzz Jan 1
9 zzz Jan 2
10 xxx Feb 3
11 xxx Feb 4
12 xxx Feb 2
13 yyy Feb 1
14
2004 Aug 16
1
local echo using SPA-3000 as FXO port
Hi All,
Last week I started hearing a huge amount of local end echo on
incomming calls. I am using a Sipura SPA-3000 as my FXO connected to an
SBC POTS line. Echo cancellation is enabled in the SPA firmware.
As a test I switched to a Digium X100 card the still lives in my server
but the echo was about the same. I have both Polycom IP600 and SNOM 200
phone, which both hear the echo.
I'm
2007 Mar 04
2
When does local leg in call file start?
For a simple call file like
Channel: Zap/g1/XXXXXXX
RetryTime: 60
WaitTime: 30
Context: from-file
Extension: s
Priority: 1
I noticed that s@from-file started to execute regardless of the state of the
outgoing call. Is this supposed to be? So far I can only set a Wait() in
the local leg and hope the remote party picks up soon enough.
I thought call file extension will start execution only