Alexandr Dubovikov
Alexandr Dubovikov
@kYroL01 can we merge ?
I have replied to the similar issue on the Homer's issue tracker. You have already a correlation ID in your HEP that asterisk sends to you. To avoid using it...
https://github.com/sipcapture/homer/issues/410 please read this comment as well: https://github.com/sipcapture/homer/issues/410#issuecomment-675288139
``` { "source_field": "data_header.callid", "lookup_id": 1, "lookup_profile": "call", "lookup_field": "data_header->>'X-CID'", "lookup_range": [ -300, 200 ] }, ```
@vandykew what do you have in your database ? Do you have extracted X-CID in the data_header field ?
you can always login into docker. Anyway, without to understand what do you have inside it will be almost impossible to help you.
this means you have to enable X-CID extraction first. or as a ALeg: https://github.com/sipcapture/heplify-server/blob/master/example/homer7_config/heplify-server.toml#L58 or as a custom Header: https://github.com/sipcapture/heplify-server/blob/master/example/homer7_config/heplify-server.toml#L60
can you please be sure that you have this X-CID in the message ? @lmangani do we have some special flags for docker component ?
for docker you should not escape it DiscardMethod = [OPTIONS,NOTIFY]
let me check it