Frigate - 2 way audio ONVIF Profile T

Hello,

I’m Using Axis 8207 Intercom that supports ONVIF Profile T and I dont know how to setup 2 way audio,
now I can see the Picture and can hear voice from the the intercom but I cant speak to the panel. I’m using Frigate 0.15 Beta 5 home assistant addon:

mqtt:
host: 192.168.1.250
port: 1883
topic_prefix: frigate
client_id: frigate
user: user
password: pass
stats_interval: 60


go2rtc:
  streams:
    Intercom:
      - rtsp://user:[email protected]/axis-media/media.amp?adjustablelivestream=1
    Intercom_sub:
      - rtsp://user:[email protected]/axis-media/media.amp?videocodec=h264&resolution=1280x960  
record:
  enabled: true
  retain:
    days: 3
    mode: all
  alerts:
    retain:
      days: 30
    pre_capture: 3
    post_capture: 5
  detections:
    retain:
      days: 30
    pre_capture: 3
    post_capture: 5
cameras:
  Intercom:
    ffmpeg:
      inputs:
        - path: rtsp://127.0.0.1:8554/Intercom_sub
          roles:
            - detect
        - path: rtsp://127.0.0.1:8554/Intercom
          input_args: preset-rtsp-restream
          roles:
            - record

    detect:
      width: 640
      height: 360
      fps: 5

Thank You :slight_smile:

See Live View | Frigate