I am not sure if it is a bug or not, what do you think?
I have an asterisk ARI and one sip client with a camera and two without a camera. Camera client calling (with video params in SDP) to asterisk and call goes to a stasis application. Stasis adds a channel to the existing bridge.
After this stasis application originates a call (INVITE without video params in sdp) to the first client without a camera and adds created channels to the same bridge. Because of there is a video source in the bridge - asterisk makes a reinvite with video params in SDP to the first client. So the first client is able to see video from the camera client.
Next stasis application originates a call (INVITE without video params in sdp) to the second client without a camera and adds created channels to the same bridge. But there is no reinvite from asterisk to the second client. So, the second client is not able to see video from the camera client.
There is the bridge with three channels now. And only one client can see video from the camera client.
The question is why asterisk sends reinvite only to the first client?
PS. When I am adding in ari swagger the first client (who already can see video) to the same bridge again - asterisk immediately send reinvite with video sdp to the second client, and both clients now can see video from camera client.
I’m also having problems with the ARI, bridge, and INVITE. My case is a bit different but maybe it’s related.
For me the bridge does not connect the video (only a black screen is shown) until I force an re-INVITE from the videophone (by using the hold or start/stop video button). The initial INVITE does look correct but there is just black video. Only when the re-INVITE is sent does the video work properly which makes me think it’s something on the Asterisk side that needs a bit of a kick to get working.