[Asterisk-Dev] couldn't hear anything while playing file

Timur V. Elzhov Timur.Elzhov at jinr.ru
Wed Aug 17 10:05:05 MST 2005


On Wed, Aug 17, 2005 at 06:57:00PM +0400, Timur V. Elzhov wrote:

> So all the seem OK, but, I hear nothing :-/ (sure, any of that file is
> successfully played with "play" command.)

Well, the problem was solved by adding

  if (chan->_state != AST_STATE_UP)
      ast_answer(chan);

before playing functions.
Thanks.

-- 
Best regards,
Timur Elzhov




More information about the asterisk-dev mailing list