You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Alexandr Dubovikov edited this page May 20, 2019
·
24 revisions
For example you have SIP CALLS and all SIP messages has been stored in the table hep_proto_1_call
For this protocol HEP: 1 , Profile: Call, you can make an additonal correlation MAPPING:
source_field: 'data_header.callid', // This is SOURCE field from first table. I.e. SIP-CALL = hep_proto_1_call
lookup_id: 5, // this is DESTINATION lookup table i.e. hep_proto_5
lookup_profile: 'default', // this is profile -> hep_proto_5_default
lookup_field: 'data_header.x-cid', // THIS IS LOOKUP DESTINATION field
lookup_range: [-300, 200], // THIS IS LOOKUP RANGE from+=-300 , to+=200
},```