Browse Source

teste agi_c

remotes/origin/master
Rodgger 2 years ago
parent
commit
3d097e46d7
  1. 4
      agi.c

4
agi.c

@ -188,10 +188,10 @@ int agi_verbose_all_param(s_agi_parameter *param){
printf("VERBOSE \"+%s\" \n", str);
char p[200];
ast_agi_stdin( p, 200 );
printf("VERBOSE \"+%s\"\n", p);
printf("VERBOSE \"+(%s)\"\n", p);
ast_agi_stdin( p, 200 );
printf("VERBOSE \"+%s\"\n", p);
printf("VERBOSE \"(%s)\"\n", p);
param = param->next;
}

Loading…
Cancel
Save