From 9da1970131662ad480dae589618411734dcf4905 Mon Sep 17 00:00:00 2001 From: "Alfred E. Heggestad" Date: Tue, 19 Jul 2016 18:37:38 +0200 Subject: add support for rtp_timeout and redial 1. Added support for RTP timeout. The feature is disabled by default and can be enabled with config "rtp_timeout N" where N is the number of seconds of RTP inactivity. If this is detected, the call is closed with a "special" SIP reason code of 701. 2. Added support for automatic re-connect in the menu module. This can be enabled by setting the 2 config items: redial_attempts 3 redial_delay 5 This work was contributed by Sveriges Radio. Thanks goes to Ola Palm and Jim Eld. --- test/main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'test/main.c') diff --git a/test/main.c b/test/main.c index 061f8ff..d403084 100644 --- a/test/main.c +++ b/test/main.c @@ -24,6 +24,7 @@ static const struct test tests[] = { TEST(test_call_answer_hangup_a), TEST(test_call_answer_hangup_b), TEST(test_call_reject), + TEST(test_call_rtp_timeout), TEST(test_cmd), TEST(test_cplusplus), TEST(test_mos), -- cgit v1.2.3