<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)
Exten => 123,3,Hangup


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to