asterisk: externalcalls: change split character from ';' to ','

This commit is contained in:
David Sabatié 2015-01-22 15:21:59 +01:00
parent 06c04ee3af
commit d438a0cd20
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ sub run {
my (@callsbytrunk, @error_msg, @msg);
# explode trunk list
my @trunkusernamelist = split(';',$self->{option_results}->{trunkusernamelist});
my @trunkusernamelist = split(',',$self->{option_results}->{trunkusernamelist});
foreach my $trunk (@trunkusernamelist)
{
if (defined($self->{option_results}->{filter_name}) && $self->{option_results}->{filter_name} ne '' &&