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,End
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 se
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 languag
>> 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.
>> 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."
--
boun...@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?
Reag
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 live
e-
> From: asterisk-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 doe
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 7
-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 of the lot is
being executed, but I hear nothin
rs@lists.digium.com
> *Subject:* 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
others will not.
From: 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:
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 played
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
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/ ???);
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)
howe
> I tried "say digits 123" and "saydigits 123" both
> gave "no application "
> error
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)
E
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 "saydig
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 g
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 "saydig
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
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
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 lis
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' =-
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 => 34,4,
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 =>
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
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
> as
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 formatJan 24 10:50:27
WARNING[-1252262992]: file.c:734 ast_streamfile: Unable to open digits/" (format
ULAW): No such file or dire
You could always be proper and call it 'Octothorp' but that might just confuse everyone.
Richard Alexander wrote:
I'm used to both "pound" and "hash" being born in Europe but working in
US. My UK and Irish friends look blank if I say "pound key" and equally,
American colleagues seem to have no ide
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
[EMA
I'm used to both "pound" and "hash" being born in Europe but working in
US. My UK and Irish friends look blank if I say "pound key" and equally,
American colleagues seem to have no idea what the "hash" key is.
I seem to recall that BT went through a phase of calling it the "square"
key too...
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.
>___
called the hash "pound"
>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
>
&
I suspect that the (American) voice would have called the hash "pound"
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] SayDigit
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 sh
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.
___
Asterisk-Users mailing list
[
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.
Clo
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.
On Tue, 27 May 2003, Gary wrote:
> Any chance of say digits being ex
39 matches
Mail list logo