similar to: AGI PHP Issues (Not new to Asterisk but new to AGI)

Displaying 20 results from an estimated 300 matches similar to: "AGI PHP Issues (Not new to Asterisk but new to AGI)"

2006 Nov 30
1
AGI PHP Issues (AGI script runs but phone hangs up too quickly)
Sorry to re-post this but I'm sure it's something simple that someone has found before. To summarise: Dial plan answers the phone AGI script executes AGI debug in console show phonetics ABC - However no audio at all on the phone and this step is less than 1 second. Dial plan Busy Phone hangs up. Total time less than a second. This is such a simple AGI script do I need
2004 Jan 30
0
coupled statistical models
Can someone point me to the appropriate functions for fitting multiple statistical models that are coupled to each other. The data are measurements of salinity s and temperature t at stations id and pressures at p as well as surface elevations h at stations id. The problem is, for any new station, to estimate s at all p, given t at all p and given h. If h is ignored, the for each p, there
2002 Nov 06
0
Intercept by level in GLM
Dear R-listers, I have to explain "y", a continous variable, with two variables "t" and "p" which are "factor variables": t is [1:12] and p is [1:18] (a value for y for each combination t*p). OK, then I try to adjust models like: y=a_p + b*t (I mean as many intercepts as levels of p) or y=a_p + b_p*t (as many intercepts and coefficients for t as levels of
2006 Jun 02
1
PHP-AGI help
Can someone help me with this AGI script to send an email. It just isn't working. The file is being called in the dialplan and is saved as em.agi but it isn't sending the email. #!/usr/bin/php4 -q <?php ob_implicit_flush(true); set_time_limit(6); $in = fopen("php://stdin","r"); $stdlog = fopen("/var/log/asterisk/my_agi.log", "w"); //
2003 Nov 10
3
AGI and PHP
i've just spent the pass 2 days trying to get AGI to work with PHP; i made a lot of silly mistakes along the way which could have been avoided if only there were some kinda howto or samples. at the risk of looking stupid, i decided to shared my experience in hopes that it might help some newbie get going with PHP. 1. first order of business is to be aware of your php environment; i m NOT
2005 Mar 05
1
SAY DIGITS problem
Hi, I have a problem using AGI cmd "SAY DIGITS". For some reason I cannot here any thing when the script got executed. However if I use the cmd "SAY NUMBER" I can here * reading the number fine. I am running asterisk-1.0.6 and below is my PHP script. Help please. - Natt #!/usr/bin/php -q <?php ob_implicit_flush(true); set_time_limit(10); /*
2013 Aug 27
1
Error in simulation. NAN
Hi all, im triyng to implement a bayesian model with R and c++. I have a strange problem. I can't reproduce the error with a small script and then i post the original one. The problem is after the line for(MCMC_iter2=0;MCMC_iter2<thin;MCMC_iter2++) For the first 34 iterations all work fine, after, all the simulations of mu_acc_P return an "nan". If i delete the line
2003 Apr 21
2
piece wise functions
Hello, Apologies if this question has already arised, hope you can help me to the find the solution to this or point the place to look at. I have a multidimensional piece-wise regression linear problem, i.e. to find not only the regression coefficients for each "interval" but also the beginning and ends of the intervals. To simplify it to the one dimensional case and two intervals,
2004 Dec 26
2
Prosodic/phonetic analysis with R
Hi Folks, I'm interested in looking (in a beginner's amateurish way) at prosodic/phonetic analysis of recorded speech. In particular I would want to use R to formulate and evaluate specific models. So I would like to ask R people for their recommendations for a program which would a) Take as input a sound file in one of the common formats (".wav", ".au") b)
2009 Apr 16
0
there are fontencoding problem in Sweave
On 4/16/2009 10:29 AM, ?????? n/a wrote: > I want write article by russian language using Sweave. For cyrillic text > LaTeX use T2A encoding > > \usepackage[T2A]{fontenc} > > But in Sweave.sty we find: > > \RequirePackage[T1]{fontenc} > > It is source of critical problem. > > For example Rnw file > > $ cat estimation.Rnw > >
2006 Dec 13
2
Phonetic symbols (IPA) in R graphics
Hi all, I would like to add phonetic symbols in my figures. Usually I typeset my documents in LaTeX and I use the tipa [1] package to get International Phonetic Alphabet (IPA) fonts. So, my problem would be solved if I could insert LaTeX commands in the text() function (I guess at least). I would like to avoid using psfrag (that is, inserting a string in the eps figure and then substituting it
2005 Feb 26
3
Language Problems
Guys Im having a few issues with Languages. Ive setup the english language is it came from default: /var/log/asterisk/sounds /var/log/asterisk/sounds/phonetic /var/log/asterisk/sounds/digit /var/log/asterisk/sounds/letters and then Spanish as /var/log/asterisk/sounds/sp /var/log/asterisk/sounds/sp/phonetic /var/log/asterisk/sounds/sp/digit /var/log/asterisk/sounds/sp/letters Then one of
2014 Dec 30
2
Adding support for phonetic correction via soundex algorithms
Hello! I'm Shubham Sharma, a 3rd year Information Systems student at BITS Pilani, and I'd like to explore the possibilities of a GSOC Project that would aim at improving the tolerant retrieval capabilities via *phonetic* correction(: misspellings that arise because the user types a query that sounds like the target term. ) I did find spelling correction via edit distance in
2009 Apr 16
2
there are fontencoding problem in Sweave
I want write article by russian language using Sweave. For cyrillic text LaTeX use T2A encoding \usepackage[T2A]{fontenc} But in Sweave.sty we find: \RequirePackage[T1]{fontenc} It is source of critical problem. For example Rnw file $ cat estimation.Rnw \documentclass[A4paper]{article} \usepackage[T2A]{fontenc} \usepackage[utf8]{inputenc} \usepackage[russian,english]{babel}
2007 Mar 05
1
Heteroskedastic Time Series
Hi R-helpers, I'm new to time series modelling, but my requirement seems to fall just outside the capabilities of the arima function in R. I'd like to fit an ARMA model where the variance of the disturbances is a function of some exogenous variable. So something like: Y_t = a_0 + a_1 * Y_(t-1) +...+ a_p * Y_(t-p) + b_1 * e_(t-1) +...+ b_q * e_(t-q) + e_t, where e_t ~ N(0, sigma^2_t),
2003 Jul 12
1
keymap loading problems, 'kbdcontrol: invalid key definition'
hi, after doing a make world yesterday, I got the following error when trying to load the bg.phonetic.ctrlcaps keymap that I use: % kbdcontrol -l bg.phonetic.ctrlcaps kbdcontrol: invalid key definition % I checked the file (not knowing what else to do) and couldn't find anything wrong with it. does anyone have any ideas? ps: when loading the pl_PL.ISO8859-2 keymap, I get the same error.
2019 Jul 23
4
Problems after upgrade Samba 4
Hi, I upgraded my Samba 4.5.16 installed (by apt-get) on Debian 9.9 to Samba 4.10 through the Van Belle repository (apt.van-belle.nl). apt-get install -t stretch-samba410 samba attr winbind libpam-winbind libnss-winbind libpam-krb5 krb5-config krb5-user bind9 ctdb ldb-tools smbldap-tools ufw glusterfs-common libcephfs1 The packages "bind9 ctdb ldb-tools smbldap-tools ufw glusterfs-common
2006 Jan 07
2
Some comments on the Vorbis FAQ
Hi, http://www.vorbis.com/faq/#mean points to http://www.xiph.org/xiphname.html, which is dead. The actual content is at http://www.xiph.org/xiphname.shtml The Xiph names page seems to be in UTF-8, but its meta tag mentions ISO 8859-15, which can cause problems with raw characters for the pronunciations. I propose the use of the International Phonetic Alphabet. How about [?g]/[?g] for Ogg and
2004 Nov 26
1
Quality of the voicemail sound
Hello, I have just install Asterisk software on my pc (PIII, 2Ghz, 512Mo, Linux 2.4.20 ) connected to a LAN (10 BaseT). I use on the users Pc (Xp windows) a client IAX Phone ( Sokol & Associates\IaxPhone). In my very good surprise all works correctly, but I have a little problem of sound quality: When I use the Voicemail the quality of sound is affected with a noise like "Scrrr"
2006 Aug 01
0
baraha - settings?
hello all, and apologies in advance for this newbie question. i recently installed baraha direct 7.0 (a system-wide phonetic keyboard for indian fonts) and it seems to open fine with wine, but the fonts aren't working properly (its own fonts aren't phonetically controlled by keyboard input and other unicode indian fonts aren't displayed in the proper scripts - but in roman). figure