From: Anthony Minessale Date: Wed, 24 Jul 2013 16:38:01 +0000 (-0500) Subject: FS-5633 --resolve X-Git-Tag: v1.4.1~19^2~64 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c4287ed540b1d4b74c0cf8859dfdbad3b60feca;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 a2acd21a26..05652d2c23 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;