Hi,
Would it be possible to filter events based on the AMIServerID when opening a WebSocket? I want to use this as a proxy for multiple systems and I don't want every connected system to receive events from all connected PBX's / AMI Hosts.
Maybe by providing a header with the AMIServerID when opening the WebSocket or sending an action after the connection has been opened?
For example in Python:
ws.connect(ws_end_point, header={'AMIServerID': 1}
Hi,
Would it be possible to filter events based on the AMIServerID when opening a WebSocket? I want to use this as a proxy for multiple systems and I don't want every connected system to receive events from all connected PBX's / AMI Hosts.
Maybe by providing a header with the AMIServerID when opening the WebSocket or sending an action after the connection has been opened?
For example in Python:
ws.connect(ws_end_point, header={'AMIServerID': 1}