X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FSchema.pm;h=b6f3cf3ee7a64464097949ff4fd182c163ab5d13;hb=e19de946a48c91ed05a9267b4425ff5dd98da1e5;hp=59b1fc55dfe4edef82f771a08d5293e37e078b2b;hpb=b198322c5f3c1d26674ff12f93abf0d55e09f731;p=freeside.git diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index 59b1fc55d..b6f3cf3ee 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -1996,6 +1996,7 @@ sub tables_hashref { 'custnum', 'int', '', '', '', '', '_date', @date_type, '', '', 'refund', @money_type, '', '', + 'currency', 'char', 'NULL', 3, '', '', 'otaker', 'varchar', 'NULL', 32, '', '', 'usernum', 'int', 'NULL', '', '', '', 'reason', 'varchar', '', $char_d, '', '', @@ -3501,6 +3502,10 @@ sub tables_hashref { 'src_ip_addr', 'varchar', 'NULL', 15, '', '', 'dst_ip_addr', 'varchar', 'NULL', 15, '', '', + #currently only u4: + # terminating number (as opposed to dialed destination) + 'dst_term', 'varchar', '', $char_d, \"''", '', + #these don't seem to be logged by most of the SQL cdr_* modules #except tds under sql-illegal names, so; # ... don't rely on them for rating? @@ -3610,7 +3615,7 @@ sub tables_hashref { [ 'sessionnum' ], [ 'subscriber' ], [ 'freesidestatus' ], [ 'freesiderewritestatus' ], [ 'cdrbatch' ], [ 'cdrbatchnum' ], - [ 'src_ip_addr' ], [ 'dst_ip_addr' ], + [ 'src_ip_addr' ], [ 'dst_ip_addr' ], [ 'dst_term' ], ], },