sipcapture / captagent

100% Open-Source Packet Capture Agent for HEP
https://sipcapture.org
GNU Affero General Public License v3.0
167 stars 75 forks source link

issue with RTCP process (captagent 6) #36

Closed Mickaelh51 closed 9 years ago

Mickaelh51 commented 9 years ago

Hi, I have an issue with is_rtcp_exist function.

root@capturenode1:/usr/local/etc/captagent# [ERR] conf_function.c:451 find_export_record: <is_rtcp_exist> not found 

parse error (38,21-22): unknown command, missing loadmodule?

all modules are in lib directory:

root@capturenode1:/usr/local/etc/captagent# ls /usr/local/lib/captagent/modules/
capt_cli.so   protocol_rtcp.la  proto_uni.so    socket_raw.so     transport_hep.so
core_hep.so   protocol_rtcp.so  socket_pcap.a   socket_rtcpxr.a   transport_json.a
database_hash.a   protocol_sip.a    socket_pcap.la  socket_rtcpxr.la  transport_json.la
database_hash.la  protocol_sip.la   socket_pcap.so  socket_rtcpxr.so  transport_json.so
database_hash.so  protocol_sip.so   socket_raw.a    transport_hep.a
protocol_rtcp.a   proto_rtcp.so     socket_raw.la   transport_hep.la

Git cloned today have you any help for me please ?

thanks in advance

Mickaelh51 commented 9 years ago

After reinstall the sources, I have another issue. I'm going to open other ticket.

adubovikov commented 9 years ago

please wait, i will do some important changes for rtcp.

ETA ~ 40-50 min :-)

Mickaelh51 commented 9 years ago

Hi, Ok it's good ;)

I'm waiting

Mickaelh51 commented 9 years ago

for your information my new issue is about: parse_rtcp_to_json function

because I have:

"couldn't parse RTCP to json
adubovikov commented 9 years ago

ok, please check new git and specialty all config/capture plan changes.

Mickaelh51 commented 9 years ago

very good for captagent, I have a result in rtcp_capture now ;) but I'm not seeing this result in homer-ui. maybe a bug.... I will check asap.