summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/baresip.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/baresip.h b/include/baresip.h
index 68cf423..d60b0a5 100644
--- a/include/baresip.h
+++ b/include/baresip.h
@@ -150,6 +150,11 @@ struct config_sip {
char cert[256]; /**< SIP Certificate */
};
+/** Call config */
+struct config_call {
+ uint32_t local_timeout; /**< Incoming call timeout [sec] 0=off */
+};
+
/** Audio */
struct config_audio {
char src_mod[16]; /**< Audio source module */
@@ -210,6 +215,8 @@ struct config {
struct config_sip sip;
+ struct config_call call;
+
struct config_audio audio;
#ifdef USE_VIDEO