A simple quick quide to install SIP monitoring tool sngrep in seconds
To install sngrep download the source from github. Clone it
1 |
$ git clone https://github.com/irontec/sngrep.git |
Go to cloned repo and configure it
1 2 |
./bootstrap.sh ./configure |
Compile
1 |
$ make |
You can run sngrep after you compile it (assuming you are in repo)
1 |
$ src/sngrep |
But to use it as installed command, you have to install it
1 |
$ sudo make install |
Once you installation is finished you can monitor the SIP traffic and see the live call flow by simply running the command
1 |
$ sngrep |