SIP Traces with Homer

Status
Not open for further replies.
Yes setup is straight forward.

Install the standalone capture agent rather than trying to use the built in freeswitch one.
 
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
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.
 
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
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.