-
-
Notifications
You must be signed in to change notification settings - Fork 250
Open
Labels
Description
I have ingested the PUBLISH message, and i can see it in Homer-db as below:
homer_data=# SELECT *
FROM hep_proto_1_default
WHERE raw LIKE '%[email protected]%';
id | sid | create_date | protocol_header | data_header | raw
----+--------------------------+-------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------
22 | [email protected] | 2025-12-10 19:19:06.8158+05 | {"dstIp": "127.0.0.1", "srcIp": "127.0.0.1", "dstPort": 5060, "srcPort": 5060, "protocol": 17, "captureId": "2002", "payloadType": 1, "timeSeconds": 1765376346, "timeUseconds": 815800, "correlation_id": "[email protected]", "protocolFamily": 2} | {"cseq": "1 PUBLISH", "callid": "[email protected]", "method": "PUBLISH", "to_user": "Hep", "from_tag": "680991827", "from_user": "9502", "ruri_user": "Hep", "user_agent": "127", "ruri_domain": "abc,voip.it"} | PUBLISH sip:abc.voip.it:5060 SIP/2.0\r +
| | | | | Via: SIP/2.0/UDP 10.200.67.32:5060;branch=z9hG4bK681180500\r +
| | | | | From: "9502." <sip:[email protected]:5060>;tag=680991827\r +
| | | | | To: <sip:[email protected]:5060>\r +
| | | | | Call-ID: [email protected]\r +
| | | | | CSeq: 1 PUBLISH\r +
| | |
But it is not shown on Homer UI.