mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	Minor Fix to disposition on clone routine
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4298 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -40,6 +40,7 @@ static void ast_cdr_clone(struct ast_cdr *cdr) { | ||||
| 	ast_cdr_append(cdr,newcdr); | ||||
| 	gettimeofday(&newcdr->start, NULL); | ||||
| 	memset(&newcdr->answer, 0, sizeof(newcdr->answer)); | ||||
| 	newcdr->disposition = AST_CDR_NOANSWER; | ||||
| 	ast_cdr_add_flag(cdr,AST_CDR_FLAG_CHILD|AST_CDR_FLAG_LOCKED); | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user