<% include( '/elements/header.html', 'Developer Documentation' ) %> <& /elements/menubar.html, 'Freeside Perl Modules' => $fsurl.'docs/library/FS.html', 'Complete Index' => $fsurl.'docs/library/index.html', &>

freeside-cdr-vocus

NAME

freeside-cdr-vocus - Download Vocus CDR files

SYNOPSIS

  freeside-cdr-vocus
    [ -r remotefolder ] [ -d donefolder ] [ -v level ]
    [ -s ] user [sftpuser@]servername

DESCRIPTION

Command line tool to download Vocus CDR files from a remote server via SFTP and then import them into the database. CDR tarrif types need to be configured as CDR types in freeside. If multiple files for a given day are found, the one with the highest iterator will be used (though upon successful import, all existing files for the day will be moved by the -d option.)

-r: if specified, changes into this remote folder before starting

-d: if specified, moves files to the specified folder when done

-v: verbose

-s: Warn and skip files which could not be imported rather than abort

user: freeside username

[sftpuser@]servername: remote server

BUGS

SEE ALSO

FS::cdr

<% include ('/elements/footer.html' ) %>