-
-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ERR] protocol_sip.c:141 This is not DIAMETER #277
Comments
Hi @engineerham this error comes from here Thank you |
Thanks for your response @kYroL01. My diameter server is up on the another machine apart from captagent server . I have attached the diameter pcap file and the captagent conf folder as well. I just want to send diameter and sip traffic to homer 10 for integrated monitoring over my service network. |
Thanks @engineerham I will take a look asap and let you know |
Hi @engineerham sorry for the delay, I was busy.
and I also see some
I will check it. Just FYI it's also unnecessary to have all the modules enabled in your |
Hi again @engineerham So, good news: your Diameter pcap contains all valid pkts that captagent parses perfectly. What's happening is that you also have sip_profile enabled, and on Various solution:
So, if you don't have SIP, turn it off. Another adjustment you need to make is the modules you need to enable, because makes no sense to have all the modules enabled, especially the socket ones.
Let me know if this resolves your problem. Michele |
Hi @kYroL01. |
Hi @engineerham if you can, it will be the best choice. |
Hi, I have a problem with sending diameter hep to homer. I have activated this protocol in socket_pcap.xml file and loaded related module in captagent.xml file. The logs of service is like this:
Mar 13 11:25:32 demo systemd[1]: Starting Captagent - monitoring system...
Mar 13 11:25:32 demo captagent[166208]: [NOTICE] Loaded core config
Mar 13 11:25:32 demo captagent[166209]: [NOTICE] Loaded socket_tzsp
Mar 13 11:25:32 demo captagent[166209]: [NOTICE] Loaded protocol_diameter
Mar 13 11:25:32 demo captagent[166209]: [NOTICE] Loaded output_json
Mar 13 11:25:32 demo captagent[166209]: [NOTICE] Loaded protocol_tls
Mar 13 11:25:32 demo systemd[1]: Started Captagent - monitoring system.
Mar 13 11:25:32 demo captagent[166209]: [NOTICE] Loaded protocol_ss7
Mar 13 11:25:32 demo captagent[166209]: [NOTICE] Loaded protocol_sip
Mar 13 11:25:32 demo captagent[166209]: [NOTICE] Loaded database_hash
Mar 13 11:25:32 demo captagent[166209]: [NOTICE] Loaded transport_hep
Mar 13 11:25:32 demo captagent[166209]: [NOTICE] Loaded protocol_rtcp
Mar 13 11:25:32 demo captagent[166209]: [NOTICE] Loaded socket_pcap
Mar 13 11:25:40 demo captagent[166209]: [ERR] protocol_sip.c:141 This is not DIAMETER
Mar 13 11:25:40 demo captagent[166209]:
Mar 13 11:26:10 demo captagent[166209]: [ERR] protocol_sip.c:141 This is not DIAMETER
Mar 13 11:26:10 demo captagent[166209]:
The text was updated successfully, but these errors were encountered: