[asterisk-users] SayDigits

2013-02-08 Thread Bakko
Hello Is there a way to slow down or speed up the speed at which SayDigits rattles off a series of digits? Reagards -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a

Re: [asterisk-users] SayDigits

2013-02-08 Thread Thangaraj B .
...@lists.digium.com] On Behalf Of Bakko Sent: Friday, February 08, 2013 4:14 PM To: asterisk-users@lists.digium.com Subject: [asterisk-users] SayDigits Hello Is there a way to slow down or speed up the speed at which SayDigits rattles off a series of digits? Reagards

Re: [asterisk-users] SayDigits

2013-02-08 Thread Doug Lytle
IS THERE POSIBLE TO MONITOR THE DIGIUM PORTS CHANNEL THROUGH SNMP Please don't hyjack a thread, start a new message. Doug -- Ben Franklin quote: Those who would give up Essential Liberty to purchase a little Temporary Safety, deserve neither Liberty nor Safety. --

Re: [asterisk-users] SayDigits

2013-02-08 Thread Doug Lytle
Is there a way to slow down or speed up the speed at which SayDigits core show application saydigits [Synopsis] Say Digits. [Description] This application will play the sounds that correspond to the digits of the given number. This will use the language that is currently set for the channel.

Re: [asterisk-users] SayDigits

2013-02-08 Thread Thorsten Göllner
Am 08.02.2013 13:11, schrieb Doug Lytle: Is there a way to slow down or speed up the speed at which SayDigits core show application saydigits [Synopsis] Say Digits. [Description] This application will play the sounds that correspond to the digits of the given number. This will use the

Re: [asterisk-users] SayDigits

2013-02-08 Thread Chris Bagnall
On 8/2/13 12:11 pm, Doug Lytle wrote: Is there a way to slow down or speed up the speed at which SayDigits So, I'd have to say no. I suppose potentially you could re-record the sound files to 'say' each digit faster (and with shorter rolloff at the end of each word), then put those into a

Re: [asterisk-users] SayDigits

2013-02-08 Thread Bakko
Hello, My final solution: ... same = n,Gosub(dati,s,1(${card})) [dati] exten = s,1,NoOp same = n,Set(say=${LEN(${ARG1})}) same = n,Set(digit=0) same = n,While($[${digit} ${say}]) same = n,Saydigits(${ARG1:${digit}:1}) same = n,Wait(.75) same = n,Set(digit=$[${digit} + 1]) same = n,Endwhile

Re: [asterisk-users] SayDigits playback doesn't always work

2012-01-16 Thread Roland
In addition: I tried adding Playback(hello) to the 123 extension, before the SayDigits. Then everything is being played perfectly. Also when I park a call to 700, I cannot hear the playback of the parking lot. I do see this in the logs though, so I can pickup the call then, but it should be

Re: [asterisk-users] SayDigits playback doesn't always work

2012-01-16 Thread Danny Nicholas
: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Roland Sent: Monday, January 16, 2012 9:22 AM To: asterisk-users@lists.digium.com Subject: Re: [asterisk-users] SayDigits playback doesn't always work In addition: I tried adding Playback(hello

Re: [asterisk-users] SayDigits playback doesn't always work

2012-01-16 Thread Roland
-users] SayDigits playback doesn't always work ** ** In addition: I tried adding Playback(hello) to the 123 extension, before the SayDigits. Then everything is being played perfectly. ** ** Also when I park a call to 700, I cannot hear the playback of the parking lot. I do see

Re: [asterisk-users] SayDigits playback doesn't always work

2012-01-16 Thread Danny Nicholas
: Re: [asterisk-users] SayDigits playback doesn't always work In addition: I tried adding Playback(hello) to the 123 extension, before the SayDigits. Then everything is being played perfectly. Also when I park a call to 700, I cannot hear the playback of the parking lot. I do see

Re: [asterisk-users] SayDigits playback doesn't always work

2012-01-16 Thread Eric Wieling
Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] SayDigits playback doesn't always work Ok, got it. Indeed, starting with Answer() helped. But I still don't understand why the parking feature isn't working then. I used the sample config. Transfer the call to 700, playback

Re: [asterisk-users] SayDigits playback doesn't always work

