- Joined
- Apr 12, 2022
- Messages
- 49
- Reaction score
- 5
I'm listening to "wss://{{fqdn}}/callcontrol/ws", so far so good.
The flow I'm testing is this...
Here's the WebSocket events I receive...

Each time I get an event, I get the participant like "/callcontrol/101/participants/1453", so the flow looks like this:

My biggest problem is, that I don't get a "Disconnected" (event_type 1) when 138 blind transfer call to 139.
Is that a bug?
Also why is "attached_data" always null? Would love if "attached_data" actually contained the participants info.
Thanks.
UPDATE:
If I remove myself (101) from the queue, then I receive no WebSocket events when ringing to that queue at all? Strange.
UPDATE:
I see it works fine for all other queues but this single queue. All other queues has events with multiple Dns - this particular queue only have mine (101) Dn - it doesn't receive events from other participants.
UPDATE:
If I put a regular user into this queue, then I get events on his Dn also, so it must be a problem with the two test users I have in this test queue. Both test users are logged in and receive calls when I call the queue - and I can't see they are set up any different that the regular user. Any idea?
The flow I'm testing is this...
- 101 calls 138
- 138 blind transfer call to 139
- 139 answers
- After some seconds 101 hangs up
Here's the WebSocket events I receive...

Each time I get an event, I get the participant like "/callcontrol/101/participants/1453", so the flow looks like this:

My biggest problem is, that I don't get a "Disconnected" (event_type 1) when 138 blind transfer call to 139.
Is that a bug?
Also why is "attached_data" always null? Would love if "attached_data" actually contained the participants info.
Thanks.
UPDATE:
If I remove myself (101) from the queue, then I receive no WebSocket events when ringing to that queue at all? Strange.
UPDATE:
I see it works fine for all other queues but this single queue. All other queues has events with multiple Dns - this particular queue only have mine (101) Dn - it doesn't receive events from other participants.
UPDATE:
If I put a regular user into this queue, then I get events on his Dn also, so it must be a problem with the two test users I have in this test queue. Both test users are logged in and receive calls when I call the queue - and I can't see they are set up any different that the regular user. Any idea?
Last edited: