Skip to content

Commit

Permalink
WIP: rename readme files, change them for markdown, and update occure…
Browse files Browse the repository at this point in the history
…nces on the project
  • Loading branch information
yannis.mekaouche committed Feb 12, 2020
1 parent 89599c6 commit c60d880
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 40 deletions.
9 changes: 0 additions & 9 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,6 @@
/.cleancount -text
/ChangeLog -text
/Makefile.in -text
/README -text
/README.centos -text
/README.debian -text
/README.freebsd -text
/README.gentoo -text
/README.mssql -text
/README.piaf -text
/README.ubuntu-10.04LTS -text
/README.ubuntu-12.04LTS -text
/calltable.cpp -text
/calltable.h -text
/cleanspool.cpp -text
Expand Down
15 changes: 6 additions & 9 deletions README → README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
What is VoIPmonitor
-------------------
# What is VoIPmonitor

VoIPmonitor is open source live network packet sniffer which analyze SIP
and RTP protocol. It can run as daemon or analyzes already captured pcap
Expand All @@ -13,24 +12,22 @@ BYE or OK was not seen. To accuratly transform latency to loss packets,
voipmonitor simulates fixed and adaptive jitterbuffer.


Key features
------------
## Key features

- Fast C++ SIP/RTP packet analyzer
- Predicts MOS-LQE score according to ITU-T G.107 E-model
- Detailed delay/loss statistics stored to MySQL
- Each call is saved as standalone pcap file
- Call recorder

Sponsors and contributors
-------------------------
## Sponsors and contributors

- Telephonic http://telephonic.ca
* init script, configuration file

Installation
-------------
## Installation

Check README.*
Check README_*.md



Expand Down
12 changes: 4 additions & 8 deletions README.mssql → README_mssql.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
MS SQL configuration
====================
# MS SQL configuration

example configuration:
----------------------
## example configuration:

server: 192.192.1.101
ms sql port: 1433 (default port)
database: voipmonitor
username: sa
password: abc123

config sniffer:
---------------
## config sniffer:

install: unixODBC, unixODBC-devel (for compile voipmonitor), freetds

Expand All @@ -34,8 +31,7 @@ config sniffer:

sqldriver = odbc

config web-gui:
---------------
## config web-gui:

install: php-mssql

Expand Down
2 changes: 1 addition & 1 deletion config/voipmonitor.conf
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

################## START DATABASE CONFIGURATION ###############

# SQL driver - mysql is default or odbc (connecting voipmonitor to msssql please refer to README.mssql
# SQL driver - mysql is default or odbc (connecting voipmonitor to msssql please refer to README_mssql.md
sqldriver = mysql
#sqldriver = odbc
#odbcdriver = mssql
Expand Down
4 changes: 2 additions & 2 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -5831,7 +5831,7 @@ openssl >= 101 found : $OPENSSL_T
shared binary: run make
static binary: run make static
check README.*
check README_*.md
#############################################################
Expand Down Expand Up @@ -5859,7 +5859,7 @@ openssl >= 101 found : $OPENSSL_T
shared binary: run make
static binary: run make static
check README.*
check README_*.md
#############################################################
Expand Down
2 changes: 1 addition & 1 deletion configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ openssl >= 101 found : $OPENSSL_T
shared binary: run make
static binary: run make static
check README.*
check README_*.md
#############################################################
Expand Down
20 changes: 10 additions & 10 deletions debian/docs
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
README
README.centos
README.debian
README.freebsd
README.gentoo
README.mssql
README.piaf
README.rrd
README.ubuntu-10.04LTS
README.ubuntu-12.04LTS
README.md
README_centos.md
README_debian.md
README_freebsd.md
README_gentoo.md
README_mssql.md
README_piaf.md
README_rrd.md
README_ubuntu-10-04LTS.md
README_ubuntu-12-04LTS.md

0 comments on commit c60d880

Please sign in to comment.