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-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f433e2442d5b9339075ae1863ec09427c0fd7f7;p=thirdparty%2Fasterisk.git res_agi: Increase AGI command buffer size from 2K to 8K Fixes: #1317 --- diff --git a/res/res_agi.c b/res/res_agi.c index 5f30fa0e3b..fb0f5a4a7a 100644 --- a/res/res_agi.c +++ b/res/res_agi.c @@ -1516,7 +1516,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";