skip(2),       #finalCalledPartyNumberPartition
                                                        #lastRedirectDnPartition
                                       'billsec',       #duration
-                                       skip(22),       #origDeviceName
+                                       skip(23),       #origDeviceName
                                                        #destDeviceName
                                                        #origCallTerminationOnBehalfOf
                                                        #destCallTerminationOnBehalfOf
                                                        #origMediaCap_Bandwidth
                                                        #destMediaCap_Bandwidth 
                                                        #authorizationCodeValue
-                                       sub { my ($cdr, $number) = @_;
-                                               if ($number){
-                                               $cdr->set('src',$number);
-                                               }
-                                               },      #outpulsedCallingPartyNumber
+                                                       #outpulsedCallingPartyNumber
                                              skip(23), #outpulsedCalledPartyNumber
                                                        #origIpv4v6Addr 
                                                        #destIpv4v6Addr 
 
 
 
-
 sub skip { map {''} (1..$_[0]) }
 
 1;