From 66c9b1ed0d03a7d3416b506c4353de4ac19ae5ea Mon Sep 17 00:00:00 2001 From: Victor Seva Date: Tue, 30 Jul 2013 09:20:09 +0200 Subject: [PATCH] bin/config_debug.pl: Added sems debug --- bin/config_debug.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/config_debug.pl b/bin/config_debug.pl index 3a9dd5f0..700d7ed6 100755 --- a/bin/config_debug.pl +++ b/bin/config_debug.pl @@ -51,6 +51,7 @@ if (lc($action) eq "off") { $yaml->[0]->{kamailio}{lb}{debug} = 'no'; $yaml->[0]->{kamailio}{proxy}{debug} = 'no'; + $yaml->[0]->{sems}{debug} = 'no'; $yaml->[0]->{checktools}{sip_check_enable} = 1; tie @array, 'Tie::File', '/etc/hosts' or die ('Can set test domain on /etc/hosts'); @@ -74,6 +75,7 @@ else { $yaml->[0]->{kamailio}{lb}{debug} = 'yes'; $yaml->[0]->{kamailio}{proxy}{debug} = 'yes'; + $yaml->[0]->{sems}{debug} = 'yes'; $yaml->[0]->{checktools}{sip_check_enable} = 0; tie @array, 'Tie::File', '/etc/hosts' or die ('Can set test domain on /etc/hosts');