From a36ec93cd1ad9970d742182c2cfeaf57c43ef988 Mon Sep 17 00:00:00 2001 From: Peter Lemenkov Date: Tue, 18 May 2010 13:55:33 +0000 Subject: [PATCH] One typo and few trailing whitespace cleanups Signed-off-by: Peter Lemenkov git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1904 8eb893ce-cfd4-0310-b710-fb5ebe64c474 --- apps/conference/etc/conference.conf | 2 +- apps/dsm/etc/dsm.conf | 22 +++++++++++----------- apps/dsm/etc/dsm.conf.cmake | 16 ++++++++-------- core/sems.h | 2 +- sems.h.cmake | 6 +++--- 5 files changed, 24 insertions(+), 24 deletions(-) diff --git a/apps/conference/etc/conference.conf b/apps/conference/etc/conference.conf index 51d21f97..cc985b99 100644 --- a/apps/conference/etc/conference.conf +++ b/apps/conference/etc/conference.conf @@ -32,4 +32,4 @@ playout_type=adaptive_playout # #default: # use_rfc4240_rooms=no -# \ No newline at end of file +# diff --git a/apps/dsm/etc/dsm.conf b/apps/dsm/etc/dsm.conf index d0a63de3..c63eaa3e 100644 --- a/apps/dsm/etc/dsm.conf +++ b/apps/dsm/etc/dsm.conf @@ -17,11 +17,11 @@ mod_path=/usr/local/lib/sems/dsm/ # debug_raw_dsm=yes # DSM to start for in/outbound call if application to execute=dsm -# (from application=xyz in sems.conf, either application=dsm or +# (from application=xyz in sems.conf, either application=dsm or # application=$(apphdr)/$(ruriparam) etc) # # use $(mon_select) to search for call info from monitoring -# e.g. inbound_start_diag=$(mon_select) and see +# e.g. inbound_start_diag=$(mon_select) and see # below monitor_select options # inbound_start_diag=inbound_call @@ -46,13 +46,13 @@ load_prompts=/usr/local/etc/sems/etc/dsm_in_prompts.conf,/usr/local/etc/sems/etc #run_invite_event=yes # set_param_variables controls whether application parameters -# from the P-App-Param header are set as variables in the DSM +# from the P-App-Param header are set as variables in the DSM # dialog. Default: no # #set_param_variables=yes # monitoring_full_stategraph=[yes|no] -# +# # Controls whether to log the full call graph (all states visited) # to the monitoring record. Note this may take some performance # and use some memory. @@ -62,7 +62,7 @@ load_prompts=/usr/local/etc/sems/etc/dsm_in_prompts.conf,/usr/local/etc/sems/etc #monitoring_full_stategraph=yes # monitoring_full_transitions=[yes|no] -# +# # Controls whether to log the full call graph (all transitions) # to the monitoring record. Note this may take some performance # and use some memory. @@ -74,10 +74,10 @@ load_prompts=/usr/local/etc/sems/etc/dsm_in_prompts.conf,/usr/local/etc/sems/etc # monitor_select_use_caller=[no|from|pai] # # for $(mon_select) application selection from monitoring: -# select application by caller? +# select application by caller? # from: caller==remote_uri.user (From URI user part) # pai: caller==P-Asserted-Identity user part -# no: caller not regarded +# no: caller not regarded # # Default: from # @@ -86,7 +86,7 @@ load_prompts=/usr/local/etc/sems/etc/dsm_in_prompts.conf,/usr/local/etc/sems/etc # monitor_select_use_callee=[no|ruri|to] # # for $(mon_select) application selection from monitoring: -# select application by callee? +# select application by callee? # ruri: callee==r_uri.user (request URI user part) # to: callee==local_uri.user (To URI user part) # no: callee not regarded @@ -97,15 +97,15 @@ load_prompts=/usr/local/etc/sems/etc/dsm_in_prompts.conf,/usr/local/etc/sems/etc # monitor_select_fallback=app # -# fallback application for $(mon_select) application selection +# fallback application for $(mon_select) application selection # if record not found for filter, use this app # # monitor_select_fallback=default_inbound_app # conf_dir= -# +# # is scanned for *.conf files. Every .conf -# file is loaded, and in the .conf file, the following +# file is loaded, and in the .conf file, the following # DSM config parameters are processed: # diag_path= # load_diags= diff --git a/apps/dsm/etc/dsm.conf.cmake b/apps/dsm/etc/dsm.conf.cmake index 05e48e94..eb83d3c8 100644 --- a/apps/dsm/etc/dsm.conf.cmake +++ b/apps/dsm/etc/dsm.conf.cmake @@ -17,11 +17,11 @@ mod_path=${SEMS_EXEC_PREFIX}/${SEMS_LIBDIR}/sems/dsm/ # debug_raw_dsm=yes # DSM to start for in/outbound call if application to execute=dsm -# (from application=xyz in sems.conf, either application=dsm or +# (from application=xyz in sems.conf, either application=dsm or # application=$(apphdr)/$(ruriparam) etc) # # use $(mon_select) to search for call info from monitoring -# e.g. inbound_start_diag=$(mon_select) and see +# e.g. inbound_start_diag=$(mon_select) and see # below monitor_select options # inbound_start_diag=inbound_call @@ -46,13 +46,13 @@ load_prompts=${SEMS_CFG_PREFIX}/etc/sems/etc/dsm_in_prompts.conf,${SEMS_CFG_PREF #run_invite_event=yes # set_param_variables controls whether application parameters -# from the P-App-Param header are set as variables in the DSM +# from the P-App-Param header are set as variables in the DSM # dialog. Default: no # #set_param_variables=yes # monitoring_full_stategraph=[yes|no] -# +# # Controls whether to log the full call graph (all states visited) # to the monitoring record. Note this may take some performance # and use some memory. @@ -62,7 +62,7 @@ load_prompts=${SEMS_CFG_PREFIX}/etc/sems/etc/dsm_in_prompts.conf,${SEMS_CFG_PREF #monitoring_full_stategraph=yes # monitoring_full_transitions=[yes|no] -# +# # Controls whether to log the full call graph (all transitions) # to the monitoring record. Note this may take some performance # and use some memory. @@ -74,10 +74,10 @@ load_prompts=${SEMS_CFG_PREFIX}/etc/sems/etc/dsm_in_prompts.conf,${SEMS_CFG_PREF # monitor_select_use_caller=[no|from|pai] # # for $(mon_select) application selection from monitoring: -# select application by caller? +# select application by caller? # from: caller==remote_uri.user (From URI user part) # pai: caller==P-Asserted-Identity user part -# no: caller not regarded +# no: caller not regarded # # Default: from # @@ -86,7 +86,7 @@ load_prompts=${SEMS_CFG_PREFIX}/etc/sems/etc/dsm_in_prompts.conf,${SEMS_CFG_PREF # monitor_select_use_callee=[no|ruri|to] # # for $(mon_select) application selection from monitoring: -# select application by callee? +# select application by callee? # ruri: callee==r_uri.user (request URI user part) # to: callee==local_uri.user (To URI user part) # no: callee not regarded diff --git a/core/sems.h b/core/sems.h index b68a0122..9e003340 100644 --- a/core/sems.h +++ b/core/sems.h @@ -59,7 +59,7 @@ #define MINIMUM_TIMER 5 //seconds // threads to start for signaling/application -#define NUM_SESSION_PROCESSORS 10 +#define NUM_SESSION_PROCESSORS 10 // threads to start for RTP processing #define NUM_MEDIA_PROCESSORS 1 // number of SIP servers to start diff --git a/sems.h.cmake b/sems.h.cmake index 5c71f414..d123ed74 100644 --- a/sems.h.cmake +++ b/sems.h.cmake @@ -20,8 +20,8 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ /** @file sems.h */ @@ -49,7 +49,7 @@ "(" SEMS_VERSION " (" ARCH "/" OS"))" // session considered dead after 5 minutes no RTP -#define DEAD_RTP_TIME 5*60 +#define DEAD_RTP_TIME 5*60 /* Session Timer default configuration: */ #define DEFAULT_ENABLE_SESSION_TIMER 1