Hi! > > I think Asterisk will detect the dtmf for you and the speach recognition > > will detect speach. > > That's what I was hoping could be done. How do you set up the dialplan to > have both of those functions run simultaneously?
Look at SpeechBackground() that comes with Asterisk. Look here: http://www.lumenvox.com/help/speechEngineAsterisk/development/dtmf-and- speech.htm "When you call SpeechBackground() to perform speech recognition, Asterisk listens for both speech and DTMF entry. As soon as it detects a DTMF key press, it immediately stops streaming audio to the Speech Engine and it will then collect exclusively DTMF for that interaction." And yes, it also works in reality. :-) I would assome that the same applies to Vestec. Philipp -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
