Fast-SMDR - listens for TCP input from an Avaya system
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
Fast-SMDR -p 514 -f 10.1.1.100 -d "postgres://pgx_md5:secret@localhost:5432/avaya?sslmode=disable"
go to one of the folowing for more on running on a specific OS.