diff options
author | Alfred E. Heggestad <aeh@db.org> | 2016-02-14 17:58:09 +0100 |
---|---|---|
committer | Alfred E. Heggestad <aeh@db.org> | 2016-02-14 17:58:09 +0100 |
commit | d69860809e79de1638f44fd7c06c5b71364060c5 (patch) | |
tree | be37d8b573ead154a9571d8c04beda1d379af3ea /test/test.h | |
parent | 7c1aa26a289f18ce5dda6021166d7fcfedcb8911 (diff) |
test: add testcases for call hangup from both sides
Diffstat (limited to 'test/test.h')
-rw-r--r-- | test/test.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test.h b/test/test.h index fc90989..4a91d28 100644 --- a/test/test.h +++ b/test/test.h @@ -82,6 +82,8 @@ int test_ua_register(void); int test_call_answer(void); int test_call_reject(void); int test_call_af_mismatch(void); +int test_call_answer_hangup_a(void); +int test_call_answer_hangup_b(void); #ifdef __cplusplus |