mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 10:47:18 +00:00 
			
		
		
		
	Show more debugging
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@990 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -577,7 +577,7 @@ static int play_and_record(struct ast_channel *chan, char *playfile, char *recor | ||||
| 		time(&start); | ||||
| 	for (x=0;x<fmtcnt;x++) { | ||||
| 		others[x] = ast_writefile(recordfile, sfmt[x], comment, O_TRUNC, 0, 0700); | ||||
| 		ast_verbose( VERBOSE_PREFIX_3 "x=%i, open writing:  %s format: %s\n", x, recordfile, sfmt[x]); | ||||
| 		ast_verbose( VERBOSE_PREFIX_3 "x=%i, open writing:  %s format: %s, %p\n", x, recordfile, sfmt[x], others[x]); | ||||
| 			 | ||||
| 		if (!others[x]) { | ||||
| 			break; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user