Index: res/res_agi.c =================================================================== RCS file: /usr/cvsroot/asterisk/res/res_agi.c,v retrieving revision 1.14 diff -u -r1.14 res_agi.c --- res/res_agi.c 7 Nov 2004 16:21:01 -0000 1.14 +++ res/res_agi.c 15 Nov 2004 23:05:05 -0000 @@ -448,6 +448,9 @@ else return RESULT_FAILURE; } + if (option_verbose > 2) + ast_verbose(VERBOSE_PREFIX_3 "Playing '%s' (escape_digits=%s)\n", argv[2], argv[3]); + res = ast_waitstream_full(chan, argv[3], agi->audio, agi->ctrl); /* this is to check for if ast_waitstream closed the stream, we probably are at * the end of the stream, return that amount, else check for the amount */