From: Sperl Viktor Date: Tue, 22 Jul 2025 13:04:01 +0000 (+0200) Subject: res_agi: Increase AGI command buffer size from 2K to 8K X-Git-Tag: 22.6.0-rc1~39 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=efd06053596dd4cc60fae5b5b44cfe6911d4bc7f;p=thirdparty%2Fasterisk.git res_agi: Increase AGI command buffer size from 2K to 8K Fixes: #1317 (cherry picked from commit 5441b01193973db71ea24da21a82279db8c02aac) --- diff --git a/res/res_agi.c b/res/res_agi.c index 815443b861..0b60af9bcd 100644 --- a/res/res_agi.c +++ b/res/res_agi.c @@ -1548,7 +1548,7 @@ #define MAX_ARGS 128 #define MAX_CMD_LEN 80 #define AGI_NANDFS_RETRY 3 -#define AGI_BUF_LEN 2048 +#define AGI_BUF_LEN 8192 #define SRV_PREFIX "_agi._tcp." static char *app = "AGI";