Ticket 29048 add accountcodes to cx3 format
[freeside.git] / FS / FS / cdr / cx3.pm
index e5b5f03..8c84807 100644 (file)
@@ -43,6 +43,7 @@ sub { my ($cdr, $duration) = @_;
 },                     #duration
        skip(1),        # unknown
        'disposition',  # call status
+       'accountcode',  # AccountCode
 
   ],
 );