2012-01-16 Thread Roland
-users-boun...@lists.digium.com [mailto: asterisk-users-boun...@lists.digium.com] On Behalf Of Roland Sent: Monday, January 16, 2012 10:57 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] SayDigits playback doesn't always work Ok, got it. Indeed

[asterisk-users] saydigits in another language

2007-04-15 Thread Julian Lyndon-Smith
I want to rerecord the 1 2 3 ... 0 sounds, but not overwrite the defaults. So, I've recorded them into a custom directory /var/lib/asterisk/sounds/custom I was hoping to be able to do the following: exten = foo,1,Set(CHANNEL(language)=custom) exten = foo,2,SayDigits(1234567890) however, I

Re: [asterisk-users] saydigits in another language

2007-04-15 Thread Hermann Wecke
Julian Lyndon-Smith wrote: however, I get no errors, but still get the default Allison sounds for the digits. Anyone got any clues on what I'm doing wrong ? 1) Create a directory named your_country_iso_code (AR|MX|ES|ETC) [1] under the main sounds directory (/var/lib/asterisk/sounds/ ???);

Re: [asterisk-users] saydigits in another language

2007-04-15 Thread Andrew Joakimsen
Not that custom shouldn't work, but you just need to place them in sounds/digits/custom not sounds/custom On 4/15/07, Hermann Wecke [EMAIL PROTECTED] wrote: Julian Lyndon-Smith wrote: however, I get no errors, but still get the default Allison sounds for the digits. Anyone got any clues on

Re: [Asterisk-Users] saydigits

2006-03-17 Thread Dovid Bender
snip I tried say digits 123 and saydigits 123 both gave no application error /snip 1)its saydigits as in one word and not two 2)As with a lot of functions in asterisk thre data that you are working with has to be in parentheses i.e. Exten = 123,1,Answer Exten = 123,2,Saydigits(1234567890)

Re: [Asterisk-Users] saydigits

2006-03-14 Thread Rich Adamson
Jerry Geis wrote: I was searching on voip-info.org for saydigits. I see no indication it is not valid in 1.2.4 asterisk. however, when trying to use it I get and error no application saydigits. what is the correct way to echo back digits in asterisk 1.2.4? I tried say digits 123 and saydigits

[Asterisk-Users] saydigits

2006-03-13 Thread Jerry Geis
I was searching on voip-info.org for saydigits. I see no indication it is not valid in 1.2.4 asterisk. however, when trying to use it I get and error no application saydigits. what is the correct way to echo back digits in asterisk 1.2.4? I tried say digits 123 and saydigits 123 both gave no

Re: [Asterisk-Users] saydigits

2006-03-13 Thread El Flynn
Jerry Geis wrote: I was searching on voip-info.org for saydigits. I see no indication it is not valid in 1.2.4 asterisk. however, when trying to use it I get and error no application saydigits. what is the correct way to echo back digits in asterisk 1.2.4? I tried say digits 123 and saydigits

[Asterisk-Users] saydigits

2006-03-13 Thread Jerry Geis
Thanks, turns out I wasnt calling the application with parenthis Saydigits(123) is what I needed... THanks, for the help. jerry Jerry Geis wrote: / I was searching on voip-info.org for saydigits. // I see no indication it is not valid in 1.2.4 asterisk. // however, when trying to use it I

[Asterisk-Users] Saydigits

2006-01-22 Thread Ronald Wiplinger
I had: exten = 695,2,SayDigits(${CALLERIDNUM}) ; Says your phone number but it does not work anymore after upgrade. How should it be now? ___ --Bandwidth and Colocation provided by Easynews.com -- Asterisk-Users mailing list To UNSUBSCRIBE or update

[Asterisk-Users] Saydigits

2005-07-01 Thread Jesus Mogollon
Hi... has anyone written or seen a variation of Saydigits that behaves like Background (listening and responding to DTMF)? If there's such a beast, I'd sure like to know... if not, how hard would it be to implement? Jesus ___ Asterisk-Users mailing

[Asterisk-Users] SayDigits -- ToneDigits??

