res_agi: Increase AGI command buffer size from 2K to 8K

Fixes: #1317
This commit is contained in:
Sperl Viktor
2025-07-22 15:04:01 +02:00
committed by github-actions[bot]
parent 741ad37086
commit 5f433e2442

View File

@@ -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";