mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 11:25:35 +00:00
iTholo fixes
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1460 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
2
Makefile
2
Makefile
@@ -189,6 +189,8 @@ ast_expr.o: ast_expr.c
|
|||||||
|
|
||||||
cli.o: cli.c build.h
|
cli.o: cli.c build.h
|
||||||
|
|
||||||
|
asterisk.o: asterisk.c build.h
|
||||||
|
|
||||||
ifneq ($(strip $(ASTERISKVERSION)),)
|
ifneq ($(strip $(ASTERISKVERSION)),)
|
||||||
build.h: .version
|
build.h: .version
|
||||||
./make_build_h
|
./make_build_h
|
||||||
|
2
pbx.c
2
pbx.c
@@ -1799,7 +1799,7 @@ int ast_pbx_run(struct ast_channel *c)
|
|||||||
}
|
}
|
||||||
if (c->cdr) {
|
if (c->cdr) {
|
||||||
if (option_verbose > 2)
|
if (option_verbose > 2)
|
||||||
ast_verbose(VERBOSE_PREFIX_2,"CDR updated on %s\n",c->name);
|
ast_verbose(VERBOSE_PREFIX_2 "CDR updated on %s\n",c->name);
|
||||||
ast_cdr_update(c);
|
ast_cdr_update(c);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user