Skip to content
Snippets Groups Projects
Commit 7893c6b1 authored by Mark Spencer's avatar Mark Spencer
Browse files

Update CDR's when changing extensions

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1457 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent d855c285
No related branches found
No related tags found
No related merge requests found
......@@ -1797,6 +1797,11 @@ int ast_pbx_run(struct ast_channel *c)
}
}
}
if (c->cdr) {
if (option_verbose > 2)
ast_verbose(VERBOSE_PREFIX_2,"CDR updated on %s\n",c->name);
ast_cdr_update(c);
}
}
}
if (firstpass)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment