Skip to content

Feature Request: Show packets with non standard Methods #531

@hb9eue

Description

@hb9eue

Hi and thank you for this exceptionally useful tool.

I manage a kamailio based VSP voice platform and we use DMQ (Sip Method KDMQ) to synchronize some information between nodes.

As KDMQ messages are shown by sngrep I assumed it would show any SIP Method even if not in an RFC.

We had the need to trigger some stuff from one node to another and it turned out the simples way is to use a 'internal' sip message for this purpose. Something like:

INTERNAL sip:node01:5060 SIP/2.0
To: <sip:functionXY@node01:5060>
From: <sip:FNtrigger@node02>;tag=19f84cb2cd8b466049b93aa9541a4ef9-95d36d9b
CSeq: 1 INTERNAL
Call-ID: 251e9b302d57fedb-1746803@node02
Max-Forwards: 70
Content-Length: 0

Actual use case: We use hash caching of call forwarding information. So if a customer changes call forwarding, all cached CFW data for this customer needs to be invalidated on all nodes to make changed CFW information active immediately.

SIP messages of method 'INTERNAL' are not shown by sngrep.

Would it be possible to create an option to also show SIP messages for unknown methods?

-Benoît-

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions