sipcapture / heplify

Portable and Lightweight HEP Capture Agent for HOMER
https://sipcapture.org
GNU Affero General Public License v3.0
185 stars 65 forks source link

process CID(correlationID) and add CID to SIP messages #183

Closed games130 closed 4 years ago

games130 commented 4 years ago

Do this before sending to PacketQueue

  1. process correlationID(CID) to remove prefix
  2. add CID to all SIP messages (this will later be used in heplify-server to replace CallID when inserting to DB)

All this is done to distribute the data processing for SIP Call correlation to Heplify instead of doing it at heplify-server

**need some comment for tcpassembly.go

games130 commented 4 years ago

This is done on server end instead using the build-in expr engine.