Hello, 
I tried to Playback a sound file and also read DTMF from a caller in NOANSWER 
state. but still unsuccessful. 
As of Asterisk 1.4: 
Read(variable[,filename][,maxdigits][,option][,attempts][,timeout]) 
* option: may be 'skip' to return immediately if the line is not up, or 
'noanswer' to read digits even if the line is not up.

So I tried 
exten => _X.,3,Read(get,hello,4,noanswer,1,8)
But fail when I use "noanswer" in option.
Please help me to solve this problem.

Thanks
_______________________________________________
Asterisk mailing list
[email protected]
http://www.muug.mb.ca/mailman/listinfo/asterisk

Reply via email to