diff options
author | Jeremy Davis <jeremyd@freeside.biz> | 2014-11-27 20:51:19 -0500 |
---|---|---|
committer | Jeremy Davis <jeremyd@freeside.biz> | 2014-11-27 20:51:19 -0500 |
commit | 99ee0e1e3b2e5e35e7fc4e8aed2093841dd3d852 (patch) | |
tree | 1f2ca99477ad33592cc2e9e16b72e56b873b8813 | |
parent | af63633871e60e72517cf9ad6757dd7c1b81fcd1 (diff) |
Ticket 29048 add accountcodes to cx3 format
-rw-r--r-- | FS/FS/cdr/cx3.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/cdr/cx3.pm b/FS/FS/cdr/cx3.pm index e5b5f0350..8c848078a 100644 --- a/FS/FS/cdr/cx3.pm +++ b/FS/FS/cdr/cx3.pm @@ -43,6 +43,7 @@ sub { my ($cdr, $duration) = @_; }, #duration skip(1), # unknown 'disposition', # call status + 'accountcode', # AccountCode ], ); |