2005-01-15 Thread Greg Blakely
I have a user who wants to receive an ANI spitback in DTMF. Right now, the SayDigits(${CALLERIDNUM}) command works fine with voice. But I'd like to end up doing both. Something along the lines of: exten = 34,1,Answer exten = 34,2,Wait(1) exten = 34,3,Playback(vm-extension) exten =

Re: [Asterisk-Users] SayDigits -- ToneDigits??

2005-01-15 Thread Trevor Peirce
Greg Blakely wrote: I have a user who wants to receive an ANI spitback in DTMF. Right now, the SayDigits(${CALLERIDNUM}) command works fine with voice. But I'd like to end up doing both. Something along the lines of: CLI show application SendDTMF -= Info about application 'SendDTMF' =-

[Asterisk-Users] saydigits/background

2004-07-03 Thread Randy Bush
is there a way to do SayDigits() or equivalent that is backgrounded? application is exten = s,1,Background(zz-fwd-areyouat) ; use callerid or enter exten = s,2,SayDigits(${CALLERIDNUM}) ; telling callerid exten = _*,1,Macro(fwd-set,${userid},${CALLERIDNUM}) exten =

Re: [Asterisk-Users] SayDigits

2004-01-25 Thread Grzegorz Nosek
On Sat, 24 Jan 2004 10:56:59 -0800, Chris Wilson wrote Has anyone had this problem: (When calling to ext. 1010) Jan 24 10:50:27 WARNING[-1252262992]: file.c:446 ast_openstream: File digits/ does not exist in any format Jan 24 10:50:27 WARNING[-1252262992]: file.c:734

Re: [Asterisk-Users] SayDigits

2004-01-25 Thread Chris Wilson
Awesome, that worked! Thanks :) Chris - Original Message - From: Grzegorz Nosek [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, January 25, 2004 1:31 AM Subject: Re: [Asterisk-Users] SayDigits On Sat, 24 Jan 2004 10:56:59 -0800, Chris Wilson wrote Has anyone had this problem

[Asterisk-Users] SayDigits

2004-01-24 Thread Chris Wilson
Has anyone had this problem: (Whencalling to ext. 1010) Jan 24 10:50:27 WARNING[-1252262992]: file.c:446 ast_openstream: File digits/" does not exist in any formatJan 24 10:50:27 WARNING[-1252262992]: file.c:734 ast_streamfile: Unable to open digits/" (format ULAW): No such file or

Re: [Asterisk-Users] SayDigits

2003-05-28 Thread Gary Gapinski
On Tuesday 27 May 2003 20:52, Richard Alexander wrote: I suspect that the (American) voice would have called the hash pound in any case.. :-) Or octothorpe. See http://www.wikipedia.org/wiki/Number%20sign ___ Asterisk-Users mailing list [EMAIL

Re: [Asterisk-Users] SayDigits

2003-05-27 Thread Gary
On Tue, 27 May 2003 11:48:19 -0700 (PDT), Brad Bergman wrote: I think SayDigits will say anything for which there is a sound file in the digits directory. So if you put a S.gsm file there, SayDigits,S98 should say Star Nine Eight. I realize that's not exactly what you're looking for. Close,

Re: [Asterisk-Users] SayDigits

2003-05-27 Thread Gary
Ah, now has anyone got a gsm of thevoice for start and hash ?? On Tue, 27 May 2003 17:06:30 -0700, Jim Gottlieb wrote: On 2003-05-28 at 09:57, Gary ([EMAIL PROTECTED]) wrote: how the heck can you have a asterisk(star).gsm file ??? I was able to create one with touch \*.gsm so this should

RE: [Asterisk-Users] SayDigits

2003-05-27 Thread Gary
in any case.. :-) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gary Sent: Tuesday, May 27, 2003 8:38 PM To: [EMAIL PROTECTED] Subject: Re: [Asterisk-Users] SayDigits Ah, now has anyone got a gsm of thevoice for start and hash ?? On Tue, 27 May 2003

Re: [Asterisk-Users] SayDigits

2003-05-27 Thread Gary
On Tue, 27 May 2003 17:06:30 -0700, Jim Gottlieb wrote: On 2003-05-28 at 09:57, Gary ([EMAIL PROTECTED]) wrote: how the heck can you have a asterisk(star).gsm file ??? I was able to create one with touch \*.gsm so this should work. I doubt asterisk is doing any globbing.