aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/cdr.h
diff options
context:
space:
mode:
authorjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2004-06-28 03:41:41 +0000
committerjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2004-06-28 03:41:41 +0000
commitaeae23af4804896b50b766990b7ae06eaa5c9ad1 (patch)
tree63d1c21657bb4bfff52647e8a7c0afd1d71199bc /include/asterisk/cdr.h
parent37da1f798268d68f5170cfee634281d14a69130e (diff)
Add new built-in app 'SetAMAFlags'
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3327 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk/cdr.h')
-rwxr-xr-xinclude/asterisk/cdr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asterisk/cdr.h b/include/asterisk/cdr.h
index c1e90ff82..05d50664d 100755
--- a/include/asterisk/cdr.h
+++ b/include/asterisk/cdr.h
@@ -233,6 +233,7 @@ extern void ast_cdr_reset(struct ast_cdr *cdr, int post);
extern char *ast_cdr_flags2str(int flags);
extern int ast_cdr_setaccount(struct ast_channel *chan, char *account);
+extern int ast_cdr_setamaflags(struct ast_channel *chan, char *account);
extern int ast_cdr_setuserfield(struct ast_channel *chan, char *userfield);