summaryrefslogtreecommitdiff
path: root/test/test.h
diff options
context:
space:
mode:
authorAlfred E. Heggestad <aeh@db.org>2016-07-31 16:45:03 +0200
committerAlfred E. Heggestad <aeh@db.org>2016-07-31 16:45:03 +0200
commit8673275df8551a378fddfa570ace148eb340cf07 (patch)
treead09d7dfc632656766050a247d07976bb134a013 /test/test.h
parent85e7ca656ea838805a702df278d1d73a2fb8f684 (diff)
test: add test for sending DTMF-digits
Diffstat (limited to 'test/test.h')
-rw-r--r--test/test.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/test.h b/test/test.h
index 489f8e0..4c6c11b 100644
--- a/test/test.h
+++ b/test/test.h
@@ -83,6 +83,14 @@ int dns_server_add_srv(struct dns_server *srv, const char *name,
uint16_t pri, uint16_t weight, uint16_t port,
const char *target);
+/*
+ * Mock Audio-source
+ */
+
+struct ausrc;
+
+int mock_ausrc_register(struct ausrc **ausrcp);
+
/* test cases */
@@ -106,6 +114,7 @@ int test_call_answer_hangup_b(void);
int test_call_rtp_timeout(void);
int test_call_multiple(void);
int test_call_max(void);
+int test_call_dtmf(void);
#ifdef __cplusplus