sipcapture / homer-app

HOMER 7.x Front-End and API Server
http://sipcapture.io
GNU Affero General Public License v3.0
204 stars 79 forks source link

Capture ID is set to integer in the default mapping #482

Closed husam212 closed 1 year ago

husam212 commented 2 years ago

Searching by capture ID with alphanumeric characters doesn't work out of the box, changing the field type in the mappings to string fixes the issue, I'm not sure if this is a bug or it's intentionally set to integer by default.

github-actions[bot] commented 2 years ago

Your report is appreciated. Please star this repository to motivate its developers! :star:

kYroL01 commented 1 year ago

Hi @husam212 . Thanks for this question. Yes by default is intentionally set to integer because most of the HEP agent use the capture ID as a string, but if you use heplify you can set this value also as an alphanumerical string (option -hn stringName)