X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=FS%2FFS%2Fcdr%2Fenswitch.pm;h=1cdd802fc0a2b8e8121645e1932458d3e902113c;hb=babd7a6af0d1853ca0df76c6773f1383766344b6;hp=9d222dffcfb7d62889dc8b1140ea4f0834e942ad;hpb=c73b745e19b025724544970591507113b1c137a8;p=freeside.git diff --git a/FS/FS/cdr/enswitch.pm b/FS/FS/cdr/enswitch.pm index 9d222dffc..1cdd802fc 100644 --- a/FS/FS/cdr/enswitch.pm +++ b/FS/FS/cdr/enswitch.pm @@ -21,10 +21,9 @@ use FS::cdr_type; 'src', #Calling number skip(1), #Called type - sub { my ($cdr, $dst) = @_; $dst =~ s/*//g; - + sub { my ($cdr, $dst) = @_; + $dst =~ s/\*//g; $cdr->set('dst', $dst); - }, #Called number skip(14), #Destination customer, Destination type