Asterisk : SpeechBackground application.

Posted by abinila on Stack Overflow See other posts from Stack Overflow or by abinila
Published on 2010-05-11T10:12:23Z Indexed on 2010/05/11 10:14 UTC
Read the original article Hit count: 127

Filed under:

Hai everyone,

I have used the SpeechBackground application in asterisk. I used the version 1.6.0.6.

I have a entry like,

;;SpeechCreate

exten => s,1,SpeechCreate()
exten => s,2,SpeechActivateGrammar(yesno)
exten => s,3,SpeechStart()
exten => s,4,SpeechBackground(demo-instruct)
exten => s,5,SpeechDeactivateGrammar(yesno)

I don't know which file I meed to give in SpeechBackground application. Please give me any idea. I have given the sound file from /sounds directory.

If I call to 's' the call will be immediately released.I didn't get any audio sound. Please any one help me...

© Stack Overflow or respective owner

Related posts about asterisk