Earthlink CDR's import additional info
authorJeremy Davis <jeremyd@freeside.biz>
Tue, 26 May 2015 14:35:24 +0000 (10:35 -0400)
committerJeremy Davis <jeremyd@freeside.biz>
Tue, 26 May 2015 14:35:24 +0000 (10:35 -0400)
FS/FS/cdr/earthlink.pm

index 60cba65..cfd1cb6 100644 (file)
@@ -36,6 +36,8 @@ use Date::Parse;
         },                             #TERM NUMBER
        skip(2),                        #TERM CITY / TERM STATE
        _cdr_min_parser_maker,          #MINUTES
+       skip(1),                        #AMOUNT
+       disposition,                    #Call Type
   ],
 );