Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Are there any coding examples for HAWHAW-based voice applications?

0
10 Posted

Are there any coding examples for HAWHAW-based voice applications?

0

Please take a look at the common HAWHAW coding examples from the HAWHAW demo. You can use both hawhaw.inc for PHP-coded applications or HAWHAW XML for XML-based applications. Please note that the following subjects are not yet supported by hastenix.pl: • All kind of forms and all underlying form elements like input elements, radio buttons, check boxes etc. • All kind of voice input. All navigation has to be done by means of DTMF instead. If you use linksets, HAWHAW automatically assigns DTMF keys for each link within the linkset (see pass2 of the HAWHAW demo). If you use stand-alone links within your HAW_deck object, you have to assign a DTMF key by means of the set_voice_dtmf() method. • Sophisticated VoiceXML functions like set_voice_help(), set_voice_noinput(), set_voice_property(), set_voice_navigator() etc. Hastenix supports speech recording! For more information how speech recording can be implemented with HAWHAW and PHP, please continue here in this document.

0

Please take a look at the common HAWHAW coding examples from the HAWHAW demo. You can use both hawhaw.inc for PHP-coded applications or HAWHAW XML for XML-based applications. Please note that the following subjects are not yet supported by hastenix.pl: • All kind of voice input. All navigation has to be done by means of DTMF instead. If you use linksets, HAWHAW automatically assigns DTMF keys for each link within the linkset (see pass2 of the HAWHAW demo). If you use stand-alone links within your HAW_deck object, you have to assign a DTMF key by means of the set_voice_dtmf() method. • Sophisticated VoiceXML functions like set_voice_help(), set_voice_noinput(), set_voice_property(), set_voice_navigator() etc. • Forms are supported only with restrictions: For the input of a sequence of DTMF digits you can define a form that contains one HAW_input element (plus multiple HAW_hidden elements) like this: $myInput = new HAW_input(“input”, “”, “Please enter some digits:”, “*N”); That kind of f

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.