aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-09-02 00:33:42 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-09-02 00:33:42 +0000
commit8b0ffe4ab81eb8799797e7e5bfabc32ff7e72133 (patch)
tree93de62b095d6c29e864df600118a72a55081c3f9
parent09234e825c5559cca9da891caf333e0c3077a969 (diff)
iTholo fixes
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1460 f38db490-d61c-443f-a65b-d21fe96a405b
-rwxr-xr-xMakefile2
-rwxr-xr-xpbx.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9383bfcb9..844b9ab92 100755
--- a/Makefile
+++ b/Makefile
@@ -189,6 +189,8 @@ ast_expr.o: ast_expr.c
cli.o: cli.c build.h
+asterisk.o: asterisk.c build.h
+
ifneq ($(strip $(ASTERISKVERSION)),)
build.h: .version
./make_build_h
diff --git a/pbx.c b/pbx.c
index dea3ef4c6..8c48d1e09 100755
--- a/pbx.c
+++ b/pbx.c
@@ -1799,7 +1799,7 @@ 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_verbose(VERBOSE_PREFIX_2 "CDR updated on %s\n",c->name);
ast_cdr_update(c);
}
}