BridgeCreated event doesn't fire

Hi all. My websocket client listens to /events resource. I try to create bridge in Swagger via POST /bridges/{bridgeId}, and bridge creates succesfully, but nothing comes up to websocket client.

I expect BridgeCreated event should be fired, shouldn’t it? That is the single event type that never fires.

Try setting subscribeAll=yes when doing the GET on /events.

You should also POST this:

POST ari/applications/attendant/subscription?eventSource=bridge:

to receive every bridge event.