Allow longer input regexes to be used in phrases

This commit is contained in:
Daniel Swarbrick 2011-04-06 15:36:35 +02:00
parent 0632d22cc8
commit 8c98328433
1 changed files with 1 additions and 1 deletions

View File

@ -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;