mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 07:45:26 +00:00
tweak
This commit is contained in:
parent
24495304c8
commit
c066fedffe
@ -21,6 +21,7 @@ my @nums = <NUMS>;
|
||||
foreach my $num (@nums) {
|
||||
chomp $num;
|
||||
$num =~ s/^1//;
|
||||
next if lenght($num) != 10;
|
||||
print "Dialing from $num\n";
|
||||
my @digits = split(//, $num);
|
||||
my $dial = join('w', @digits);
|
||||
|
Loading…
x
Reference in New Issue
Block a user