diff --git a/daemon/rtpengine.pod b/daemon/rtpengine.pod index 2e77961f2..4f97587f5 100644 --- a/daemon/rtpengine.pod +++ b/daemon/rtpengine.pod @@ -37,7 +37,7 @@ version number and exit. Print a list of supported codecs and exit. -=item B<--config-file> +=item B<--config-file=>I Specifies the location of a config file to be used. The config file is an I<.ini> style config file, with all command-line options listed here also @@ -56,7 +56,7 @@ 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. -=item B<--config-section> +=item B<--config-section=>I Specifies the I<.ini> style section to be used in the config file. Multiple sections can be present in the config file, but only one can be @@ -194,9 +194,9 @@ Default to 30000 and 40000 respectively. Takes an integer as argument and controls the highest log level which will be sent to syslog. -The log levels correspond to the ones found in the syslog(3) man page. -The default value is 6, equivalent to LOG_INFO. -The highest possible value is 7 (LOG_DEBUG) which will log everything. +The log levels correspond to the ones found in the L man page. +The default value is B<6>, equivalent to LOG_INFO. +The highest possible value is B<7> (LOG_DEBUG) which will log everything. During runtime, the log level can be decreased by sending the signal SIGURS1 to the daemon and can be increased with the signal SIGUSR2. @@ -256,12 +256,12 @@ Only useful in combination with B<--foreground>. Don't add timestamps to log lines written to stderr. Only useful in combination with B<--log-stderr>. -=item B<--log-mark-prefix> +=item B<--log-mark-prefix=>I Prefix to be added to particular data fields in log files that are deemed sensitive and/or private information. Defaults to an empty string. -=item B<--log-mark-suffix> +=item B<--log-mark-suffix=>I Suffix to be added to particular data fields in log files that are deemed sensitive and/or private information. Defaults to an empty string. @@ -296,7 +296,7 @@ old behaviour. Enables the B flag for all calls unconditionally. -=item B<-d>, B<--delete-delay> +=item B<-d>, B<--delete-delay=>I Delete the call from memory after the specified delay from memory. Can be set to zero for immediate call deletion. @@ -340,7 +340,7 @@ password is B. When both options are given, B will start and use the Redis database regardless of the database's role (master or slave). -=item B<-k>, B<--subscribe-keyspace> +=item B<-k>, B<--subscribe-keyspace=>I List of redis keyspaces to subscribe. If this is not present, no keyspaces are subscribed (default behaviour). diff --git a/debian/ngcp-rtpengine-recording-daemon.manpages b/debian/ngcp-rtpengine-recording-daemon.manpages new file mode 100644 index 000000000..96515be0c --- /dev/null +++ b/debian/ngcp-rtpengine-recording-daemon.manpages @@ -0,0 +1 @@ +recording-daemon/rtpengine-recording.8 diff --git a/recording-daemon/.gitignore b/recording-daemon/.gitignore index 7a13a9264..93c7cc403 100644 --- a/recording-daemon/.gitignore +++ b/recording-daemon/.gitignore @@ -17,3 +17,4 @@ ssllib.c dtmflib.c *-test *-test.c +*.8 diff --git a/recording-daemon/Makefile b/recording-daemon/Makefile index 0bb5ca725..6e9a7051c 100644 --- a/recording-daemon/Makefile +++ b/recording-daemon/Makefile @@ -30,6 +30,9 @@ LIBSRCS= loglib.c auxlib.c rtplib.c codeclib.c resample.c str.c socket.c streamb dtmflib.c OBJS= $(SRCS:.c=.o) $(LIBSRCS:.c=.o) +PODS= rtpengine-recording.pod +MANS= $(PODS:.pod=.8) + include ../lib/common.Makefile include .depend diff --git a/recording-daemon/rtpengine-recording.pod b/recording-daemon/rtpengine-recording.pod new file mode 100644 index 000000000..3d20f04ba --- /dev/null +++ b/recording-daemon/rtpengine-recording.pod @@ -0,0 +1,223 @@ +=head1 NAME + +rtpengine-recording - media recording daemon for Sipwise rtpengine + +=head1 SYNOPSIS + +B [I