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