SIP Traces with Homer

Status
Not open for further replies.

DigitalDaz

Administrator
Staff member
Sep 29, 2016
3,038
556
113
Yes setup is straight forward.

Install the standalone capture agent rather than trying to use the built in freeswitch one.
 

DigitalDaz

Administrator
Staff member
Sep 29, 2016
3,038
556
113
I'll see if I can make something for you all today. The built in capture agent shouldn't be used its old and doesn't give you qos etc.
 
  • Like
Reactions: c0reM and Adam

c0reM

New Member
Jan 19, 2017
12
1
3
74
Hey @DigitalDaz I've also been looking into this. Two questions:

1) For the built-in capture agent, you normally have to edit sofia.conf.xml but I know there is a different file to edit in FusionPBX. Do you remember where you define the HEP server when using FusionPBX?
2) If you have any guides on using the generic captagent with FusionPBX that would be great! I was going to try and use RTCP-XR to get QoS but if you're saying we can use captagent that's probably even better.
 

DigitalDaz

Administrator
Staff member
Sep 29, 2016
3,038
556
113
Its in sofia.conf.lua, you will need to find it depending on your install type

Within it you will find a line:
Code:
--table.insert(xml, [[                          <param name="capture-server" value="udp:homer.domain.com:5060"/>]]);

Just remove the:
Code:
--

And edit it to suit

You really want to use the dedicated capture agent though, I will really try this week and make a write up on it, just been crazy busy.
 
  • Like
Reactions: Auriok

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.