Travis May | as5350xm IOS: c5350-jk9su2_ivs-mz.151-2.T1.bin The following is occuring when collecting digits on the outbound leg after the call is answered. The behavior is not desired. The result is that the prompt is played out, then FILLED as soon as the prompt is done playing, thus exiting the form. Sep 5 20:01:47.744: //339/392601DF800B/VXML:/vxml_vapp_digit_collect: termchar # minlength 0 maxlength 0 timeout 4000 interdigittimeout 1000 numPatterns=1hotword 0 abortKey Sep 5 20:01:47.744: //339//AFW_:/vapp_digit_collect: Sep 5 20:01:47.744: //339//AFW_:/vapp_digit_collect: numPatterns 1, minlength 0, maxlength 0, timeout 4000, interDigitTimeout 1000 hotword 0 Sep 5 20:01:47.744: //339//Digi:/C_DigitCollect_Start: Leg=339, Dialplan=False, Diaplanterm=False, DigitReport=False, DigitConsume=False IgnoreInitialKey=False, IgnoreDTMFacceptINFO=False, Abortkey=, Terminationkey=#, Numpatterns=1, Maxdigits=0, Mindigits=0, Interruptprompt=False, InterTimeout=1000, Initialtimeout=4000, Mask=0 Hotword=0 Sep 5 20:01:47.744: //-1//Digi:/AFW_DigitCollect_New: Sep 5 20:01:47.744: //-1//Digi:HN056B2E40:/AFW_DigitCollect_New: DialPlan=FALSE AbortKey= TermKey=# NumPatts=1 Enable=FALSE Consume=FALSE InterruptPrompt=FALSE minDigits=0 maxDigits=0 DialPlanTerm=FALSE hotword=0 Sep 5 20:01:47.744: //339/392601DF800B/Digi:/DigitCollectStart_UpdateStats: Sep 5 20:01:47.744: //339//Digi:/DigitCollect_MLPPTuning: Sep 5 20:01:47.744: //339//Digi:/DigitCollect_MLPPTuning: Precednece Digit Collect not enabled Sep 5 20:01:47.744: //339//Digi:/AFW_M_DigitCollect_Initiate: copy dnis 13105701000 to digit collect buffer <vxml version="2.0"> <property name="timeout" value="4s"/> <property name="interdigittimeout" value="1s"/> <property name="bargein" value="true"/> <form id="formHumanInput"> <var name="inputReceived" expr="0" /> <var name="actionType" expr="'requireKeyPressToAcceptCall'" /> <field name="humanInput"> <grammar type="application/grammar+regex">.</grammar> <prompt bargein="true" cisco-typeaheadflush="true"> <audio src="/media/en/pressKeyToAcceptCall.wav"/> </prompt> <!--- if key pressed, set inputReceived=0, then exit---> <filled> <assign name="inputReceived" expr="1" /> <exit namelist="actionType inputReceived" /> </filled> <!--- re-prompt once if no response ---> <noinput> <reprompt/> </noinput> <!--- exit if no response after greeting plays two times ---> <noinput count="2"> <exit namelist="actionType inputReceived" /> </noinput>
</field> </form> </vxml> |