From 75264334af6133c4464fbd651cafcb406c7ba7fc Mon Sep 17 00:00:00 2001 From: Marco Capetta Date: Wed, 3 Apr 2024 14:13:02 +0200 Subject: [PATCH] MT#59753 Enabled call recording feature by default It is necessary in case we need to test the call recording like in the invite_record_call scenario. Change-Id: Ic0e770b3dfef04e918c25392f0ee0c1627eb5fbc --- bin/config_debug.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/config_debug.pl b/bin/config_debug.pl index c7dba462..7696e39a 100755 --- a/bin/config_debug.pl +++ b/bin/config_debug.pl @@ -101,6 +101,7 @@ sub change_config $yaml->{security}->{ngcp_panel}->{scripts}->{restapi}->{sslverify} = 'no'; $yaml->{mediator}{interval} = '1'; # Necessary to speedup the creation of the CDRs $yaml->{rtpengine}{delete_delay} = '1'; # Necessary to speedup the deletetion of the used ports in rtpengine + $yaml->{rtpengine}{recording}{enable} = 'yes'; $yaml->{rtpengine}{log_level} = '7'; $yaml->{modules}[0]->{enable} = 'yes'; # dummy module should be the first one