Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 568 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 568 Bytes

Fast SMDR

Name

Fast-SMDR - listens for TCP input from an Avaya system

SYNOPSIS

Fast-SMDR [-p port] [-f filter] [-d database_connection]

-p : The TCP port that the service will listen on. Default is 514

-f : Filter incoming entries. Not required but recommended

-d <database_connection> : The connection string for the pg db

Examples

Fast-SMDR -p 514 -f 10.1.1.100 -d "postgres://pgx_md5:secret@localhost:5432/avaya?sslmode=disable"

Getting Started

go to one of the folowing for more on running on a specific OS.