]> 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)
committerAsterisk Development Team <asteriskteam@digium.com>
Wed, 10 Sep 2025 19:52:59 +0000 (19:52 +0000)
Fixes: #1317
(cherry picked from commit 3403da9c019ca7d71c2549d3c533b6ce5975ac43)

res/res_agi.c

index 815443b861cb69ba083571fd192c112ee5f750ad..0b60af9bcd4f7566de4481b135eca678e505327f 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";