diff --git a/daemon/rtpengine.pod b/daemon/rtpengine.pod index 3a881fc99..0b7772d08 100644 --- a/daemon/rtpengine.pod +++ b/daemon/rtpengine.pod @@ -54,7 +54,7 @@ given only once in the config file, with the multiple values separated by semicolons (see section L below for an example). As a special value, B can be passed here to suppress loading of the -default config file. +default config file F. =item B<--config-section=>I @@ -376,7 +376,7 @@ Enables the B flag for all calls unconditionally. =item B<-d>, B<--delete-delay=>I -Delete the call from memory after the specified delay from memory. +Delete the call after the specified delay from memory. Can be set to zero for immediate call deletion. =item B<-r>, B<--redis=>[IB<@>]IB<:>IBI @@ -513,11 +513,11 @@ teardown. =item B<--max-sessions=>I Limit the number of maximum concurrent sessions. -Set at startup via B in config file. +Set at startup via B in config file. Set at runtime via B util. Setting the B can be used in draining rtpengine sessions. -Enable feature: B +Enable feature: B Enable feature: B >= 0 Disable feature: B By default, the feature is disabled (i.e. maxsessions == -1). @@ -1041,10 +1041,10 @@ every I milliseconds with global stats. =item B<--mos=>B|B -MOS calculation formula. Defaults to B (conversational quality) which takes -RTT into account and therefore requires peers to correctly send RTCP. If set to -B (listening quality) RTT is ignored, allowing a MOS to be calculated in -the absence of RTCP. +MOS (Mean Opinion Score) calculation formula. Defaults to B (conversational +quality) which takes RTT into account and therefore requires peers to correctly +send RTCP. If set to B (listening quality) RTT is ignored, allowing a MOS to +be calculated in the absence of RTCP. =item B<--measure-rtp> diff --git a/iptables-extension/Makefile b/iptables-extension/Makefile index 4c9a0336c..cf70fd646 100644 --- a/iptables-extension/Makefile +++ b/iptables-extension/Makefile @@ -68,4 +68,4 @@ clean: rm -f libxt_RTPENGINE.so libipt_RTPENGINE.so libip6t_RTPENGINE.so install: - install libxt_RTPENGINE.so $(DESTDIR)$(shell pkg-config xtables --variable=xtlibdir) + install -D libxt_RTPENGINE.so $(DESTDIR)$(shell pkg-config xtables --variable=xtlibdir)/libxt_RTPENGINE.so diff --git a/kernel-module/Makefile b/kernel-module/Makefile index ef2a86b11..72ab0ceea 100644 --- a/kernel-module/Makefile +++ b/kernel-module/Makefile @@ -40,5 +40,5 @@ patch: ../utils/patch-kernel magic "$(PWD)" "$(KERNEL)" "$(RTPENGINE_VERSION)" install: - install xt_RTPENGINE.ko $(DESTDIR)/lib/modules/$(shell uname -r)/updates + install -D xt_RTPENGINE.ko $(DESTDIR)/lib/modules/$(shell uname -r)/updates/xt_RTPENGINE.ko depmod -a