mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-01 06:35:09 +00:00
Allow longer input regexes to be used in phrases
This commit is contained in:
parent
0632d22cc8
commit
8c98328433
@ -193,7 +193,7 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_phrase_macro_event(switch_core_sessio
|
|||||||
|
|
||||||
if (pattern) {
|
if (pattern) {
|
||||||
switch_regex_t *re = NULL;
|
switch_regex_t *re = NULL;
|
||||||
int proceed = 0, ovector[30];
|
int proceed = 0, ovector[100];
|
||||||
char *substituted = NULL;
|
char *substituted = NULL;
|
||||||
uint32_t len = 0;
|
uint32_t len = 0;
|
||||||
char *odata = NULL;
|
char *odata = NULL;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user