[Asterisk-Users] saydigits
Rich Adamson
radamson at routers.com
Tue Mar 14 05:23:54 MST 2006
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 123" both gave "no application "
> error
Try something like this as an experiment:
; Read back caller's number
exten => 3912,1,Wait(1)
exten => 3912,2,SayDigits(${CALLERID(num)})
exten => 3912,3,Hangup
More information about the asterisk-users
mailing list