MT#5887 Voisniff will listen on all vagrant PRO interfaces

ksolomko/vlan
Alexander Lutay 12 years ago
parent 829fbaf15f
commit fa99550f58

@ -1811,6 +1811,7 @@ $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";
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