if (retry >= 1)
            {
              res = ast_streamfile (chan, prompt_error, chan->language);
              if (!res)
                res = ast_waitstream (chan, "");
            }

          res = _code_prompt (chan, &code_digits);

According to flow  after playing prompt_error file it should go to
_code_prompt function and execute ast_app_getdata function.

 But It plays prompt_error and then waites for some TIMEOUT value and
then goes to __code_prompt, Is there any value that I can set that
after file has been played ( don't want any DTMF from ast_stream) it
goes according to flow.

regards,
-ag
_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

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

Reply via email to