X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=FS%2FFS%2FSchema.pm;h=b6f3cf3ee7a64464097949ff4fd182c163ab5d13;hb=e19de946a48c91ed05a9267b4425ff5dd98da1e5;hp=f3f77236ce5042a19ee49a3e0b89c57f3fc549d9;hpb=873c9d3bc75fcb16ceb87fc6bad0fe8e7cf902e8;p=freeside.git diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index f3f77236c..b6f3cf3ee 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -3502,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? @@ -3611,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' ], ], },