MT#5887 Decrease the resource usage by voisniff on VMs

ksolomko/vlan
Alexander Lutay 12 years ago
parent fa99550f58
commit de6152420c

@ -1811,7 +1811,9 @@ $yaml->[0]->{kamailio}->{proxy}->{presence}->{enable} = "yes";
# Enable Voice-sniff
$yaml->[0]->{voisniff}->{admin_panel} = "yes";
$yaml->[0]->{voisniff}->{daemon}->{start} = "yes";
$yaml->[0]->{voisniff}->{daemon}->{external_interfaces} = "eth0 eth1 eth2";
$yaml->[0]->{voisniff}->{daemon}->{external_interfaces} = "eth0 eth2";
$yaml->[0]->{voisniff}->{daemon}->{mysql_dump_threads} = 2;
$yaml->[0]->{voisniff}->{daemon}->{threads_per_interface} = 2;
open(my $fh, ">", "$outputfile") or die "Could not open $outputfile for writing";
print $fh $yaml->write_string() or die "Could not write YAML to $outputfile";

Loading…
Cancel
Save