search for: saynumber

Displaying 20 results from an estimated 89 matches for "saynumber".

2013 Oct 17
0
Feature request: new LISTNUMBER() function along SayNumber()
Hello, SayNumber() app embeds a smart logic to play numbers according specified locale. For example, SayNumber(71) would play files "sixty", "and" and "eleven" in french. If I'm not mistaken, if I had to set a dialplan variable with the file list SayNumber would play for a given...
2016 Oct 13
4
Match one OR two digit extension not working as expected without using "dangerous" _. pattern (Ast 14)
Back to basics here. I want to match on one OR two digits. The following two both work, but ONLY for more than one digit, which is not as expected from the docs (see below). exten => _X.,1,SayNumber(${EXTEN}) exten => _[0-9].,1,SayNumber(${EXTEN}) This next one will ONLY match 2 digits, as expected, but the first two SHOULD match one or more, right? exten => _XX,1,SayNumber(${EXTEN}) The following pattern works, but I thought it was "dangerous" and to be discouraged? exten...
2012 Jul 23
2
file and on SayNumber() app
Hello, I use the SayNumber() with variable. for example the number 1234 - asterisk play the number without and. -- Executing [888 at from-internal:1] Set("SIP/103-0000035d", "LANGUAGE=en") in new stack -- Executing [888 at from-internal:2] SayNumber("SIP/103-0000035d", "1234&quot...
2009 Dec 03
1
Feature Request: "SayNumberFiles"
Hi, Currently, it seems impossible to use the output of SayNumber application as an input to Read application. So, if you want to develop an IVR with something like "You've got 23 messages. Type 1 to listen to the first one. Type 2 to leave", you must parse this message into 3 pieces and want for the last one play to start listening of user input :...
2011 Mar 08
5
[1.4] Reading phone number the French way?
...s confirmation: ======= extensions.conf [robocall] ;Expect 10-digit number excluding final #, 2 tries, 20s time-out exten => s,n(nbr2call),Read(NBR2CALL,please-type-number,10,,2,20) exten => s,n,GotoIf($[${LEN(${NBR2CALL})} != 10]?end) ;exten => s,n,SayDigits(${NBR2CALL}) exten => s,n,SayNumber(${NBR2CALL}) exten => s,n(end),Hangup() ======= Besides the fact that my Asterisk setup only has US sound files in /var/lib/asterisk/sounds/digits/, I was wondering how to get Asterisk to read back the number the French way, ie. digits are read by pairs to the exception of the leading tuple t...
2007 Aug 16
3
99 bottles of beer
; *99: ; 99 bottles of beer on the wall. exten => *99,1,Noop(99 Bottles of beer on the wall) exten => *99,n,Answer() exten => *99,n,Set(bottles=99) exten => *99,n(loop),Noop(There are ${bottles} bottles of beer on the wall) exten => *99,n,SayNumber(${bottles}) exten => *99,n,Noop(Take one done and pass it round and there's) exten => *99,n,Set(bottles=$[${bottles}-1]) exten => *99,n,Noop(${bottles} bottles of beer on the wall) exten => *99,n,SayNumber(${bottles}) exten => *99,n,GotoIf($["${bottles}" > "0&qu...
2004 Apr 19
3
One, två, tre, quatre, cinq ... International numbers in say.c
http://bugs.digium.com/bug_view_page.php?bug_id=0001429 * Support for other language syntaxes in saynumber Accidentally I opened this can of worms to see if we can add support for other language syntaxes for saying numbers. Seems like Swedish, english and norwegian follow the same syntax. I've integrated existing patches for french, danish and soon portuguese syntax. The steps we're taking are...
2004 May 09
3
German sound files available
Hi there, today I made the German language prompts available for download: http://www.karl.aegee.org/asterisk.nsf/HT/sound-de Be aware: Asterisk doesn't yet fully support languages other than English, there are still (smaller) issues with voicemail and date/time announcements that require a patch. Cheers, Philipp
2007 Nov 15
2
Dialing time-out
Ok, probably a dumb question. I believe I already I know the answer, but thought I would get feedback from others. One of the issues with user devices at the end Asterisk is dialing time out. This is a parameter within each hardware device. So if I set it to 3 seconds it appears from the moment after going off hook any key press starts a timer allowing me 3 seconds to enter the next number
2003 Dec 10
0
Trouble with AGI and SAY DIGITS and WAIT FOR DIGIT using PHP
...ps about where I goofed? Thanks, Philipp -- [CLI output] -- demo.agi: write: ANSWER demo.agi: read: 200 result=1 demo.agi: write: SAY DIGITS 68 7 -- Playing 'digits/6' (language 'en') <-- no sound & 6 only demo.agi: read: 200 result=1 (null): write: EXEC SayNumber 34 <-- but this works fine -- AGI Script Executing Application: (SayNumber) Options: (34) -- Playing 'digits/30' (language 'en') -- Playing 'digits/4' (language 'en') (null): read: 200 result=1 (null): write: WAIT FOR DIGIT 5000 (null): read:...
2010 Mar 03
0
Is this a bug?
Hi List, I'm working on making one of my applications multi-lingual and find that I have this problem. The SayDigits and SayNumber functions in 1.4.26.2 recognize but don't process the CHANNEL(language) function. Here's a snippet to verify. exten => 317,1,Answer exten => 317,n,playback(tt-monkeysintro) exten => 317,n,Set(CHANNEL(language)=es) exten => 317,n,Wait(2) exten => 317,n,SayDigits(123) ex...
2004 Apr 28
5
Asterisk goes international :-)
During the recent week, we've worked hard to add more of the contributed international support to Asterisk. A big step was taken yesterday when Mark added international support for saynumber() to CVS. We now have a first version of support for * Danish * German * English * Swedish * Norwegian * Portuguese * Italian * French All of these require that you add your own sound files. There are samples on the net, which you can find by reading the wiki. We've also added country-specifi...
2003 Dec 14
1
Error loading modem driver
...9; [NoOp] == Registered application 'NoOp' [Prefix] == Registered application 'Prefix' [ResetCDR] == Registered application 'ResetCDR' [ResponseTimeout] == Registered application 'ResponseTimeout' [Ringing] == Registered application 'Ringing' [SayNumber] == Registered application 'SayNumber' [SayDigits] == Registered application 'SayDigits' [SetAccount] == Registered application 'SetAccount' [SetGlobalVar] == Registered application 'SetGlobalVar' [SetLanguage] == Registered application 'SetLanguage...
2010 Jan 30
8
MATH
I want to create a script for IVR that compiles responses, aggregates them to a total number. Then, run an equation based on the result. Press 1 for X (X is a positive number 500) Press 2 for Y (Y is a positive number 200) Press 3 for Z (Z is a positive number 300) Press 20 to calculate the results = 500+200+300 =1000 then, exten => s,n,Read(NUMBER,,1000) exten => s,n,SayDigits(${NUMBER})
2016 Oct 18
2
Say duration of alaw file?
I can get the size of a ulaw file using STAT. And I can get the duration in seconds by doing filesize/8000. Your tea-break challenge is to help me find the shortest most Asterisk-like way of saying: "The following file is [<n> minutes and] <s> seconds long". ...without referring to external applications! Yes, I'm aware of the math behind it, but I was hoping for a
2006 Oct 20
2
getting DID info..
...ight be a newbie question... I'm using a SIP trunk and trying to get DID line information on an incoming call. All I hear is a nice lady saying 'Zero' - then the call continues... Any suggestions? thanks Todd exten => s,n,Set(DIDID=(<${FROM_DID}>)) exten => s,n,SayNumber(DIDID) or exten => s,n,Set(FROM_DID=${EXTEN}) exten => s,n,SayNumber(FROM_DID) and a third try.. (I'm not sure what 's' is, but saw it somewhere..) exten => s,n,Set(FROM_DID=s) exten => s,n,Wait(1)
2005 Aug 18
2
asterick and festival...Help!
Earlier this afternoon I had this working exten => 2890,1,Answer exten => 2890,2,GoTo(12) exten => 2890,12,Wait(1) exten => 2890,13,Festival('I can say numbers like') exten => 2890,14,SayNumber(1230001,f) exten => 2890,15,Wait(1) exten => 2890,16,HangUp I was so very proud of myself... All of a sudden after a reboot.... I get the following from the same call plan --- (9 headers 0 lines)--- -- Executing Festival("SIP/1000-2915", "I can say numbers like") i...
2005 Feb 18
3
Help asterisk startup errors
...fix] == Registered application 'Prefix' [Progress] == Registered application 'Progress' [ResetCDR] == Registered application 'ResetCDR' [ResponseTimeout] == Registered application 'ResponseTimeout' [Ringing] == Registered application 'Ringing' [SayNumber] == Registered application 'SayNumber' [SayDigits] == Registered application 'SayDigits' [SayAlpha] == Registered application 'SayAlpha' [SayPhonetic] == Registered application 'SayPhonetic' [SetAccount] == Registered application 'SetAccount' [...
2006 Apr 20
3
Asterisk Won't start after SVN Trunk Update
...;ExecIfTime' [Hangup] == Registered application 'Hangup' [NoOp] == Registered application 'NoOp' [Progress] == Registered application 'Progress' [ResetCDR] == Registered application 'ResetCDR' [Ringing] == Registered application 'Ringing' [SayNumber] == Registered application 'SayNumber' [SayDigits] == Registered application 'SayDigits' [SayAlpha] == Registered application 'SayAlpha' [SayPhonetic] == Registered application 'SayPhonetic' [SetAMAFlags] == Registered application 'SetAMAFlags'...
2003 Nov 21
1
SAY NUMBER in AGI?
I am trying to use the SAY NUMBER command from an AGI script but it does not seem to be working.. If I use "EXEC SayNumber 2" and execute the asterisk command from the AGI it works and I hear the 2 said on the phone.. If I use "SAY NUMBER 2" I see "-- Playing 'digits/2' (language 'en')" on the console but I don't hear the number said on the phone.. I would prefer to use...