Skip to content

Protocol not supported #1

@L-I-Am

Description

@L-I-Am

Hi,

I'm experimenting with your project to detect calls for homeassistant but when I run it, I get the following logs:
<6>RtcCallMonitor.TrafficMonitor[0] loaded provider discord, 2 network prefixes <6>RtcCallMonitor.TrafficMonitor[0] loaded provider googlemeet, 1 network prefixes <6>RtcCallMonitor.TrafficMonitor[0] loaded provider gotomeeting, 36 network prefixes <6>RtcCallMonitor.TrafficMonitor[0] loaded provider msteams, 6 network prefixes <6>RtcCallMonitor.TrafficMonitor[0] loaded provider slack, 1 network prefixes <6>RtcCallMonitor.TrafficMonitor[0] loaded provider webex, 15 network prefixes <6>RtcCallMonitor.TrafficMonitor[0] loaded provider zoom, 69 network prefixes <6>RtcCallMonitor.NetworkListener[0] monitoring traffic on 192.168.0.13 <3>RtcCallMonitor.Worker[0] Protocol not supported

The only changes I made to the appsettings.json are:
"Application": { "LocalNetwork": "192.168.0.0/24", "CallStartWebhook": "http://192.168.0.32:8123/api/webhook/start_call", "CallEndWebhook": "http://192.168.0.32:8123/api/webhook/stop_call" },

I also tried to set a debug logging level in the appsettings but this didn't provide any more information.

Any idea what's going on?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions