]> 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:41:22 +0000 (11:41 -0400)
commit28bc992fcedbdf7814556074da856944fcbd9bfe
treec9516f825235a32d36f05657543ffcdbaeba6e6b
parent63734bcde09204843d49dd1530eb37cdf581ac2c
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