summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlfred E. Heggestad <aeh@db.org>2016-07-23 17:07:25 +0200
committerAlfred E. Heggestad <aeh@db.org>2016-07-23 17:07:25 +0200
commit7b4de472d27e9fe5201a8e0b847e5b2281b71452 (patch)
treed4cc3a4afee18b315c81b918900353475426d64d /include
parent7cedfabc81c9de28c3925e2d26abd39513013697 (diff)
added config 'call_max_calls' to limit maximum number of calls per ua
Diffstat (limited to 'include')
-rw-r--r--include/baresip.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/baresip.h b/include/baresip.h
index 4eb0ea0..26ddf4b 100644
--- a/include/baresip.h
+++ b/include/baresip.h
@@ -160,6 +160,7 @@ struct config_sip {
/** Call config */
struct config_call {
uint32_t local_timeout; /**< Incoming call timeout [sec] 0=off */
+ uint32_t max_calls; /**< Maximum number of calls, 0=unlimited */
};
/** Audio */