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
mr12.4.1
Marco Capetta 2 years ago
parent 8b96d9f9dc
commit 75264334af

@ -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

Loading…
Cancel
Save