Issue in freeswitch grammar with unimrcp

Viewed 15

In freeswitch asr with mod_unimrcp i have issue in detecting speech . if i run my code with session:execute("play_and_detect_speech",menu .. "detect:unimrcp {start-input-timers=false,no-input-timeout=" .. no_input_timeout .. ",recognition-timeout=" .. recognition_timeout .. "}" .. grammar) this grammar loaded properly and speech detected correctly but issue is it does not recognize it shows 001-no-match if i run with builtin:grammar and edit the default with my grammar it recognize everything and match every other word which is not listed in my grammar

0 Answers
Related