multi-call: add hint in config.ini.example
This commit is contained in:
parent
993c5f3988
commit
7b6f0ef264
@ -16,6 +16,10 @@ password = foobar
|
|||||||
# Adjust it if you need to meet the specific bandwidth requirements of Murmur server
|
# Adjust it if you need to meet the specific bandwidth requirements of Murmur server
|
||||||
frameLength = 40
|
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]
|
[mumble]
|
||||||
host = example.org
|
host = example.org
|
||||||
port = 64738
|
port = 64738
|
||||||
|
Loading…
Reference in New Issue
Block a user