diff options
Diffstat (limited to 'FS/FS/cdr/cia.pm')
-rw-r--r-- | FS/FS/cdr/cia.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/FS/FS/cdr/cia.pm b/FS/FS/cdr/cia.pm index 61343338a..070f3fb0d 100644 --- a/FS/FS/cdr/cia.pm +++ b/FS/FS/cdr/cia.pm @@ -28,8 +28,8 @@ use FS::cdr qw(_cdr_date_parser_maker); 'dst', # DNIS 'src', # ANI skip(2), # Call Type, Toll Free, - skip(1), # Chair Conference Entry Code - 'accountcode', # Participant Conference Entry Code, + 'accountcode', # Chair Conference Entry Code + skip(1), # Participant Conference Entry Code, ], ); |