summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/baresip.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/baresip.h b/include/baresip.h
index ae73cae..22c75ea 100644
--- a/include/baresip.h
+++ b/include/baresip.h
@@ -100,6 +100,7 @@ struct list *call_streaml(const struct call *call);
struct ua *call_get_ua(const struct call *call);
bool call_is_onhold(const struct call *call);
bool call_is_outgoing(const struct call *call);
+void call_enable_rtp_timeout(struct call *call, uint32_t timeout_ms);
/*
@@ -201,6 +202,7 @@ struct config_avt {
bool rtcp_mux; /**< RTP/RTCP multiplexing */
struct range jbuf_del; /**< Delay, number of frames */
bool rtp_stats; /**< Enable RTP statistics */
+ uint32_t rtp_timeout; /**< RTP Timeout in seconds (0=off) */
};
/* Network */