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 was detected correctly but the 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