From 989ddf9cb0bb3a643d8c73e2261e9feb09ae3ea8 Mon Sep 17 00:00:00 2001 From: Rodgger Date: Thu, 26 Jan 2023 10:45:18 -0500 Subject: [PATCH] teste agi_c --- agi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agi.c b/agi.c index e38214e..e8572c0 100644 --- a/agi.c +++ b/agi.c @@ -194,7 +194,7 @@ int agi_verbose_all_param(s_agi_parameter *param){ fflush(stdin); // char buff[100]; // fgets(buff, 100, stdin); - printf("VERBOSE \"+%d(%s)\" 2\n", strlen(buff), buff); + // printf("VERBOSE \"+%d(%s)\" 2\n", strlen(buff), buff); ast_agi_stdin( p, 200 ); printf("VERBOSE \"%d(%s)\" 2\n", strlen(p), p); fflush(stdout);