From 7b6f0ef264d21488f59e8b66bf3acfcc3693e5d7 Mon Sep 17 00:00:00 2001 From: Scott Hardin Date: Sat, 27 May 2017 17:15:52 +0200 Subject: [PATCH] multi-call: add hint in config.ini.example --- config.ini.example | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config.ini.example b/config.ini.example index bd40a0b..62690c2 100644 --- a/config.ini.example +++ b/config.ini.example @@ -16,6 +16,10 @@ password = foobar # Adjust it if you need to meet the specific bandwidth requirements of Murmur server frameLength = 40 +# Set the maximum number of SIP calls to allow simultaneously. This should be <= 32. +# If you need more, recompile PJSUA LIB and also modify the define in main.hpp. +max_calls = 1 + [mumble] host = example.org port = 64738