search for: templetons

Displaying 20 results from an estimated 21 matches for "templetons".

Did you mean: templeton
2009 Nov 06
1
Function Value Not Being Overwritten?
Part of my problem is that I am in the middle of starting to use functions, so this was unexpected behavior for me.? Maybe there is a work-around because I like declaring some of the variables prior to using them.?? I have two separate files: # File: Test.R dog<-function(x) { ??? templeton<-NULL ??? source("Cat.R") ??? print(templeton) ??? print(x) ??? ??? print(bobby) } #
2008 Jun 23
2
Correlation Help
Hi, I have recently been using the R program and encountered a recurring problem. I have been trying calculate the correlation of a 16 column table. Everytime I type in cor(test), where test is data that I uploaded into R using the read.table function, I get an error: Error in cor(test) : missing observations in cov/cor In addition: Warning message: In cor(test) : NAs introduced by coercion
2008 Jun 25
2
T and P Statistics
How do you calculate T and P statistics (T- test) in R? Is there a package out there that can do these calculations? Best, Michael Tong Futures Associate Quantitative Research Services Franklin Templeton Investments, Inc. 600 Fifth Ave New York, NY 10020 (212) 632-4254 mtong@templeton.com Notice: All email and instant messages (including attachments) sent to or from Franklin Templeton
2006 Nov 01
0
Fwd: Benachrichtung zum +ANw-bermittlungsstatus (Fehlgeschlagen)
...I wanted to buy service from SellVoip, however I have NEVER been able to reach anyone via phone, and I never really got email responses from them either. I have recommened a few times ISPhone ( www.isphone.net) however they don't have nationwide DIDs. On 11/1/06, Brad Templeton <brad+aster@templetons.com > wrote: > > On Tue, Oct 31, 2006 at 08:03:56PM -0800, Martin Joseph wrote: > > On 2006-10-31 17:29:47 -0800, Brad Templeton < brad+aster@templetons.com > > > > said: > > > > > > > >I've been losing patience with my current provider, a s...
2006 Oct 31
2
Opinions on the best wholesale origination/term providers
I've been losing patience with my current provider, a small company called Sellvoip. Their termination is good, and they are asterisk based, but they are understaffed and have no concept of customer service. So I'm shopping. I am interested in the opinions of others on the providers they work with. Here are my criteria, roughly in order a) Decent quality, low latency. In
2006 Feb 03
9
Because I''m very slow - trying to use console
I can''t see how to use variables so I am using console to test things out... clients table - a column named first_name My very brief console session... >> clients = Client.find_by_sql("select * from clients where first_name = FN") ActiveRecord::StatementInvalid: RuntimeError: ERROR C42703 Mcolumn "fn" does not exist Fparse_expr.c L1034
2006 Dec 05
2
SIP firmware for Siemens Optipoint 410 Economy?
I have not seen anybody on the web to have found this so I thought I would check here. Anybody got this firmware? I've found firmware for the 400, but it doesn't seem to load in the 410.
2007 Mar 04
2
So does 1.4.1 show up in the /branches/1.4, or only in the tags/1.4.1
Do I get 1.4.1 by just doing an svn up in a checkout of the 1.4 branch, or do I have to switch to a new tag or branch for what I have checked out? I did an svn up and there are new files, but nothing in the change files about it being 1.4.1. Many packages with various minor versions tend to have the master branch (like 1.4) mean "The latest stable version of 1.4, be it 1.4.0 or
2006 Nov 09
2
Powering SNOM 200 phones?
Ok, not exactly an Asterisk problem, but... I picked up some SNOM 200 phones because SNOM's have been recommended for use with Asterisk and they have line buttons that can subscribe to presence. However, they don't appear to power up when connected to my Negear FS108P, which is an 802.3af Power-over-ethernet capable hub. I am pretty sure these are the SNOM 200b, in that the ethernet
2006 Oct 31
2
Asterisk both behind a NAT and outside at the same time
I've read a lot of the descriptions of handling NAT with Asterisk, and the use of both the nat and canreinvite flags. I am very familiar with Sip and NAT but have not seen an answer to the following question. My Asterisk server runs on a machine with two ethernets. One is an external net, with exposed IP addresses. The other is an internal net with natted IP addresses. Thus the server
2007 Feb 23
3
Sellvoip configuration....Please Help!!!!
hi guy, i have a problem, i have an sellvoip account and i want configure asterisk for outbound calls. this is my sip.conf register => XXXXX0000000000:PassWord@70.42.34.200 ; this is one of the sellvoip server [sellvoip_out] type=friend secret=PassWord username=XXXXXX0000000000 host=70.42.34.200 dtmfmode=rfc2833 context=testing disallow=all allow=ulaw extensions.conf this is a semplified
2007 Jan 18
4
NAT solutions
I know that NAT is something no one really likes to talk about, but does anyone know how work with it elegantly? There are many providers which deal with it on a daily basis in fact they cater to it, is this possible to do with asterisk or does it require other exotic setups? I even know of a provider which uses asterisk with many different types of devices, and they handle all NAT config on
2006 Dec 05
0
[Fwd: RE: any possibility of Vonage Integration]
I stand corrected! However you do get my point ... The bigger the company the worse it is. Having to deal with these guys is a nightmare. The company that brings me out in spots is Rogers Cable (24/7). They have this electronic air-head called "Gertrude" or something, (an android) who can't understand the word "NO" and has trouble with "YES" (actually like my
2006 Dec 23
1
SNOM 200 behind NAT and other xmas woes
I decided to give the whole family IP phones for christmas, all hooked into my asterisk server, so all the nephews can have their own lines. However, one of the phones I got was the SNOM 200. That's worked fine for me on my own network, but I'm having bad luck getting it to work behind NAT talking to Asterisk. It talks to my termination/origination provider, which seems to ruthlessly
2006 Dec 10
1
NAT and Dial to two channels at once
We all love Asterisk's ability to Dial(chan1&chan2) and take the first that answers. However, I have been encountering a problem when one of the channels is an external phone behind NAT and another is a local phone on the same net as the asterisk server. All have canreinvite=yes, and the phone behind NAT is correctly using Stun to give its external ports, which are opened to it in the
2007 Mar 06
2
Nomination for Coolest App in 2007
Mine goes to chan_bluetooth. Somewhat of a pain getting it going but I am totally floored with how cool it is! Thanks, Steve Totaro
2007 May 11
4
Dealing with 2 SIP providers
Hi, I have a question of using 2 SIP providers. Let's say I have provider A and provider B, and I would like my calls to go to A, and then B if A wasn`t available Something like this would work: exten => 1234,1,Dial(SIP/providerA) exten => 1234,2,Dial(providerB) exten => 1234,3,Hangup But what if I want to put in a delay? If I put 30 seconds on each of them, I'll wait a
2006 Nov 22
0
DarWine install
Hi all; I'm trying to install darwine on my new MacPro (seems like the best way to access an important DOS/CMD program from a bash script) and it has not been straightforward. The install instructions for Darwine, (9.12DP) are, in total: "To install just drag the folder Darwine to your Applications folder. " Um, not. This is clearly leaving something out. There is a
2006 Nov 22
0
Call park on Linksys 922 and similar phones?
I'm having an issue with call park on my new Linksys 922. It has soft menu keys for doing call transfer (which I always think is a good idea because it's amazing how every phone has a different xfer interface and people always get confused). However, I can't get a good call park working on it. It doesn't respond to the use of "#" for transfer (nor should I want it to,
2006 Dec 19
0
Cisco devices (without STUN) and dynamic NAT
Cisco devices (7912, ata-168, 7960 etc.) don't support STUN. However, they do let you define a static external NAT IP address, and parameters to send a keep-alive out through the NAT on a regular basis. However, I want to make these devices work in an environment where they are behind a NAT which has a dynamic IP which might change (though in fact it changes only rarely.) They're