Stefan Sayer
c1f3dee9de
by default, don't load py_sems
15 years ago
Stefan Sayer
51cae30c0c
add wait_for_bye_transaction config parameter, fixes auth of BYE
15 years ago
Stefan Sayer
193d49bfc7
clarified use of additional_interfaces in doc
15 years ago
Raphael Coeffic
e7740239da
allow network interface name for sip_ip* parameters.
15 years ago
Raphael Coeffic
2faaa4f4fa
aligned help in sems.conf.sample with the code in AmConfig.
15 years ago
Stefan Sayer
351e9fe447
adds next_hop core config option
15 years ago
Stefan Sayer
aa11873d0e
fixed/added sample config to multihoming
15 years ago
Stefan Sayer
7774944f12
adds shutdownmode, in which calls are replied with defined err
...
based on a patch by Robert Szokovacs
15 years ago
Stefan Sayer
8e2a4655eb
removed double stats.conf
15 years ago
Raphael Coeffic
6aaeb6ece9
moved IP related config to AmConfig
15 years ago
Raphael Coeffic
aafc7ba080
Wip: adds multiple interface to config reader
15 years ago
Stefan Sayer
9d7ccee705
add sems.conf option skip_dns_srv
15 years ago
Stefan Sayer
803fa90875
remove still sipctrl references in sample config
15 years ago
Stefan Sayer
4ff5d69fbd
cmake proxy_sticky_auth and accept_fr_without_totag
15 years ago
Stefan Sayer
23c333c734
introduce proxy_sticky_auth feature
...
thanks to Tobias Lindgren for reporting
15 years ago
Stefan Sayer
c4ee58f46b
add lost accept_fr_without_totag sample cfg option
15 years ago
Raphael Coeffic
61bb42dc19
renamed the tracked config so that it does not conflict with the one used during tests.
16 years ago
Peter Lemenkov
4f8d0c14b2
Sync CMake sems.conf template with latest sample config
...
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
16 years ago
debian
c319caf74e
mod config path again /etc/sems/etc
16 years ago
Stefan Sayer
cbf59af49d
introduced max_shutdown_time, limits server stop
...
to prevent SEMS from stopping if there are hanging sessions,
a limit on the maximum shutdown time (actually time to wait
for sessions to stop) can be configured
default: 10 seconds
turn off by setting to 0
16 years ago
Stefan Sayer
50056f4279
configuration for 100rel in sample config
16 years ago
Peter Lemenkov
f697f119ec
Sync with latest sems.conf.sample
...
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1948 8eb893ce-cfd4-0310-b710-fb5ebe64c474
16 years ago
Raphael Coeffic
b6c310ca5e
SEMS plug-in config files are now installed into $(cfg-target) instead of $(cfg-target)etc.
...
This means that all the config files are now in the same directory (by default: /etc/sems).
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1899 8eb893ce-cfd4-0310-b710-fb5ebe64c474
16 years ago
Stefan Sayer
9ea2b5318a
removed some more obsolete ser-sems stuff
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1844 8eb893ce-cfd4-0310-b710-fb5ebe64c474
16 years ago
Raphael Coeffic
d909b7a34f
- fix for the case where force_outbound_proxy is set to "yes" whereby no outbound_proxy has been set.
...
- added description for the new option in the example config file.
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1819 8eb893ce-cfd4-0310-b710-fb5ebe64c474
16 years ago
Raphael Coeffic
9ed85e1465
- sip_server_threads configuration parameter added.
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1805 8eb893ce-cfd4-0310-b710-fb5ebe64c474
16 years ago
Stefan Sayer
972283ff66
adds possibility to set UDP receive buffer size in config.
...
this can give the server some room for processing SIP messages in load spikes.
Obviously that can not help against constant overload though...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1786 8eb893ce-cfd4-0310-b710-fb5ebe64c474
16 years ago
Stefan Sayer
ceb2030acc
Introduces optional (compile-time) threadpool for signaling support.
...
to use it, set USE_THREADPOOL in Makefile.defs and configure thread pool
size with session_processor_threads= parameter in sems.conf :
+# compile with session thread pool support?
+# use this for very high concurrent call count
+# applications (e.g. for signaling only)
+# if compiled with thread pool, there will be a
+# thread pool of configurable size processing the
+# signaling and application logic of the calls.
+# if compiled without thread pool support, every
+# session will have its own thread.
+#
+#USE_THREADPOOL = yes
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1782 8eb893ce-cfd4-0310-b710-fb5ebe64c474
16 years ago
Stefan Sayer
f08a1e7416
added more explanation about module loading
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1541 8eb893ce-cfd4-0310-b710-fb5ebe64c474
16 years ago
Peter Lemenkov
db32233ba8
- Install main config-file.
...
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1519 8eb893ce-cfd4-0310-b710-fb5ebe64c474
17 years ago
Stefan Sayer
33876e9d04
implemented options_session_limit: SEMS-31 Special OPTIONS response if near session_limit
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1506 8eb893ce-cfd4-0310-b710-fb5ebe64c474
17 years ago
Stefan Sayer
64d8ace63e
option to enable event queue logging. (disabled by default, as this creates too much noise in the log)
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1488 8eb893ce-cfd4-0310-b710-fb5ebe64c474
17 years ago
Stefan Sayer
3e17912134
typo. (public_sip->public_ip)
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1481 8eb893ce-cfd4-0310-b710-fb5ebe64c474
17 years ago
Stefan Sayer
8078e57729
use default signature per default config; wait a little while restarting sems, to let it end
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1235 8eb893ce-cfd4-0310-b710-fb5ebe64c474
17 years ago
Stefan Sayer
35fa987f32
fixed including config files' path
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1234 8eb893ce-cfd4-0310-b710-fb5ebe64c474
17 years ago
Stefan Sayer
79f015916c
makes log level of unhandled (positive) replies configurable
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1231 8eb893ce-cfd4-0310-b710-fb5ebe64c474
17 years ago
Stefan Sayer
eec967b112
reorganised and ordered sample config
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1229 8eb893ce-cfd4-0310-b710-fb5ebe64c474
17 years ago
Stefan Sayer
f8d6207e97
using apphdr value as default application
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1191 8eb893ce-cfd4-0310-b710-fb5ebe64c474
17 years ago
Stefan Sayer
96a87a1d94
added sipctrl to load_plugins example. clarified module load comments.
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1014 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Juha Heinanen
79219d71ab
* Changes "listen" sems.conf variable to "media_ip".
...
* Added printing of "outbound_proxy" value (if any) in sems
configuration at startup.
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@994 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
6f44a030bb
core ZRTP support (see zfoneproject.com)
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@950 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
d5ab4c2db6
optional INFO logging of sessions created and stopped
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@927 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Richard Newman
3c7c8297f5
Add configuration parameter 'public_ip' and mechanisms to use it in SDP body generation.
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@917 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
f40b479023
excluding precoded_announce by default
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@861 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
08f1c0659f
configurable syslog facility
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@794 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
9c0e638fdd
changed standard overload reply code
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@789 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
7e312d72cf
configurable session limit, after which the server will not accept further calls.
...
thanks to Dan-Cristian Bogos for the idea
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@788 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Raphael Coeffic
bbcb76c63c
corrected typo (unxisockctrl -> unixsockctrl)
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@777 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Raphael Coeffic
a921931e2e
- changed default SIP port to 5080.
...
- changed default control plugin to sipctrl.
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@776 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
a2eb922962
re-added P-App-Name application selection
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@733 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago