]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
res_agi: Increase AGI command buffer size from 2K to 8K
authorSperl Viktor <viktike32@gmail.com>
Tue, 22 Jul 2025 13:04:01 +0000 (15:04 +0200)
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Tue, 22 Jul 2025 17:39:43 +0000 (17:39 +0000)
Fixes: #1317
res/res_agi.c

index 5f30fa0e3bf04b54ddb14af451dbaa3b350c996a..fb0f5a4a7a3194ef26c4aa1489efc7dad633c1a6 100644 (file)
 #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";