提交 8c983284 authored 作者: Daniel Swarbrick's avatar Daniel Swarbrick

Allow longer input regexes to be used in phrases

上级 0632d22c
......@@ -193,7 +193,7 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_phrase_macro_event(switch_core_sessio
if (pattern) {
switch_regex_t *re = NULL;
int proceed = 0, ovector[30];
int proceed = 0, ovector[100];
char *substituted = NULL;
uint32_t len = 0;
char *odata = NULL;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论