From: Anthony Minessale Date: Wed, 24 Jul 2013 16:38:01 +0000 (-0500) Subject: FS-5633 --resolve X-Git-Tag: v1.2.12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0a84f7be50688a5377bc105b51f7ca7fceea526e;p=thirdparty%2Ffreeswitch.git FS-5633 --resolve --- diff --git a/src/mod/applications/mod_fifo/mod_fifo.c b/src/mod/applications/mod_fifo/mod_fifo.c index a32736ec89..6933edd7e8 100644 --- a/src/mod/applications/mod_fifo/mod_fifo.c +++ b/src/mod/applications/mod_fifo/mod_fifo.c @@ -934,7 +934,7 @@ struct call_helper { switch_memory_pool_t *pool; }; -#define MAX_ROWS 25 +#define MAX_ROWS 250 struct callback_helper { int need; switch_memory_pool_t *pool;