Installing Dedicated Homer SIP Capture Agent

Status
Not open for further replies.

DigitalDaz

Administrator
Staff member
Sep 29, 2016
3,043
565
113
A few people have asked for this so here goes, its very quick, I haven't detailed much and though I thought there were QOS stats, there weren't. That may just be because it was to MOH.


Code:
Install some prerequisites:

apt update
apt install build-essential automake autoconf libtool-bin flex bison libexpat1-dev libpcap0.8-dev libjson0-dev libuv0.10-dev

Then:
cd /usr/src
git clone https://github.com/sipcapture/captagent.git captagent
cd captagent
./build.sh
./configure
make && make install

To run the capture agent as a daemon use:
Code:
/usr/local/captagent/sbin/captagent -d
 
  • Like
Reactions: pacmen and krooney

Kenny Riley

Active Member
Nov 1, 2017
243
39
28
36
Thank you Daz! This is great, I got Homer up and running within minutes with the help of this!
 

MTR

Member
Oct 25, 2017
181
9
18
45
I followed the above , however I am not getting the TLS traffic
I did edit the protocol_tcp file to the .pem directory and the problem didn’t fix it self

Maybe I need to do some kind of reload?
 

jsteel

New Member
Feb 9, 2017
28
3
3
53
Has anyone been able to get decrypted tls traffic to Homer via captagent?
 

scanto

New Member
Aug 6, 2020
2
0
1
43
Good morning, i follow guide.

when start capture-agent
i have this error:


[ERR] protocol_sip.c:533 bad parsing
[ERR] protocol_sip.c:514 SIP PARSE ERROR [-1]

how can fix?

thank you very much
 
Status
Not open for further replies.