rename nt to nextone
[freeside.git] / FS / FS / cdr / nextone.pm
diff --git a/FS/FS/cdr/nextone.pm b/FS/FS/cdr/nextone.pm
new file mode 100644 (file)
index 0000000..e8ef0d4
--- /dev/null
@@ -0,0 +1,23 @@
+package FS::cdr::nextone;
+
+use vars qw(@ISA %info);
+use FS::cdr qw(_cdr_date_parser_maker);
+
+@ISA = qw(FS::cdr);
+
+%info = (
+  'name'          => 'Nextone',
+  'weight'        => 200,
+  'header'        => 1,
+  'import_fields' => [
+    'userfield',  #CallZoneData ???userfield
+    'channel',    #OrigGw
+    'dstchannel', #TermGw
+    'duration',   #Duration
+    'dst',        #CallDTMF
+    'src',        #Ani
+    'startdate',  #DateTimeInt
+  ],
+);
+
+1;