Browse Source

teste agi_c

remotes/origin/master
Rodgger 2 years ago
parent
commit
1674790c40
  1. 2
      agi.c

2
agi.c

@ -186,7 +186,7 @@ int agi_verbose_all_param(s_agi_parameter *param){
snprintf( str, 300, "DEBUG - %s: |%s|", (param->key == NULL ? "NULL" : param->key), (param->value == NULL ? "NULL" : param->value ) );
int n = 0;
printf("VERBOSE \"+%s\" \n", str);
printf("ANSWER \n");
char p[200];
ast_agi_stdin( p, 200 );
printf("VERBOSE \"+%d(%s)\"\n", strlen(p), p);

Loading…
Cancel
Save