similar to: sound file installation problem

Displaying 20 results from an estimated 9000 matches similar to: "sound file installation problem"

2004 Aug 17
2
Problems with DTMF
I've got a problem with DTMF, again. My asterisk box is connected with the outside world (PSTN) via a sip proxy. The problem is that for some reason, I need to use rfc2833 for signaling digits to the gateway and inband to accept digits from outside (eg. when someone dials one of our DIDs). It's possible to do this? I've ever tried splitting 'peer' and 'user' part in
2005 Oct 07
3
wifi phones - desk
Hi, I'm provisioning an office with limited cabling. I'm looking for a desk based wifi phone. Most of the ones I've seen are handsets. Any ideas? Thanks, WILL -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20051007/1d2cc49a/attachment.htm
2006 Mar 20
0
problems with international dialing
Hi, I'm struggling to set up a plan to allow international dialing from my US location. As I understand it, an international call can have 9 to 15 digits including country code. The problem is that the call always goes through after I've entered the 9th digit. My service provider is BroadVoice, my phones are Grandstream GXP-200's. DTMF is set on the phone to be via SIP INFO and
2005 Oct 14
2
"Please Press Any Key to Accept a Call"
Hi, I'd like to add a feature to my asterisk system that tries to find a user among a couple of locations, and then goes to internal voicemail if the user doesn't pick up. (e,g, an internal extension and a cell phone). The catch is that I want the user to manually accept the call to prevent it from going (for example) to the voice mail on my cell phone. Scenario * Call comes in,
2005 Oct 10
2
Beronet app_saynumber-beta-rc1
Hi list! Do anybody has success histories about using the Beronet app_saynumber application? For those that are hearing about for the first time, it?s a piece of software that enables the use of another language in say_number commands in asterisk dialplan or AGI scripts. Link to download: http://www.beronet.com/download/app_saynumber-beta-rc1.tar.gz I?m trying to compile it in
2005 Aug 29
1
Data corruption
We used rsync 2.6.3 on a couple of Solaris 8 machines to update an Oracle database from one machine to another. Here is the procedure I used: The source database was up and running so this operation was similar to doing a hot backup. I queried the source database for a list of tablespace names, and for each tablespace, I queried the list of datafiles. I put the tablespace in hot backup mode,
2005 Nov 16
1
PPC package-ppc.read.raw.nobatch (PR#8316)
Full_Name: Martin O'Gorman Version: OS: Submission from: (NULL) (84.176.63.149) I have been looking at the PPC package and have a question. As the input data is comma separated, shouldn?t the command to read in the raw (no batch) mass spec data indicate that sep=?,? (marked below) ? Otherwise, the data read in is the pair of values (m/z,intensity). It is not obvious why that should be.
2006 Feb 22
5
Rsync help needed...
Hello, I was reading your posts about RSYNC. We have a massive Oracle schema lots of datafiles about 750 GB size. We do rsync datafiles from source to target server but everytime we cleanup the datafiles on the target server and do rsync every 2 weeks. On the target side mostly the datafiles will be same but on source we might have added few datafiles or made some changes in data and as such the
2009 Aug 21
1
trouble with Vista & reading files
All, I am having trouble with a "read.table()" function that is inside of another function. But if I call the function by itself, it works fine. Moreover, if I run the script on a Mac OS X (with the default Mac OS X version of R installed, rev 2.8), it works fine. But it does not work if I run it on windows vista (also default Windows version of R, rev. 2.8). Again, both
2005 Sep 28
2
Zap FXO/FXS issues, 1.2.0-beta1
We're having issues with the FXO/FXS ports on our Digium TDM cards sporadically. I'm wondering if anyone else has had these problems, or if anyone can provide guidance diagnosing or fixing the issue? The symptoms are that the FXO and FXS ports "stop working", usually after 2-4 weeks of server uptime. When this happens, sending a (SIP) call to an analog phone on an FXS port
2005 Oct 07
3
TDM02B card difficulties
Hi all, I just installed an TDM02B. My system is a dell pc with linux 2.6.12-1.1456_FC4 asterisk-1.2.0-beta1 zaptel-1.2.0-beta1 libpri-1.2.0-beta1 in /etc/zaptel.conf I have (all others are default): fxsks=3-4 <--- I saw light in the ports channels=1-2 <--- change it to 3-4 has same result but... [root@nmsd0 asterisk]# /etc/rc.d/init.d/zaptel
2004 Mar 30
0
koq.q ---- Kent O' Quigley R2
Dear R-users, I apply to your kind attention to know if someone have used the Splus software koq.q (Kent & O'Quigley's measure of dependence for censored data) in R and kindly can help me. I have tried several times to contact the authors Andrej Blejec (andrej.blejec at uni-lj.si) or Janez Stare (janez.stare at mf.uni-lj.si) but unfortunately no one answered me. Following
2003 Jun 04
2
rsync for migrating oracle datafiles
Hi - a question for all ye rsync guru's out there... I have a need to migrate some fairly large Oracle datafiles from a UFS filesystem to VxFS (VERITAS), however I am not being allowed nearly enough outage time to perform a standard file copy migration. The datafiles (of which there are about 4 are about 50GB each in size and on separate UFS filesystems. I am considering instigating a local
2013 Mar 24
5
Rails 4.0 has_many_through and fields_for
Hi all, I am trying to reproduce rails 3.2 behaviour with fields_for and nested attributes. class ControllerAction < ActiveRecord::Base has_many :interactions, dependent: :destroy has_many :roles, through: :interactions scope :controllers, lambda {|name| where("controller_name_id = ?", name)} scope :actions, lambda {|name| where("action_name_id =
2008 Sep 11
0
Loop for the convergence of shape parameter
Hello, The likelihood includes two parameters to be estimated: lambda (=beta0+beta1*x) and alpha. The algorithm for the estimation is as following: 1) with alpha=0, estimate lambda (estimate beta0 and beta1 via GLM) 2) with lambda, estimate alpha via ML estimation 3) with updataed alpha, replicate 1) and 2) until alpha is converged to a value I coded 1) and 2) (it works), but faced some
2005 Dec 01
2
Minimizing a Function with three Parameters
Hi, I'm trying to get maximum likelihood estimates of \alpha, \beta_0 and \beta_1, this can be achieved by solving the following three equations: n / \alpha + \sum\limits_{i=1}^{n} ln(\psihat(i)) - \sum\limits_{i=1}^{n} ( ln(x_i + \psihat(i)) ) = 0 \alpha \sum\limits_{i=1}^{n} 1/(psihat(i)) - (\alpha+1) \sum\limits_{i=1}^{n} ( 1 / (x_i + \psihat(i)) ) = 0 \alpha \sum\limits_{i=1}^{n} (
2004 Apr 21
2
Question on CAR appendix on NLS
The PDF file on the web, which is an appendix on nonlinear regression associated with the CAR book, is very nice. When I ran through the code presented there, I found something odd. The code does a certain model in 3 ways: Vanilla NLS (using numerical differentation), Analytical derivatives (where the user supplies the derivatives) and analytical derivatives (using automatic differentiation). The
2004 Sep 20
1
(28552) ERROR: err=-14, Linux/ocfsmain.c, 1887 ; error in mapping iobuf; need to fail out
we are running OCFS on 2.4.21-15.0.4.ELsmp ocfs-2.4.21-EL-smp-1.0.12-1 ocfs-support-1.0.10-1 ocfs-tools-1.0.10-1 I have been deleting datafiles, more than 3 times successfully for rman duplication, from a mount point /data1 (total 191G). Last week when I tried to delete datafiles from the same directory, it did delete datafiles but did not release (reclaim) all space. It still showed that 20G of
2010 Mar 25
0
help with breaking loops used to fit covariates in nlme model building procedure
Dear All I'm attempting to speed up my model building procedure, but need some help with the loops I've created...please bear with me through the explanation! My basic model call is something like: m0sulf.nlme<-nlme(conc~beta0*exp(-beta1*day)+beta2*exp(-beta3*day), data=m0sulf, fixed=(beta0+beta1+beta2+beta3~1),
2005 Sep 13
0
PLEASE HELP!! CALLERID FAILS!!
I have 1.2.0 beta 1 running and it works fine. My x100p returns caller id with no problems. When I test the CVSHEAD callerid fails with checksum and len < 0 errors. I can run with the cvshead of zaptel and libpri with beta1 but only the beta1 source works for caller id. Any source after beta1 fails. Thanks --john