Query Regarding Logging

Hi,

We have the need to capture all sip messaging to and from a particular NAP. Is there a way to do the following?

Option 1:

Stream or write the SIP or PCAP data to an external source using Syslog or other logging facilities

Option 2:

Write this data locally and then we can either consume the data with beats or push it off the server with SCP.

Please let me know which option can be supported and how to set it up.

Stream or write the SIP or PCAP data to an external source using Syslog or other logging facilities
Yes, you can use the plink pipe to get the live capture on your local server, see below instruction:
https://docs.telcobridges.com/tbwiki/Live_signalling_capture_by_tbsigtrace

Write this data locally and then we can either consume the data with beats or push it off the server with SCP.
Yes, you can use tbsigtrace on the TMG host and download it via SCP.
https://docs.telcobridges.com/tbwiki/Toolpack_Debug_Application:Tbsigtrace

However, this will capture all SIP messages and can’t be done only for the particular NAPs.

To avoid filling up the hard disk, I think option#1 is better.