Author Message
MuhammadUmair
Joined: Mar 1, 2013
Messages: 0
Offline
Dear all,

I am new to CCXML and VXML platform and new in this forum as well. I tried to receive multiple dtmf input from user. One DTMF working fine with menu and choice tags. I got the error in voice portal is Error: error.noresource.asr , No ASR resource available. Even i did not used any speech recognition. Is that necessary to purchase a license of it. Below you find the sample code as well.

<form id="greeting">
   <property name="inputmodes" value="dtmf"/>   
   <field name="w" type="digits?maxlength=10">
   <audio src="Audio/EnterNum.wav"></audio>
   <log expr="'*** Play the Enter Number Audio message***'"/>
   </field>   
   <filled namelist="w">
   <log expr="'Entered Number: (' + w + ')'"/>    
    </filled>      
   <catch event="no-input">
   <audio src="Audio/NoEntry.wav.wav"></audio>
   </catch>   
</form>
CraigJohnson5
Joined: Oct 24, 2013
Messages: 413
Offline
Please post your question in the Avaya Aura Orchestration Designer forum.
Go to:   
Mobile view