Displaying 20 results from an estimated 700 matches similar to: "Toll-Free number in India"
2006 Nov 13
2
STUN with one public and one private IP?
I'm finishing up deploying an Asterisk (Trixbox) box at work. Wow, I
thought Asterisk was cool by itself, but Trixbox has made just about
everything turnkey. Great stuff!
So... we're using Grandstream GXP-2000 handsets to connect to the Trixbox,
which sits on our DMZ with a single public IP. I need the phones to work
from random places behind NAT, as well as in the office. I'm using
2006 Nov 22
2
How to park calls on a specific extension
Currently at our office, if I want someone else to pick up a call, I have
to transfer the call to them. So I'm looking into call parking, which is
ALMOST perfect.
The missing piece of the puzzle: I'm extension 203. I want any call I park
to get parked at extension 2203. I want a call my boss parks to park at
2205, since he's ext. 205. In other words, I want calls parked FROM
2007 Feb 15
0
Asterisk guru wanted, SoCal (LA/OC/San Bernardino County)
We've mostly gotten our Asterisk install working, but there are a couple
glitches I haven't been able to fix.
I'm looking for someone who knows Asterisk, can do some consulting work,
and is in Southern California. Los Angeles or Orange County are ok, but
I'd prefer someone in the Inland Empire, with strongest preference given
to people here in the High Desert or in the San
2005 Mar 18
4
NoMemoryError on "gem install rails"
Greetings all--
Humble newbie requesting help here. I''ve just installed Ruby 1.8.2, Rake
0.4.15, and RubyGems 0.8.8. When I try to get Rails into place via "gem
install rails," I get the error below. What have I done wrong? Can anybody
throw me a rope?
Attempting local installation of ''rails''
Local gem file not found: rails*.gem
Attempting remote
2005 Mar 08
3
is there any rails hosting out there?
anyone?
-a
--
===============================================================================
| EMAIL :: Ara [dot] T [dot] Howard [at] noaa [dot] gov
| PHONE :: 303.497.6469
| When you do something, you should burn yourself completely, like a good
| bonfire, leaving no trace of yourself. --Shunryu Suzuki
===============================================================================
2005 Mar 09
21
Converting time retrieved from MySQL
I''m having a problem converting a date retrieved from my MySQL database
and I''m hoping someone can help.
MySQL stores the date/time as this:
2005-03-08 17:00:34.0
and according to my Pickaxe book Ruby stores times as "the number of
seconds and microseconds since [...] January 1, 1970". All well and good.
Unfortunately, RoR is converting my date to this:
2005 Mar 09
6
auto increment id
looking at the unit tests of activerecord leads me to think the db is
completely responsible for auto-incrementing the id field and rails does no
magic here. can someone confirm that this is a true statement?
that being the case - what is the preferred way to write database agnostic sql
for one''s schema since each of the dbs has slightly different syntax for this
functionality... does
2005 Mar 09
4
max requests for fcgi interface
I think my rails app has a slow memory leak that degrades performance
over the course of several days. I''d like to get to the bottom of it
but in the meantime I''d prefer to just bandage it and force the fcgi
library to start a new instance of my app every so often. Is there a
clean way to do this? Calling break in the each_cgi loop causes an
error. Sending SIGUSR1, which
2017 May 09
2
registering Fortran routines in R packages
Dear list,
I?m trying to register Fortran routines in randtoolbox (in srt/init.c file), see https://r-forge.r-project.org/scm/viewvc.php/pkg/randtoolbox/src/init.c?view=markup&root=rmetrics.
Reading https://cran.r-project.org/doc/manuals/r-release/R-exts.html#Registering-native-routines and looking at what is done in stats package, I first thought that the following code will do the job:
2003 Nov 22
0
Local numbers to Victorville/Apple Valley, CA
Hey all,
I am in the High Desert region of southern California, USA.
I was wondering if any of the SIP providers offer numbers serviced out
of the following Verizon central offices:
Apple Valley (Apple Valley CO/APVYCAXF)
Apple Valley (Desert Knolls CO/DSKNCAXF)
Victorville (VTVLCAXA)
Adelanto (ADLNCAXF)
Hesperia (HSPRCAXF)
These are the COs which offer prefixes which are local calls from my
2008 Apr 26
6
quasi-random sequences
Dear list useRs,
I have to generate a random set of coordinates (x,y) in [-1 ; 1]^2
for say, N points. At each of these points is drawn a circle (later
on, an ellipse) of random size, as in:
> N <- 100
>
> positions <- matrix(rnorm(2 * N, mean = 0 , sd= 0.5), nrow=N)
> sizes<-rnorm(N, mean = 0 , sd= 1)
> plot(positions,type="p",cex=sizes)
My problem is to
2011 Oct 22
2
Segfault and bad output with fOptions::rnorm.sobol
I have had the following problem with R 2.10, 2.13.1, and 2.13.2, running on
Ubuntu linux 10.04, xubuntu 11.10, and a version of Redhat (I think 5).
rnorm.sobol is producing impossible random values, and occasionally the
routine crashes. Here are samples of the output and the crash message.
library(fOptions)
Zs <- rnorm.sobol(50, dimension=1)
produces this:
[,1]
[1,]
2005 Mar 09
10
mysql vs postgres
I''ve used mysql for quite some time now. Other than crashing when the
partition gets full, I''ve had no problems with it.
But I''ve heard great things about postgres and have seen some people
say it''s much superior to mysql.
So, with a Rails application, is there any reason why I would want to
learn/use another DB besides mysql? Any pragmatic benefits?
2005 Mar 10
7
Forking FCGI dispatcher
I hacked a forking FCGI dispatcher for Rails. I have no idea if this is
the correct way to do it, but it seems to work fine. It improves memory
usage a bit; after it is started the processes share almost 10 MB (of 12
MB total), but unfortunately it drops to 2 MB after a few requests.
=====================================
#!/usr/local/bin/ruby
require File.dirname(__FILE__) +
2007 Oct 29
2
Changing size of lattice plot?
Hi
I am having a bit of difficulty with changing the canvas size on a
trellis/lattice plot. I am plotting two "cubes" of 3-dimensional random
numbers, as follows:
library(gsl)
library(lattice)
q <- qrng_alloc(type="sobol", 3)
npoints <- 200
rs <- qrng_get(q,npoints)
# Plot the normal variates in a 3-dim cube
p1 <- cloud(rnorm(npoints) ~ rnorm(npoints) +
2005 Dec 27
7
help remove duplication in my app
I''m porting an old site of mine into Rails and I''m running into some
duplication that could / needs to be weeded out. For each of my
actions, I have to wrap the view content in the following HTML:
<div class="box">
<img src="/images/content-top2.png" class="border" />
<div class="visible">
# content
2006 Aug 04
3
Subversion how-to section added to the wiki
Hey everyone,
I added a very very simple how-to for getting Subversion running on
CentOS (locally and across Apache)...basically aimed at a newbie that's
never touched svn before.
Let me know if anything is out of whack, needs changed, or if something
isn't right. I did go through and actually follow it with an install, so
it should be good.
<http://wiki.centos.org/SubVersion>
2017 May 10
3
registering Fortran routines in R packages
Thanks for your email.
I try to change the name in lowercase but it conflicts with a C implementation also named halton. So I rename the C function halton2() and sobol2() while the Fortran function are HALTON() and SOBOL() (I also try lower case in the Fortran code). Unfortunately, it does not help since I get
init.c:97:25: error: use of undeclared identifier 'halton_'; did you mean
2003 Sep 25
2
AGI: getting the return code from an exec()'d application?
So I hacked up the Dial app to return a numeric return code instead of
changing contexts based on a number being busy or unanswered. The purpose
for this modified dial app, which I call AGIDial, is to help me concoct a
"follow-me" type of application. The app returns -1 for a completed call,
0 for unanswered, or 1 for busy.
Well, I hooked the thing up to an AGI script that uses perl and
2003 Jul 21
4
Dynamically setting up/tearing down extensions
Hello, * newbie here,
I'm designing a setup that is to eventually be used in a production
virtual PBX/VoIP service.
Customers need to be able to change their setups over the web - I want
them to be able to do simple things like setting up call forwarding, as
well as more intricate stuff that will require me to re-generate their
dialplans.
Administration of the service is to be