]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
mod_rayo: fix error in SRGS grammar parser... <one-of><item>7</item><item>715</item...
authorChris Rienzo <chris.rienzo@grasshopper.com>
Thu, 9 Oct 2014 15:38:53 +0000 (11:38 -0400)
committerChris Rienzo <chris.rienzo@grasshopper.com>
Thu, 9 Oct 2014 15:55:45 +0000 (11:55 -0400)
commit1eebeaa7c363bb5235beccbb31fba7927ac60e49
tree79106277f38ba5d7f69efaa74c32fe30c0ba732c
parent75127619c61a3e8ed6314d5b5184c5c1fc20b048
mod_rayo: fix error in SRGS grammar parser... <one-of><item>7</item><item>715</item></one-of> will return MATCH_END with input of 7 instead of MATCH since 715 is a potential match with further input.
src/mod/event_handlers/mod_rayo/srgs.c
src/mod/event_handlers/mod_rayo/test_srgs/main.c