search for: max_digits

Displaying 9 results from an estimated 9 matches for "max_digits".

Did you mean: hex_digits
2010 Jan 10
2
app_swift 1.6.2 DTMF issue
With app_swift 1.6.2 + asterisk 1.6.1.12, I've found that if you enter DTMF during cepstral playback, the first digit of ${SWIFT_DTMF} is [un]set in an odd way. for example consider: 999,1,Swift(some long message that you dont want to wait for|5000|5) 999,n,NoOp(DTMF: ${SWIFT_DTMF}) if while I am listening to the playback, i interrupt and dial: - "12345", SWIFT_DTMF is set to
2002 Jan 16
0
round() doesn't (PR#1139)
...-2), 1200) all.equal(round(100000/3, -2) - 33300, 0) all.equal(round(1e15, -2) - 1e15, 0) # Fails in R-patched Thanks to all for a great program, and congratulations on the release of 1.4.0! ---- begin C code for fround.c: ---- double fround(double x, double digits) { #define MAX_DIGITS DBL_MAX_10_EXP /* = 308 (IEEE); was till R 0.99: (DBL_DIG - 1) */ /* Note that large digits make sense for very small numbers */ double pow10, sgn, intx; int dig; #ifdef IEEE_754 if (ISNAN(x) || ISNAN(digits)) return x + digits; if(!R_FINITE(x)) return x; #endif if (d...
2001 Oct 22
1
round() doesn't (PR#1139)
R> round(100000/3, -2) - 33300 [1] -7.275958e-12 I would have hoped for 0. The problem seems to be specifically for negative "digits". This is in 1.3.1 on Solaris 2.6 (full description at bottom). [Apologies for making everyone read this 3 times; my bug.report() burped.] Peter Dalgaard <p.dalgaard@biostat.ku.dk> says the problem is in fround.c, which reads in part:
2005 Jun 09
1
PHPAGI Swift Escape Digits
I am trying to use swift in PHP/AGI. function swift($text, $escape_digits='', $frequency=8000, $voice=NULL, $fnameIn='') During swift speaking some text I want the caller to be able to press 1, 2 or 3 to do thing 1, thing 2 or thing 3. How are these digit defines and then caught? Thanks, Michael
2008 Oct 17
0
GET DATA Returning only a single digit
-- jand. more than just a group Asterisk AGI Command GET DATA is usually of this form GET DATA timeout max_digits When I execute this command, I get only a single digit, regardless of what the value of max_digits is, Also the script quits Immediately after the press of the digit regardless of what the value of timeout is, This is really un-desirable as I will like to GET multiple DTMF digits at a time withou...
2014 Oct 18
1
Asterisk Crashes Randomly with Cepstral Swift TTS
...so.6 No symbol table info available. #2 0x00007f79439c5f0d in swift_engine_open () from /opt/swift/lib/libswift.so.6 No symbol table info available. #3 0x00007f7943bf9b6e in app_exec (chan=0x7f7914009e08, data=0x7f7928f9c680 "413 E 3RD ST") at app_swift.c:370 res = 0 max_digits = 0 timeout = 0 alreadyran = 0 ms = 0 len = 6043056 availatend = 0 argv = {0x0, 0xffffffffffffb9b0 <Address 0xffffffffffffb9b0 out of bounds>, 0x0} text = 0x7f7928f9a230 "413 E 3RD ST" rc = 0x0 tmp_ext...
2000 Mar 07
0
autoload error in profile {was anova-bug in R-version 1.0.0?} (PR#470)
...xaggerated.. *) Currently, the following options are "internal" (i.e. changing them does some consistency checks in src/main/options.c): Option Requirements ------ ------------ width integer MIN_WIDTH..MAX_WIDTH digits integer MIN_DIGITS..MAX_DIGITS expressions integer MIN_EXPRESSIONS..MAX_EXPRESSIONS editor character {not NA nor character(0)} continue character {not NA nor character(0)} prompt character {not NA nor character(0)} contrasts character(2) warn numeric(1) warnin...
2000 Mar 07
0
Re: autoload error in profile {was anova-bug in R-version 1.0.0?} (PR#473)
...e following options are "internal" > (i.e. changing them does some consistency checks in src/main/options.c): > > Option Requirements > ------ ------------ > width integer MIN_WIDTH..MAX_WIDTH > digits integer MIN_DIGITS..MAX_DIGITS > expressions integer MIN_EXPRESSIONS..MAX_EXPRESSIONS > editor character {not NA nor character(0)} > continue character {not NA nor character(0)} > prompt character {not NA nor character(0)} > contrasts character(2) > war...
2005 Aug 10
0
Yoda VG-400 and Asterisk Settings
...ids ---------------------------------------------------------------------------- 1 2 1 1 2 2 1 2 3 2 1 3 4 2 1 4 10 2 1 10 OK Now to add a prefix to allow us to route calls to * Console>Console>atpm aadd atpm aadd <tele_number> <min_digits> <max_digits> <hunt_group_id> <prefix_strip_len> <prefix_number> Console>atpm aadd 011 6 14 10 3 OK Console>atpm alist Address Hunt Min Max Prefix Prefix Entry Grp_Id Digits Digits strip Address 011...