aboutsummaryrefslogtreecommitdiffstats
path: root/main/cdr.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/cdr.c')
-rw-r--r--main/cdr.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/main/cdr.c b/main/cdr.c
index 3fa018c51..16279a840 100644
--- a/main/cdr.c
+++ b/main/cdr.c
@@ -157,6 +157,11 @@ void ast_cdr_unregister(const char *name)
AST_RWLIST_UNLOCK(&be_list);
}
+int ast_cdr_isset_unanswered(void)
+{
+ return unanswered;
+}
+
/*! Duplicate a CDR record
\returns Pointer to new CDR record
*/