mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-15 00:41:02 +00:00
res_agi: Increase AGI command buffer size from 2K to 8K
Fixes: #1317
(cherry picked from commit bdc66057ee
)
This commit is contained in:
committed by
Asterisk Development Team
parent
f313e55223
commit
6813e0c6aa
@@ -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";
|
||||
|
Reference in New Issue
Block a user