[Home]

Summary:ASTERISK-29907: res_pjsip, app_confbridge: Video call through ConfBridge with normal endpoints causes infinite loop/crash
Reporter:N A (InterLinked)Labels:
Date Opened:2022-02-08 18:06:57.000-0600Date Closed:2022-07-13 17:58:34
Priority:MinorRegression?
Status:Closed/CompleteComponents:Applications/app_confbridge
Versions:18.9.0 Frequency of
Occurrence
Constant
Related
Issues:
is related toASTERISK-29936 app_confbridge / translate: unable to build translation path
Environment:Debian 10Attachments:( 0) core-asterisk-running-2022-06-17T23-24-08Z-full.txt
( 1) deadlock.txt
( 2) hangup_quickly.txt
Description:Something seems to be very wrong with the bridging logic for handing video calls.

When making a direct call between two endpoints, including going through local channels, all seems well.

However, when a call is made and originated into a ConfBridge with video, Asterisk enters an infinite loop processing video updates (or something) and crashes within 5-10 seconds. Sometimes if it takes longer to crash, you'll start seeing "Extremely long queue length queueing to..." messages before it actually crashes.

Softphone used for testing is MicroSIP on both ends.
Call is made between two PJSIP endpoints on the same system.

Issue replicates 100% of the time, even with just two endpoints involved on an otherwise idle system. Infinite loop of media updates, followed by a crash.

No issues when not using ConfBridge. No issues when failing to specify the h264 codec in Originate, which causes video call to fail and use audio only. No issues when using audio only, no video.

It almost *seems* like somehow the conf bridge is not handling something right and is causing something to bounce around and go back and forth forever.

Culprit seems to be hundreds/thousands of these bouncing around: Content-Type: application/media_control+xml

Debug attached, providing an example of the infinite loop: https://paste.interlinked.us/xsr1mtgc6r.txt

Additionally, here is a SIP debug from the perspective of the called line during all of this (different call but same thing): https://paste.interlinked.us/hky3ws7o3w.txt
Comments:By: Asterisk Team (asteriskteam) 2022-02-08 18:06:58.174-0600

Thanks for creating a report! The issue has entered the triage process. That means the issue will wait in this status until a Bug Marshal has an opportunity to review the issue. Once the issue has been reviewed you will receive comments regarding the next steps towards resolution. Please note that log messages and other files should not be sent to the Sangoma Asterisk Team unless explicitly asked for. All files should be placed on this issue in a sanitized fashion as needed.

A good first step is for you to review the [Asterisk Issue Guidelines|https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines] if you haven't already. The guidelines detail what is expected from an Asterisk issue report.

Then, if you are submitting a patch, please review the [Patch Contribution Process|https://wiki.asterisk.org/wiki/display/AST/Patch+Contribution+Process].

Please note that once your issue enters an open state it has been accepted. As Asterisk is an open source project there is no guarantee or timeframe on when your issue will be looked into. If you need expedient resolution you will need to find and pay a suitable developer. Asking for an update on your issue will not yield any progress on it and will not result in a response. All updates are posted to the issue when they occur.

Please note that by submitting data, code, or documentation to Sangoma through JIRA, you accept the Terms of Use present at [https://www.asterisk.org/terms-of-use/|https://www.asterisk.org/terms-of-use/].

By: Joshua C. Colp (jcolp) 2022-02-08 19:02:22.848-0600

Please always ATTACH files. Don't just link to them, because if they go away then the information is lost and it increases the burden on anyone who may want to investigate or link into this issue.

As well please provide the conference bridge configuration, and what level is this debug taken at?

By: N A (InterLinked) 2022-02-08 19:05:42.444-0600

This was taken at debug level 1.

Confbridge config is as follows:
[silentbridge]
type=bridge
sound_join=/var/lib/asterisk/sounds/en/silence/1
sound_leave=/var/lib/asterisk/sounds/en/silence/1
video_mode=follow_talker



By: Joshua C. Colp (jcolp) 2022-02-09 04:03:35.605-0600

We require additional debug to continue with triage of your issue. Please follow the instructions on the wiki [1] for how to collect debugging information from Asterisk. For expediency, where possible, attach the debug with a '.txt' file extension so that the debug will be usable for further analysis.

Thanks!

[1] https://wiki.asterisk.org/wiki/display/AST/Collecting+Debug+Information

Additionally please check what the video_update_discard option is set to, and also provide a packet capture.

By: N A (InterLinked) 2022-02-09 06:43:37.349-0600

I never explicitly set video_update_discard anywhere, so it would be the default (2000, it appears).

I have a debug and pcap for you, but the files are quite large and not redacted, so I'll be emailing links to the asteriskteam address.

By: Joshua C. Colp (jcolp) 2022-02-09 06:46:30.756-0600

Just be aware, that means you increase the friction for anyone not Sangoma to look or investigate this issue by doing so.

By: N A (InterLinked) 2022-02-09 11:43:52.365-0600

Just an observation, the problem area in the code is right around here: https://github.com/asterisk/asterisk/blob/726d6dd166e65ce043d42df0ebb96e1e3b5495cb/channels/chan_pjsip.c

The fact that it says this right before the bad branch seems concerning:

/* FIXME: Only use this for VP8. Additional work would have to be done to
* fully support other video codecs */

Unfortunately, I have no way of testing anything but H264 on an end-to-end basis.

I would think as h264 is there it would take the true branch but apparently it is taking the false branch because that is what produces the infinite XML.
And then somehow, it's doing that over and over again.

By: Joshua C. Colp (jcolp) 2022-02-09 11:49:10.408-0600

It's not really concerning. INFO is the traditional mechanism that is used by older endpoints to signify a request for a full video frame update for H.264. The other codecs post-date H.264 and use RTP.

By: Joshua C. Colp (jcolp) 2022-02-09 11:52:15.098-0600

The fact it's doing the INFO is not the problem. The number of video update requests itself would be.

By: N A (InterLinked) 2022-02-09 12:41:09.518-0600

Hmm, is there a temporary fix that could be achieved by commenting out the AST_CONTROL_VIDUPDATE branch, or is that necessary to cause something to happen for video to work?

Video only seems to work if endpoint A has sent an INVITE with H264 and endpoint B has received an INVITE with H264, so I think they'll be sending/receiving video regardless of this branch here.

Video itself on the call seems to work fine for a few seconds, at least until Asterisk becomes so backlogged with the infinite barrage of updates and queue length that all calls just stop.

By: Joshua C. Colp (jcolp) 2022-02-09 12:43:40.234-0600

You could try it and see. The purpose of a video update is to force a full frame, so that if the previous video wasn't received then decoding can be restarted since video frames can depend on previous frames.

By: N A (InterLinked) 2022-02-09 14:10:49.784-0600

Looks like that won't work, as that causes an infinite cascade of these, even in a call that wouldn't have been problematic before. Additionally, video doesn't work at all.

So it needs to be done to work correctly, but w/o the infinite updates:

{noformat}
[2022-02-09 20:08:40]     -- Executing [2319931@REDACTED-exchange:2] Echo("Local/2319931@REDACTED-route-000003b9;2", "") in new stack
[2022-02-09 20:08:40]     -- Local/2319931@REDACTED-route-000003b9;1 requested media update control 18, passing it to Local/92319931@REDACTED-000003b8;2
[2022-02-09 20:08:40]     -- Local/92319931@REDACTED-000003b8;1 requested media update control 18, passing it to Local/PJSIPATAxMicroSIP1@REDACTED-000003b6;1
[2022-02-09 20:08:40]     -- Local/PJSIPATAxMicroSIP1@REDACTED-000003b6;1 requested media update control 18, passing it to Local/92319931@REDACTED-000003b8;1
[2022-02-09 20:08:40]     -- Local/92319931@REDACTED-000003b8;2 requested media update control 18, passing it to Local/2319931@REDACTED-route-000003b9;1
[2022-02-09 20:08:40]     -- Local/PJSIPATAxMicroSIP1@REDACTED-000003b6;1 requested media update control 18, passing it to Local/92319931@REDACTED-000003b8;1
[2022-02-09 20:08:40]     -- Local/92319931@REDACTED-000003b8;2 requested media update control 18, passing it to Local/2319931@REDACTED-route-000003b9;1
[2022-02-09 20:08:42]     -- Local/PJSIPATAxMicroSIP1@REDACTED-000003b6;1 requested media update control 18, passing it to Local/92319931@REDACTED-000003b8;1
[2022-02-09 20:08:42]     -- Local/92319931@REDACTED-000003b8;2 requested media update control 18, passing it to Local/2319931@REDACTED-route-000003b9;1
[2022-02-09 20:08:43]     -- Local/PJSIPATAxMicroSIP1@REDACTED-000003b6;1 requested media update control 18, passing it to Local/92319931@REDACTED-000003b8;1
[2022-02-09 20:08:43]     -- Local/92319931@REDACTED-000003b8;2 requested media update control 18, passing it to Local/2319931@REDACTED-route-000003b9;1
[2022-02-09 20:08:43]     -- Local/PJSIPATAxMicroSIP1@REDACTED-000003b6;1 requested media update control 18, passing it to Local/92319931@REDACTED-000003b8;1
[2022-02-09 20:08:43]     -- Local/92319931@REDACTED-000003b8;2 requested media update control 18, passing it to Local/2319931@REDACTED-route-000003b9;1
[2022-02-09 20:08:43]     -- Local/PJSIPATAxMicroSIP1@REDACTED-000003b6;1 requested media update control 18, passing it to Local/92319931@REDACTED-000003b8;1
[2022-02-09 20:08:43]     -- Local/92319931@REDACTED-000003b8;2 requested media update control 18, passing it to Local/2319931@REDACTED-route-000003b9;1
[2022-02-09 20:08:43]     -- Local/PJSIPATAxMicroSIP1@REDACTED-000003b6;1 requested media update control 18, passing it to Local/92319931@REDACTED-000003b8;1
[2022-02-09 20:08:43]     -- Local/92319931@REDACTED-000003b8;2 requested media update control 18, passing it to Local/2319931@REDACTED-route-000003b9;1
[2022-02-09 20:08:43]     -- Local/PJSIPATAxMicroSIP1@REDACTED-000003b6;1 requested media update control 18, passing it to Local/92319931@REDACTED-000003b8;1
[2022-02-09 20:08:43]     -- Local/92319931@REDACTED-000003b8;2 requested media update control 18, passing it to Local/2319931@REDACTED-route-000003b9;1
[2022-02-09 20:08:43]     -- Local/PJSIPATAxMicroSIP1@REDACTED-000003b6;1 requested media update control 18, passing it to Local/92319931@REDACTED-000003b8;1
[2022-02-09 20:08:43]     -- Local/92319931@REDACTED-000003b8;2 requested media update control 18, passing it to Local/2319931@REDACTED-route-000003b9;1
[2022-02-09 20:08:43]     -- Local/PJSIPATAxMicroSIP1@REDACTED-000003b6;1 requested media update control 18, passing it to Local/92319931@REDACTED-000003b8;1
[2022-02-09 20:08:43]     -- Local/92319931@REDACTED-000003b8;2 requested media update control 18, passing it to Local/2319931@REDACTED-route-000003b9;1
[2022-02-09 20:08:44]     -- Local/PJSIPATAxMicroSIP1@REDACTED-000003b6;1 requested media update control 18, passing it to Local/92319931@REDACTED-000003b8;1
[2022-02-09 20:08:44]     -- Local/92319931@REDACTED-000003b8;2 requested media update control 18, passing it to Local/2319931@REDACTED-route-000003b9;1
[2022-02-09 20:08:44]     -- Local/PJSIPATAxMicroSIP1@REDACTED-000003b6;1 requested media update control 18, passing it to Local/92319931@REDACTED-000003b8;1
[2022-02-09 20:08:44]     -- Local/92319931@REDACTED-000003b8;2 requested media update control 18, passing it to Local/2319931@REDACTED-route-000003b9;1
[2022-02-09 20:08:44]     -- Local/PJSIPATAxMicroSIP1@REDACTED-000003b6;1 requested media update control 18, passing it to Local/92319931@REDACTED-000003b8;1
[2022-02-09 20:08:44]     -- Local/92319931@REDACTED-000003b8;2 requested media update control 18, passing it to Local/2319931@REDACTED-route-000003b9;1
[2022-02-09 20:08:44]     -- Local/PJSIPATAxMicroSIP1@REDACTED-000003b6;1 requested media update control 18, passing it to Local/92319931@REDACTED-000003b8;1
[2022-02-09 20:08:44]     -- Local/92319931@REDACTED-000003b8;2 requested media update control 18, passing it to Local/2319931@REDACTED-route-000003b9;1
[2022-02-09 20:08:44]     -- Local/PJSIPATAxMicroSIP1@REDACTED-000003b6;1 requested media update control 18, passing it to Local/92319931@REDACTED-000003b8;1
[2022-02-09 20:08:44]     -- Local/92319931@REDACTED-000003b8;2 requested media update control 18, passing it to Local/2319931@REDACTED-route-000003b9;1
[2022-02-09 20:08:44]     -- Local/PJSIPATAxMicroSIP1@REDACTED-000003b6;1 requested media update control 18, passing it to Local/92319931@REDACTED-000003b8;1
[2022-02-09 20:08:44]     -- Local/92319931@REDACTED-000003b8;2 requested media update control 18, passing it to Local/2319931@REDACTED-route-000003b9;1
[2022-02-09 20:08:44]     -- Local/PJSIPATAxMicroSIP1@REDACTED-000003b6;1 requested media update control 18, passing it to Local/92319931@REDACTED-000003b8;1
[2022-02-09 20:08:44]     -- Local/92319931@REDACTED-000003b8;2 requested media update control 18, passing it to Local/2319931@REDACTED-route-000003b9;1
[2022-02-09 20:08:44]     -- Local/PJSIPATAxMicroSIP1@REDACTED-000003b6;1 requested media update control 18, passing it to Local/92319931@REDACTED-000003b8;1
[2022-02-09 20:08:44]     -- Local/92319931@REDACTED-000003b8;2 requested media update control 18, passing it to Local/2319931@REDACTED-route-000003b9;1
[2022-02-09 20:08:44]     -- Local/PJSIPATAxMicroSIP1@REDACTED-000003b6;1 requested media update control 18, passing it to Local/92319931@REDACTED-000003b8;1
[2022-02-09 20:08:44]     -- Local/92319931@REDACTED-000003b8;2 requested media update control 18, passing it to Local/2319931@REDACTED-route-000003b9;1
[2022-02-09 20:08:44]     -- Local/PJSIPATAxMicroSIP1@REDACTED-000003b6;1 requested media update control 18, passing it to Local/92319931@REDACTED-000003b8;1
[2022-02-09 20:08:44]     -- Local/92319931@REDACTED-000003b8;2 requested media update control 18, passing it to Local/2319931@REDACTED-route-000003b9;1
[2022-02-09 20:08:44]     -- Local/PJSIPATAxMicroSIP1@REDACTED-000003b6;1 requested media update control 18, passing it to Local/92319931@REDACTED-000003b8;1
[2022-02-09 20:08:44]     -- Local/92319931@REDACTED-000003b8;2 requested media update control 18, passing it to Local/2319931@REDACTED-route-000003b9;1
[2022-02-09 20:08:44]     -- Local/PJSIPATAxMicroSIP1@REDACTED-000003b6;1 requested media update control 18, passing it to Local/92319931@REDACTED-000003b8;1
[2022-02-09 20:08:44]     -- Local/92319931@REDACTED-000003b8;2 requested media update control 18, passing it to Local/2319931@REDACTED-route-000003b9;1
[2022-02-09 20:08:45]     -- Local/PJSIPATAxMicroSIP1@REDACTED-000003b6;1 requested media update control 18, passing it to Local/92319931@REDACTED-000003b8;1
[2022-02-09 20:08:45]     -- Local/92319931@REDACTED-000003b8;2 requested media update control 18, passing it to Local/2319931@REDACTED-route-000003b9;1
[2022-02-09 20:08:45]     -- Local/PJSIPATAxMicroSIP1@REDACTED-000003b6;1 requested media update control 18, passing it to Local/92319931@REDACTED-000003b8;1
[2022-02-09 20:08:45]     -- Local/92319931@REDACTED-000003b8;2 requested media update control 18, passing it to Local/2319931@REDACTED-route-000003b9;1
[2022-02-09 20:08:45]     -- Local/PJSIPATAxMicroSIP1@REDACTED-000003b6;1 requested media update control 18, passing it to Local/92319931@REDACTED-000003b8;1
[2022-02-09 20:08:45]     -- Local/92319931@REDACTED-000003b8;2 requested media update control 18, passing it to Local/2319931@REDACTED-route-000003b9;1
[2022-02-09 20:08:45]     -- Local/PJSIPATAxMicroSIP1@REDACTED-000003b6;1 requested media update control 18, passing it to Local/92319931@REDACTED-000003b8;1
[2022-02-09 20:08:45]     -- Local/92319931@REDACTED-000003b8;2 requested media update control 18, passing it to Local/2319931@REDACTED-route-000003b9;1
[2022-02-09 20:08:45]     -- Local/PJSIPATAxMicroSIP1@REDACTED-000003b6;1 requested media update control 18, passing it to Local/92319931@REDACTED-000003b8;1
[2022-02-09 20:08:45]     -- Local/92319931@REDACTED-000003b8;2 requested media update control 18, passing it to Local/2319931@REDACTED-route-000003b9;1
[2022-02-09 20:08:45]     -- Local/PJSIPATAxMicroSIP1@REDACTED-000003b6;1 requested media update control 18, passing it to Local/92319931@REDACTED-000003b8;1
[2022-02-09 20:08:45]     -- Local/92319931@REDACTED-000003b8;2 requested media update control 18, passing it to Local/2319931@REDACTED-route-000003b9;1
[2022-02-09 20:08:45]     -- Local/PJSIPATAxMicroSIP1@REDACTED-000003b6;1 requested media update control 18, passing it to Local/92319931@REDACTED-000003b8;1
[2022-02-09 20:08:45]     -- Local/92319931@REDACTED-000003b8;2 requested media update control 18, passing it to Local/2319931@REDACTED-route-000003b9;1
[2022-02-09 20:08:45]     -- Local/PJSIPATAxMicroSIP1@REDACTED-000003b6;1 requested media update control 18, passing it to Local/92319931@REDACTED-000003b8;1
[2022-02-09 20:08:45]     -- Local/92319931@REDACTED-000003b8;2 requested media update control 18, passing it to Local/2319931@REDACTED-route-000003b9;1
[2022-02-09 20:08:45]     -- Local/PJSIPATAxMicroSIP1@REDACTED-000003b6;1 requested media update control 18, passing it to Local/92319931@REDACTED-000003b8;1
[2022-02-09 20:08:45]     -- Local/92319931@REDACTED-000003b8;2 requested media update control 18, passing it to Local/2319931@REDACTED-route-000003b9;1
[2022-02-09 20:08:46]     -- Local/PJSIPATAxMicroSIP1@REDACTED-000003b6;1 requested media update control 18, passing it to Local/92319931@REDACTED-000003b8;1
[2022-02-09 20:08:46]     -- Local/92319931@REDACTED-000003b8;2 requested media update control 18, passing it to Local/2319931@REDACTED-route-000003b9;1
[2022-02-09 20:08:46]     -- Local/PJSIPATAxMicroSIP1@REDACTED-000003b6;1 requested media update control 18, passing it to Local/92319931@REDACTED-000003b8;1
[2022-02-09 20:08:46]     -- Local/92319931@REDACTED-000003b8;2 requested media update control 18, passing it to Local/2319931@REDACTED-route-000003b9;1
[2022-02-09 20:08:46]     -- Local/PJSIPATAxMicroSIP1@REDACTED-000003b6;1 requested media update control 18, passing it to Local/92319931@REDACTED-000003b8;1
[2022-02-09 20:08:46]     -- Local/92319931@REDACTED-000003b8;2 requested media update control 18, passing it to Local/2319931@REDACTED-route-000003b9;1
[2022-02-09 20:08:46]     -- Local/PJSIPATAxMicroSIP1@REDACTED-000003b6;1 requested media update control 18, passing it to Local/92319931@REDACTED-000003b8;1
[2022-02-09 20:08:46]     -- Local/92319931@REDACTED-000003b8;2 requested media update control 18, passing it to Local/2319931@REDACTED-route-000003b9;1
[2022-02-09 20:08:46]     -- Local/PJSIPATAxMicroSIP1@REDACTED-000003b6;1 requested media update control 18, passing it to Local/92319931@REDACTED-000003b8;1
[2022-02-09 20:08:46]     -- Local/92319931@REDACTED-000003b8;2 requested media update control 18, passing it to Local/2319931@REDACTED-route-000003b9;1
[2022-02-09 20:08:46]     -- Local/PJSIPATAxMicroSIP1@REDACTED-000003b6;1 requested media update control 18, passing it to Local/92319931@REDACTED-000003b8;1
[2022-02-09 20:08:46]     -- Local/92319931@REDACTED-000003b8;2 requested media update control 18, passing it to Local/2319931@REDACTED-route-000003b9;1
[2022-02-09 20:08:46]     -- Local/PJSIPATAxMicroSIP1@REDACTED-000003b6;1 requested media update control 18, passing it to Local/92319931@REDACTED-000003b8;1
[2022-02-09 20:08:46]     -- Local/92319931@REDACTED-000003b8;2 requested media update control 18, passing it to Local/2319931@REDACTED-route-000003b9;1
[2022-02-09 20:08:47]     -- Local/PJSIPATAxMicroSIP1@REDACTED-000003b6;1 requested media update control 18, passing it to Local/92319931@REDACTED-000003b8;1
[2022-02-09 20:08:47]     -- Local/92319931@REDACTED-000003b8;2 requested media update control 18, passing it to Local/2319931@REDACTED-route-000003b9;1
[2022-02-09 20:08:47]     -- Local/PJSIPATAxMicroSIP1@REDACTED-000003b6;1 requested media update control 18, passing it to Local/92319931@REDACTED-000003b8;1
[2022-02-09 20:08:47]     -- Local/92319931@REDACTED-000003b8;2 requested media update control 18, passing it to Local/2319931@REDACTED-route-000003b9;1
[2022-02-09 20:08:47]     -- Local/PJSIPATAxMicroSIP1@REDACTED-000003b6;1 requested media update control 18, passing it to Local/92319931@REDACTED-000003b8;1
[2022-02-09 20:08:47]     -- Local/92319931@REDACTED-000003b8;2 requested media update control 18, passing it to Local/2319931@REDACTED-route-000003b9;1
[2022-02-09 20:08:47]     -- Local/PJSIPATAxMicroSIP1@REDACTED-000003b6;1 requested media update control 18, passing it to Local/92319931@REDACTED-000003b8;1
[2022-02-09 20:08:47]     -- Local/92319931@REDACTED-000003b8;2 requested media update control 18, passing it to Local/2319931@REDACTED-route-000003b9;1
[2022-02-09 20:08:47]     -- Local/PJSIPATAxMicroSIP1@REDACTED-000003b6;1 requested media update control 18, passing it to Local/92319931@REDACTED-000003b8;1
[2022-02-09 20:08:47]     -- Local/92319931@REDACTED-000003b8;2 requested media update control 18, passing it to Local/2319931@REDACTED-route-000003b9;1
[2022-02-09 20:08:47]     -- Local/PJSIPATAxMicroSIP1@REDACTED-000003b6;1 requested media update control 18, passing it to Local/92319931@REDACTED-000003b8;1
[2022-02-09 20:08:47]     -- Local/92319931@REDACTED-000003b8;2 requested media update control 18, passing it to Local/2319931@REDACTED-route-000003b9;1
[2022-02-09 20:08:47]     -- Local/PJSIPATAxMicroSIP1@REDACTED-000003b6;1 requested media update control 18, passing it to Local/92319931@REDACTED-000003b8;1
[2022-02-09 20:08:47]     -- Local/92319931@REDACTED-000003b8;2 requested media update control 18, passing it to Local/2319931@REDACTED-route-000003b9;1
[2022-02-09 20:08:47]     -- Local/PJSIPATAxMicroSIP1@REDACTED-000003b6;1 requested media update control 18, passing it to Local/92319931@REDACTED-000003b8;1
[2022-02-09 20:08:47]     -- Local/92319931@REDACTED-000003b8;2 requested media update control 18, passing it to Local/2319931@REDACTED-route-000003b9;1
[2022-02-09 20:08:48]     -- Local/PJSIPATAxMicroSIP1@REDACTED-000003b6;1 requested media update control 18, passing it to Local/92319931@REDACTED-000003b8;1
[2022-02-09 20:08:48]     -- Local/92319931@REDACTED-000003b8;2 requested media update control 18, passing it to Local/2319931@REDACTED-route-000003b9;1
[2022-02-09 20:08:48]     -- Local/PJSIPATAxMicroSIP1@REDACTED-000003b6;1 requested media update control 18, passing it to Local/92319931@REDACTED-000003b8;1
[2022-02-09 20:08:48]     -- Local/92319931@REDACTED-000003b8;2 requested media update control 18, passing it to Local/2319931@REDACTED-route-000003b9;1
[2022-02-09 20:08:48]     -- Local/PJSIPATAxMicroSIP1@REDACTED-000003b6;1 requested media update control 18, passing it to Local/92319931@REDACTED-000003b8;1
[2022-02-09 20:08:48]     -- Local/92319931@REDACTED-000003b8;2 requested media update control 18, passing it to Local/2319931@REDACTED-route-000003b9;1
[2022-02-09 20:08:48]     -- Local/PJSIPATAxMicroSIP1@REDACTED-000003b6;1 requested media update control 18, passing it to Local/92319931@REDACTED-000003b8;1
[2022-02-09 20:08:48]     -- Local/92319931@REDACTED-000003b8;2 requested media update control 18, passing it to Local/2319931@REDACTED-route-000003b9;1
[2022-02-09 20:08:48]     -- Local/PJSIPATAxMicroSIP1@REDACTED-000003b6;1 requested media update control 18, passing it to Local/92319931@REDACTED-000003b8;1
[2022-02-09 20:08:48]     -- Local/92319931@REDACTED-000003b8;2 requested media update control 18, passing it to Local/2319931@REDACTED-route-000003b9;1
[2022-02-09 20:08:48]     -- Local/PJSIPATAxMicroSIP1@REDACTED-000003b6;1 requested media update control 18, passing it to Local/92319931@REDACTED-000003b8;1
[2022-02-09 20:08:48]     -- Local/92319931@REDACTED-000003b8;2 requested media update control 18, passing it to Local/2319931@REDACTED-route-000003b9;1
[2022-02-09 20:08:48]     -- Local/PJSIPATAxMicroSIP1@REDACTED-000003b6;1 requested media update control 18, passing it to Local/92319931@REDACTED-000003b8;1
[2022-02-09 20:08:48]     -- Local/92319931@REDACTED-000003b8;2 requested media update control 18, passing it to Local/2319931@REDACTED-route-000003b9;1
[2022-02-09 20:08:48]     -- Local/PJSIPATAxMicroSIP1@REDACTED-000003b6;1 requested media update control 18, passing it to Local/92319931@REDACTED-000003b8;1
[2022-02-09 20:08:48]     -- Local/92319931@REDACTED-000003b8;2 requested media update control 18, passing it to Local/2319931@REDACTED-route-000003b9;1
[2022-02-09 20:08:49]     -- Local/PJSIPATAxMicroSIP1@REDACTED-000003b6;1 requested media update control 18, passing it to Local/92319931@REDACTED-000003b8;1
[2022-02-09 20:08:49]     -- Local/92319931@REDACTED-000003b8;2 requested media update control 18, passing it to Local/2319931@REDACTED-route-000003b9;1
[2022-02-09 20:08:49]     -- Local/PJSIPATAxMicroSIP1@REDACTED-000003b6;1 requested media update control 18, passing it to Local/92319931@REDACTED-000003b8;1
[2022-02-09 20:08:49]     -- Local/92319931@REDACTED-000003b8;2 requested media update control 18, passing it to Local/2319931@REDACTED-route-000003b9;1
[2022-02-09 20:08:49]     -- Local/PJSIPATAxMicroSIP1@REDACTED-000003b6;1 requested media update control 18, passing it to Local/92319931@REDACTED-000003b8;1
[2022-02-09 20:08:49]     -- Local/92319931@REDACTED-000003b8;2 requested media update control 18, passing it to Local/2319931@REDACTED-route-000003b9;1
[2022-02-09 20:08:49]     -- Local/PJSIPATAxMicroSIP1@REDACTED-000003b6;1 requested media update control 18, passing it to Local/92319931@REDACTED-000003b8;1
[2022-02-09 20:08:49]     -- Local/92319931@REDACTED-000003b8;2 requested media update control 18, passing it to Local/2319931@REDACTED-route-000003b9;1
[2022-02-09 20:08:49]     -- Local/PJSIPATAxMicroSIP1@REDACTED-000003b6;1 requested media update control 18, passing it to Local/92319931@REDACTED-000003b8;1
[2022-02-09 20:08:49]     -- Local/92319931@REDACTED-000003b8;2 requested media update control 18, passing it to Local/2319931@REDACTED-route-000003b9;1
[2022-02-09 20:08:49]     -- Local/PJSIPATAxMicroSIP1@REDACTED-000003b6;1 requested media update control 18, passing it to Local/92319931@REDACTED-000003b8;1
[2022-02-09 20:08:49]     -- Local/92319931@REDACTED-000003b8;2 requested media update control 18, passing it to Local/2319931@REDACTED-route-000003b9;1
[2022-02-09 20:08:49]     -- Local/PJSIPATAxMicroSIP1@REDACTED-000003b6;1 requested media update control 18, passing it to Local/92319931@REDACTED-000003b8;1
[2022-02-09 20:08:49]     -- Local/92319931@REDACTED-000003b8;2 requested media update control 18, passing it to Local/2319931@REDACTED-route-000003b9;1
{noformat}

By: N A (InterLinked) 2022-06-17 18:32:52.583-0500

Several new backtraces attached, and a restatement/clarification of the issue here.

Conditions to reproduce: 2 ConfBridges with video need to be connected. Doesn't happen with just a single ConfBridge.

This happens both with and without DEBUG_THREADS/BETTER_BACKTRACES.

Result: As soon as the call is answered and thus we get bidirectional video, Asterisk taskprocessor immediately explodes as such:

{noformat}
[2022-06-17 23:17:20] WARNING[25286][C-00000002]: taskprocessor.c:1160 taskprocessor_push: The 'pjsip/outsess/tsip-00000124' task processor queue reached 500 scheduled tasks.
[2022-06-17 23:17:20] WARNING[25269][C-00000002]: taskprocessor.c:1160 taskprocessor_push: The 'pjsip/distributor-0000006b' task processor queue reached 500 scheduled tasks.
{noformat}

Both CPU and memory start climbing to 100% and, within a few seconds, we're at the point of no return and Asterisk is going to crash.
In this case, it gets killed by the system due to "out of memory" as shown in dmesg.
If we have a few seconds before crashing, lots of extremely long queue warnings, deadlocks, other nasty stuff, etc.

Minimally reproducible example:

extensions.conf:

{noformat}
exten => test2,1,Originate(Local/1@vidtest,exten,vidtest,2,1,,C(slin|h264))
same => n,Goto(vidtest,2,1)

[vidtest]
exten => 1,1,Answer
same => n,Dial(PJSIP/tsip,,G(split))
same => n,Hangup
same => n(split),ConfBridge(vidtest2,oebridge)
same => n,ConfBridge(vidtest2,oebridge)
exten => 2,1,ConfBridge(vidtest,oebridge)
{noformat}

confbridge.conf:
{noformat}
[oebridge]
type=bridge
sound_join=/var/lib/asterisk/sounds/en/silence/1
sound_leave=/var/lib/asterisk/sounds/en/silence/1
video_mode=follow_talker
{noformat}

The backtraces and core show locks do indicate a deadlock, though whether this is a cause or as a result, not entirely sure. The deadlock does seem to be in the same place each time, though:

core show locks:

{noformat}
=======================================================================
=== 18.9.0
=== Currently Held Locks
=======================================================================
===
=== <pending> <lock#> (<file>): <lock type> <line num> <function> <lock name> <lock addr> (times locked)
===
=== Thread ID: 0x7fab514fe700 LWP:20224 (worker_start         started at [ 1111] threadpool.c worker_thread_start())
=== ---> Lock #0 (sorcery.c): RDLOCK 1869 ast_sorcery_retrieve_by_id &(&object_type->wizards)->lock 0x55f82b51c008 (1)
       asterisk __ast_rwlock_rdlock()
       asterisk ast_sorcery_retrieve_by_id()
       [0x7fab53d2549f] res_pjsip_nat.so res_pjsip_nat.c:419 process_nat()
       [0x7fab53d259c5] res_pjsip_nat.so res_pjsip_nat.c:480 nat_on_tx_message()
       [0x7fab7b0a1966] libasteriskpj.so.2 sip_endpoint.c:1116 endpt_on_tx_msg()
       [0x7fab7b0a94de] libasteriskpj.so.2 sip_transport.c:931 pjsip_transport_send()
       [0x7fab7b0a4a9d] libasteriskpj.so.2 sip_util.c:1277 stateless_send_transport_cb()
       [0x7fab7b0a4db6] libasteriskpj.so.2 sip_util.c:1379 stateless_send_resolver_callback()
       [0x7fab53db1fb6] res_pjsip.so pjsip_resolver.c:529 sip_resolve()
       [0x7fab7b0a6aa7] libasteriskpj.so.2 sip_resolve.c:208 pjsip_resolve()
       [0x7fab7b0a1b70] libasteriskpj.so.2 sip_endpoint.c:1202 pjsip_endpt_resolve()
       [0x7fab7b0a4edb] libasteriskpj.so.2 sip_util.c:1422 pjsip_endpt_send_request_stateless()
       [0x7fab7b0c0dde] libasteriskpj.so.2 sip_transaction.c:2222 tsx_send_msg()
       [0x7fab7b0c157a] libasteriskpj.so.2 sip_transaction.c:2456 tsx_on_state_null()
       [0x7fab7b0c00f7] libasteriskpj.so.2 sip_transaction.c:1794 pjsip_tsx_send_msg()
       [0x7fab7b0c6318] libasteriskpj.so.2 sip_dialog.c:1348 pjsip_dlg_send_request()
       [0x7fab7b079238] libasteriskpj.so.2 sip_inv.c:3264 pjsip_inv_send_msg()
       [0x7fab53cb510d] res_pjsip_session.so res_pjsip_session.c:2840 ast_sip_session_send_request_with_cb()
       [0x7fab53cb5140] res_pjsip_session.so res_pjsip_session.c:2846 ast_sip_session_send_request()
       [0x7fab539e9ca9] chan_pjsip.so chan_pjsip.c:1474 transmit_info_with_vidupdate()
       asterisk ast_taskprocessor_execute()
       asterisk <unknown>()
       asterisk ast_taskprocessor_execute()
       asterisk <unknown>()
       asterisk <unknown>()
       asterisk <unknown>()
       asterisk <unknown>()
       [0x7fab7a8d3fa3] libpthread.so.0 pthread_create.c:487 start_thread()
       [0x7fab7a367eff] libc.so.6 clone.S:97 clone()
=== -------------------------------------------------------------------
===
=== Thread ID: 0x7fab4f22f700 LWP:20733 (pbx_thread           started at [ 4736] pbx.c ast_pbx_start())
=== ---> Lock #0 (channel.c): MUTEX 3540 __ast_read chan 0x7fab5433a2f0 (1)
       asterisk __ast_pthread_mutex_lock()
       asterisk __ao2_lock()
       asterisk <unknown>()
       asterisk ast_read_stream()
       asterisk <unknown>()
       asterisk <unknown>()
       asterisk bridge_channel_internal_join()
       asterisk ast_bridge_join()
       [0x7fab53faf571] app_confbridge.so app_confbridge.c:2904 confbridge_exec()
       asterisk pbx_exec()
       asterisk <unknown>()
       asterisk ast_spawn_extension()
       asterisk <unknown>()
       asterisk <unknown>()
       asterisk <unknown>()
       [0x7fab7a8d3fa3] libpthread.so.0 pthread_create.c:487 start_thread()
       [0x7fab7a367eff] libc.so.6 clone.S:97 clone()
=== ---> Lock #1 (rtp_engine.c): MUTEX 582 ast_rtp_instance_read instance 0x7fab5439a5b0 (1)
       asterisk __ast_pthread_mutex_lock()
       asterisk __ao2_lock()
       asterisk ast_rtp_instance_read()
       [0x7fab5393253d] res_pjsip_sdp_rtp.so res_pjsip_sdp_rtp.c:2038 media_session_rtp_read_callback()
       [0x7fab539e7dc4] chan_pjsip.so chan_pjsip.c:855 chan_pjsip_read_stream()
       asterisk <unknown>()
       asterisk ast_read_stream()
       asterisk <unknown>()
       asterisk <unknown>()
       asterisk bridge_channel_internal_join()
       asterisk ast_bridge_join()
       [0x7fab53faf571] app_confbridge.so app_confbridge.c:2904 confbridge_exec()
       asterisk pbx_exec()
       asterisk <unknown>()
       asterisk ast_spawn_extension()
       asterisk <unknown>()
       asterisk <unknown>()
       asterisk <unknown>()
       [0x7fab7a8d3fa3] libpthread.so.0 pthread_create.c:487 start_thread()
       [0x7fab7a367eff] libc.so.6 clone.S:97 clone()
=== -------------------------------------------------------------------
===
=== Thread ID: 0x7fab73d8e700 LWP:20756 (pbx_thread           started at [ 4736] pbx.c ast_pbx_start())
=== ---> Lock #0 (bridge_channel.c): MUTEX 235 ast_bridge_channel_lock_bridge bridge 0x7fab747a7770 (1)
       asterisk __ast_pthread_mutex_lock()
       asterisk __ao2_lock()
       asterisk <unknown>()
       asterisk ast_bridge_channel_lock_bridge()
       asterisk <unknown>()
       asterisk <unknown>()
       asterisk <unknown>()
       asterisk bridge_channel_internal_join()
       asterisk ast_bridge_join()
       [0x7fab53faf571] app_confbridge.so app_confbridge.c:2904 confbridge_exec()
       asterisk pbx_exec()
       asterisk <unknown>()
       asterisk ast_spawn_extension()
       asterisk <unknown>()
       asterisk <unknown>()
       asterisk <unknown>()
       [0x7fab7a8d3fa3] libpthread.so.0 pthread_create.c:487 start_thread()
       [0x7fab7a367eff] libc.so.6 clone.S:97 clone()
{noformat}

By: N A (InterLinked) 2022-06-17 18:34:34.442-0500

Several backtraces, attached.

Additionally, if you hang up quickly enough, the system does not crash but you can see the thousands of warnings that get printed out as PJSIP is slow to respond to the channel going away. Indeed, that's right in the part of the code where we get infinite frames.

By: N A (InterLinked) 2022-06-17 18:59:37.823-0500

Working backwards from the infinite video updates, interestingly, res_pjsip_sdp_rtp itself doesn't seem to generate infinite updates. It only generates a single update, which then gets processed forever in perpetuity.

As such, I don't actually think this is app_confbridge related anymore - this seems to be purely a PJSIP related bug since the issue is caused there and can be isolated there:

{noformat}
[2022-06-17 23:56:16]     -- PJSIP/tsip-00000003 is ringing
[2022-06-17 23:56:16] NOTICE[1244]: res_pjsip_sdp_rtp.c:2321 video_info_incoming_request: Queuing a video update
[2022-06-17 23:56:16]     -- Local/1@vidtest-00000005;2 requested media update control 18, passing it to PJSIP/tsip-00000003
[2022-06-17 23:56:17]     -- <CBAnn/vidtest-00000006;1> Playing '/var/lib/asterisk/sounds/en/silence/1.ulaw' (language 'en')
[2022-06-17 23:56:19]        > 0x55e9e385d2c0 -- Strict RTP learning after remote address set to: 192.168.10.102:4016
[2022-06-17 23:56:19]        > 0x55e9e385ff00 -- Strict RTP learning after remote address set to: 192.168.10.102:4018
[2022-06-17 23:56:19]        > 0x55e9e385d2c0 -- Strict RTP qualifying stream type: audio
[2022-06-17 23:56:19]     -- PJSIP/tsip-00000003 answered Local/1@vidtest-00000005;2
[2022-06-17 23:56:19]     -- Executing [1@vidtest:4] ConfBridge("Local/1@vidtest-00000005;2", "vidtest2,oebridge") in new stack
[2022-06-17 23:56:19]     -- Executing [1@vidtest:5] ConfBridge("PJSIP/tsip-00000003", "vidtest2,oebridge") in new stack
[2022-06-17 23:56:19]     -- Channel CBAnn/vidtest2-00000007;2 joined 'softmix' base-bridge <7137a988-4708-4589-ae7f-37f3c4b3ae5e>
[2022-06-17 23:56:19]     -- Channel Local/1@vidtest-00000005;2 joined 'softmix' base-bridge <7137a988-4708-4589-ae7f-37f3c4b3ae5e>
[2022-06-17 23:56:19]     -- Channel PJSIP/tsip-00000003 joined 'softmix' base-bridge <7137a988-4708-4589-ae7f-37f3c4b3ae5e>
[2022-06-17 23:56:19]     -- <CBAnn/vidtest2-00000007;1> Playing '/var/lib/asterisk/sounds/en/silence/1.ulaw' (language 'en')
[2022-06-17 23:56:19]        > 0x55e9e385ff00 -- Strict RTP qualifying stream type: video
[2022-06-17 23:56:19]        > Video source in bridge 'vidtest2' (7137a988-4708-4589-ae7f-37f3c4b3ae5e) is now 'PJSIP/tsip-00000003' (1655510176.24)
[2022-06-17 23:56:19]        > Video source in bridge 'vidtest' (e93c4427-23f6-4551-912f-7f0ce5aae357) is now 'Local/1@vidtest-00000005;1' (1655510176.20)
[2022-06-17 23:56:19] NOTICE[1787]: res_pjsip_sdp_rtp.c:2321 video_info_incoming_request: Queuing a video update
[2022-06-17 23:56:20] WARNING[1243]: taskprocessor.c:1160 taskprocessor_push: The 'pjsip/outsess/tsip-00000122' task processor queue reached 500 scheduled tasks.
[2022-06-17 23:56:20] WARNING[3674][C-00000005]: taskprocessor.c:1160 taskprocessor_push: The 'pjsip/distributor-00000083' task processor queue reached 500 scheduled tasks.
[2022-06-17 23:56:20]     -- <CBAnn/vidtest2-00000007;1> Playing '/var/lib/asterisk/sounds/en/silence/1.ulaw' (language 'en')
[2022-06-17 23:56:20]        > Video source in bridge 'vidtest2' (7137a988-4708-4589-ae7f-37f3c4b3ae5e) is now 'Local/1@vidtest-00000005;2' (1655510176.21)
[2022-06-17 23:56:21]        > Video source in bridge 'vidtest' (e93c4427-23f6-4551-912f-7f0ce5aae357) is now 'PJSIP/ATAxMicroSIP1-00000002' (1655510176.19)
[2022-06-17 23:56:23] ERROR[1244]: chan_pjsip.c:1458 transmit_info_with_vidupdate: Session already DISCONNECTED [reason=200 (OK)]
[2022-06-17 23:56:23] ERROR[1244]: chan_pjsip.c:1458 transmit_info_with_vidupdate: Session already DISCONNECTED [reason=200 (OK)]
[2022-06-17 23:56:23] ERROR[1244]: chan_pjsip.c:1458 transmit_info_with_vidupdate: Session already DISCONNECTED [reason=200 (OK)]
[2022-06-17 23:56:23] ERROR[1244]: chan_pjsip.c:1458 transmit_info_with_vidupdate: Session already DISCONNECTED [reason=200 (OK)]
[2022-06-17 23:56:23] ERROR[1244]: chan_pjsip.c:1458 transmit_info_with_vidupdate: Session already DISCONNECTED [reason=200 (OK)]
[2022-06-17 23:56:23] ERROR[1244]: chan_pjsip.c:1458 transmit_info_with_vidupdate: Session already DISCONNECTED [reason=200 (OK)]
[2022-06-17 23:56:23] ERROR[1244]: chan_pjsip.c:1458 transmit_info_with_vidupdate: Session already DISCONNECTED [reason=200 (OK)]
[2022-06-17 23:56:23] ERROR[1244]: chan_pjsip.c:1458 transmit_info_with_vidupdate: Session already DISCONNECTED [reason=200 (OK)]
[2022-06-17 23:56:23] ERROR[1244]: chan_pjsip.c:1458 transmit_info_with_vidupdate: Session already DISCONNECTED [reason=200 (OK)]
[2022-06-17 23:56:23] ERROR[1244]: chan_pjsip.c:1458 transmit_info_with_vidupdate: Session already DISCONNECTED [reason=200 (OK)]
[2022-06-17 23:56:23] ERROR[1244]: chan_pjsip.c:1458 transmit_info_with_vidupdate: Session already DISCONNECTED [reason=200 (OK)]
[2022-06-17 23:56:23] ERROR[1244]: chan_pjsip.c:1458 transmit_info_with_vidupdate: Session already DISCONNECTED [reason=200 (OK)]
[2022-06-17 23:56:23] ERROR[1244]: chan_pjsip.c:1458 transmit_info_with_vidupdate: Session already DISCONNECTED [reason=200 (OK)]
[2022-06-17 23:56:23] ERROR[1244]: chan_pjsip.c:1458 transmit_info_with_vidupdate: Session already DISCONNECTED [reason=200 (OK)]
[2022-06-17 23:56:23] ERROR[1244]: chan_pjsip.c:1458 transmit_info_with_vidupdate: Session already DISCONNECTED [reason=200 (OK)]
[2022-06-17 23:56:23] ERROR[1244]: chan_pjsip.c:1458 transmit_info_with_vidupdate: Session already DISCONNECTED [reason=200 (OK)]
[2022-06-17 23:56:23] ERROR[1244]: chan_pjsip.c:1458 transmit_info_with_vidupdate: Session already DISCONNECTED [reason=200 (OK)]
[2022-06-17 23:56:23] ERROR[1244]: chan_pjsip.c:1458 transmit_info_with_vidupdate: Session already DISCONNECTED [reason=200 (OK)]
[2022-06-17 23:56:23] ERROR[1244]: chan_pjsip.c:1458 transmit_info_with_vidupdate: Session already DISCONNECTED [reason=200 (OK)]
[2022-06-17 23:56:23] ERROR[1244]: chan_pjsip.c:1458 transmit_info_with_vidupdate: Session already DISCONNECTED [reason=200 (OK)]
[2022-06-17 23:56:23] ERROR[1244]: chan_pjsip.c:1458 transmit_info_with_vidupdate: Session already DISCONNECTED [reason=200 (OK)]
[2022-06-17 23:56:23] ERROR[1244]: chan_pjsip.c:1458 transmit_info_with_vidupdate: Session already DISCONNECTED [reason=200 (OK)]
[2022-06-17 23:56:23] ERROR[1244]: chan_pjsip.c:1458 transmit_info_with_vidupdate: Session already DISCONNECTED [reason=200 (OK)]
[2022-06-17 23:56:23] ERROR[1244]: chan_pjsip.c:1458 transmit_info_with_vidupdate: Session already DISCONNECTED [reason=200 (OK)]
[2022-06-17 23:56:23] ERROR[1244]: chan_pjsip.c:1458 transmit_info_with_vidupdate: Session already DISCONNECTED [reason=200 (OK)]
[2022-06-17 23:56:23] ERROR[1244]: chan_pjsip.c:1458 transmit_info_with_vidupdate: Session already DISCONNECTED [reason=200 (OK)]
[2022-06-17 23:56:23] ERROR[1244]: chan_pjsip.c:1458 transmit_info_with_vidupdate: Session already DISCONNECTED [reason=200 (OK)]
[2022-06-17 23:56:23] ERROR[1244]: chan_pjsip.c:1458 transmit_info_with_vidupdate: Session already DISCONNECTED [reason=200 (OK)]
[2022-06-17 23:56:23] ERROR[1244]: chan_pjsip.c:1458 transmit_info_with_vidupdate: Session already DISCONNECTED [reason=200 (OK)]
[2022-06-17 23:56:23] ERROR[1244]: chan_pjsip.c:1458 transmit_info_with_vidupdate: Session already DISCONNECTED [reason=200 (OK)]
[2022-06-17 23:56:23] ERROR[1244]: chan_pjsip.c:1458 transmit_info_with_vidupdate: Session already DISCONNECTED [reason=200 (OK)]
[2022-06-17 23:56:23] ERROR[1244]: chan_pjsip.c:1458 transmit_info_with_vidupdate: Session already DISCONNECTED [reason=200 (OK)]
{noformat}

By: N A (InterLinked) 2022-06-17 19:24:13.698-0500

And finally, this also seems to corroborate the above - it does seem to be bouncing "back and forth" as you can see the call IDs go back and forth:

{noformat}
[2022-06-18 00:12:42]     -- PJSIP/tsip-00000001 answered Local/1@vidtest-00000000;2
[2022-06-18 00:12:42]     -- Executing [1@vidtest:4] ConfBridge("Local/1@vidtest-00000000;2", "vidtest2,oebridge") in new stack
[2022-06-18 00:12:42]     -- Executing [1@vidtest:5] ConfBridge("PJSIP/tsip-00000001", "vidtest2,oebridge") in new stack
[2022-06-18 00:12:42]     -- Channel CBAnn/vidtest2-00000002;2 joined 'softmix' base-bridge <ddb1e9f4-6836-4351-a2db-2224e106a0e6>
[2022-06-18 00:12:42]     -- Channel Local/1@vidtest-00000000;2 joined 'softmix' base-bridge <ddb1e9f4-6836-4351-a2db-2224e106a0e6>
[2022-06-18 00:12:42]     -- Channel PJSIP/tsip-00000001 joined 'softmix' base-bridge <ddb1e9f4-6836-4351-a2db-2224e106a0e6>
[2022-06-18 00:12:42]     -- <CBAnn/vidtest2-00000002;1> Playing '/var/lib/asterisk/sounds/en/silence/1.ulaw' (language 'en')
[2022-06-18 00:12:42]        > 0x7fddd407f5e0 -- Strict RTP qualifying stream type: video
[2022-06-18 00:12:42]        > Video source in bridge 'vidtest2' (ddb1e9f4-6836-4351-a2db-2224e106a0e6) is now 'Local/1@vidtest-00000000;2' (1655511155.2)
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: bridge.c:3927 ast_bridge_update_talker_src_video_mode: Video update
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10650][C-00000001]: bridge.c:3903 ast_bridge_update_talker_src_video_mode: Video update
[2022-06-18 00:12:42] NOTICE[10650][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42]        > Video source in bridge 'vidtest' (92d0a64e-742b-4e40-889f-5a16f84dcf01) is now 'Local/1@vidtest-00000000;1' (1655511155.1)
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: bridge.c:3903 ast_bridge_update_talker_src_video_mode: Video update
[2022-06-18 00:12:42]        > Video source in bridge 'vidtest2' (ddb1e9f4-6836-4351-a2db-2224e106a0e6) is now 'PJSIP/tsip-00000001' (WKSHWIAXCG0-1655511155.5)
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:42] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10580]: res_pjsip_sdp_rtp.c:2321 video_info_incoming_request: Queuing a video update
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10648][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:12:43] NOTICE[10655][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
{noformat}

By: N A (InterLinked) 2022-06-17 19:50:51.770-0500

Here is another log with core debug level 10 (plus a few added log messages):

{noformat}
$ cat full.txt | grep -v "pjsip_resolver" | grep -v " pjsip_message_filter" | grep -v "res_pjsip_session" | grep -v "pjsip_message_filter" | grep -v "acl.c" | head -250
[2022-06-18 00:38:35] DEBUG[12849]: manager.c:6201 match_filter: Examining AMI event:
Event: BridgeVideoSourceUpdate
Privilege: call,all
Timestamp: 1655512715.894109
SystemName: REDACTED
BridgeUniqueid: 0b781f1d-61a5-4c04-8b33-051e0e93617a
BridgeType: base
BridgeTechnology: softmix
BridgeCreator: ConfBridge
BridgeName: vidtest2
BridgeNumChannels: 3
BridgeVideoSourceMode: talker
BridgeVideoSource: REDACTED-1655512697.5
BridgePreviousVideoSource:


[2022-06-18 00:38:35] DEBUG[12923][C-00000001]: stasis_bridges.c:270 bridge_snapshot_update_dtor: Update: 0x7f3cd804b778  Old: 0b781f1d-61a5-4c04-8b33-051e0e93617a  New: 0b781f1d-61a5-4c04-8b33-051e0e93617a
[2022-06-18 00:38:35] DEBUG[12923][C-00000001]: chan_pjsip.c:1717 chan_pjsip_indicate:  PJSIP/tsip-00000001: Indicated Video Update
[2022-06-18 00:38:35] NOTICE[12923][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:38:35] DEBUG[12923][C-00000001]: chan_pjsip.c:1928 chan_pjsip_indicate:  PJSIP/tsip-00000001
[2022-06-18 00:38:35] NOTICE[12916][C-00000001]: bridge.c:3927 ast_bridge_update_talker_src_video_mode: Video update
[2022-06-18 00:38:35] NOTICE[12915][C-00000001]: bridge_softmix.c:1246 softmix_bridge_write_control: Queuing null to everyone
[2022-06-18 00:38:35] DEBUG[12913][C-00000001]: chan_pjsip.c:1717 chan_pjsip_indicate:  PJSIP/ATAxMicroSIP1-00000000: Indicated Video Update
[2022-06-18 00:38:35] NOTICE[12913][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:38:35] DEBUG[12913][C-00000001]: chan_pjsip.c:1928 chan_pjsip_indicate:  PJSIP/ATAxMicroSIP1-00000000
[2022-06-18 00:38:35] NOTICE[12916][C-00000001]: bridge_softmix.c:1246 softmix_bridge_write_control: Queuing null to everyone
[2022-06-18 00:38:35] NOTICE[12915][C-00000001]: bridge_softmix.c:1246 softmix_bridge_write_control: Queuing null to everyone
[2022-06-18 00:38:35] DEBUG[12913][C-00000001]: chan_pjsip.c:1717 chan_pjsip_indicate:  PJSIP/ATAxMicroSIP1-00000000: Indicated Video Update
[2022-06-18 00:38:35] NOTICE[12913][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:38:35] DEBUG[12913][C-00000001]: chan_pjsip.c:1928 chan_pjsip_indicate:  PJSIP/ATAxMicroSIP1-00000000
[2022-06-18 00:38:35] DEBUG[12916][C-00000001]: channel.c:5833 set_format: Channel Local/1@vidtest-00000000;2 setting write format path: slin -> slin
[2022-06-18 00:38:35] DEBUG[12916][C-00000001]: channel.c:3211 ast_settimeout_full: Scheduling timer at (0 requested / 0 actual) timer ticks per second
[2022-06-18 00:38:35] NOTICE[12916][C-00000001]: bridge_softmix.c:1246 softmix_bridge_write_control: Queuing null to everyone
[2022-06-18 00:38:35] DEBUG[12923][C-00000001]: res_rtp_asterisk.c:4972 rtp_raw_write: (0x7f3cf0138bf0) RTP video difference is 1656090, ms is 1 (90), pred/ts/samples 6090/1662180/0
[2022-06-18 00:38:35] NOTICE[12915][C-00000001]: bridge_softmix.c:1246 softmix_bridge_write_control: Queuing null to everyone
[2022-06-18 00:38:35] DEBUG[12913][C-00000001]: chan_pjsip.c:1717 chan_pjsip_indicate:  PJSIP/ATAxMicroSIP1-00000000: Indicated Video Update
[2022-06-18 00:38:35] NOTICE[12913][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:38:35] DEBUG[12913][C-00000001]: chan_pjsip.c:1928 chan_pjsip_indicate:  PJSIP/ATAxMicroSIP1-00000000
[2022-06-18 00:38:35] DEBUG[12923][C-00000001]: chan_pjsip.c:1717 chan_pjsip_indicate:  PJSIP/tsip-00000001: Indicated Video Update
[2022-06-18 00:38:35] NOTICE[12923][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:38:35] NOTICE[12916][C-00000001]: bridge_softmix.c:1246 softmix_bridge_write_control: Queuing null to everyone
[2022-06-18 00:38:35] DEBUG[12923][C-00000001]: chan_pjsip.c:1928 chan_pjsip_indicate:  PJSIP/tsip-00000001
[2022-06-18 00:38:35] NOTICE[12915][C-00000001]: bridge_softmix.c:1246 softmix_bridge_write_control: Queuing null to everyone
[2022-06-18 00:38:35] DEBUG[12913][C-00000001]: chan_pjsip.c:1717 chan_pjsip_indicate:  PJSIP/ATAxMicroSIP1-00000000: Indicated Video Update
[2022-06-18 00:38:35] NOTICE[12913][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:38:35] DEBUG[12913][C-00000001]: chan_pjsip.c:1928 chan_pjsip_indicate:  PJSIP/ATAxMicroSIP1-00000000
[2022-06-18 00:38:35] DEBUG[12923][C-00000001]: res_rtp_asterisk.c:5376 ast_rtp_write: (0x7f3cf00a86c0) RTP ooh, format changed from none to ulaw
[2022-06-18 00:38:35] NOTICE[12916][C-00000001]: bridge_softmix.c:1246 softmix_bridge_write_control: Queuing null to everyone
[2022-06-18 00:38:35] NOTICE[12915][C-00000001]: bridge_softmix.c:1246 softmix_bridge_write_control: Queuing null to everyone
[2022-06-18 00:38:35] DEBUG[12913][C-00000001]: chan_pjsip.c:1717 chan_pjsip_indicate:  PJSIP/ATAxMicroSIP1-00000000: Indicated Video Update
[2022-06-18 00:38:35] NOTICE[12913][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:38:35] DEBUG[12913][C-00000001]: chan_pjsip.c:1928 chan_pjsip_indicate:  PJSIP/ATAxMicroSIP1-00000000
[2022-06-18 00:38:35] DEBUG[12923][C-00000001]: res_rtp_asterisk.c:5116 rtp_raw_write: (0x7f3cf00a86c0) RTCP starting transmission
[2022-06-18 00:38:35] NOTICE[12916][C-00000001]: bridge_softmix.c:1246 softmix_bridge_write_control: Queuing null to everyone
[2022-06-18 00:38:35] DEBUG[12923][C-00000001]: chan_pjsip.c:1717 chan_pjsip_indicate:  PJSIP/tsip-00000001: Indicated Video Update
[2022-06-18 00:38:35] NOTICE[12923][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:38:35] DEBUG[12923][C-00000001]: chan_pjsip.c:1928 chan_pjsip_indicate:  PJSIP/tsip-00000001
[2022-06-18 00:38:35] NOTICE[12915][C-00000001]: bridge_softmix.c:1246 softmix_bridge_write_control: Queuing null to everyone
[2022-06-18 00:38:35] DEBUG[12913][C-00000001]: chan_pjsip.c:1717 chan_pjsip_indicate:  PJSIP/ATAxMicroSIP1-00000000: Indicated Video Update
[2022-06-18 00:38:35] NOTICE[12913][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:38:35] DEBUG[12913][C-00000001]: chan_pjsip.c:1928 chan_pjsip_indicate:  PJSIP/ATAxMicroSIP1-00000000
[2022-06-18 00:38:35] NOTICE[12916][C-00000001]: bridge_softmix.c:1246 softmix_bridge_write_control: Queuing null to everyone
[2022-06-18 00:38:35] DEBUG[12923][C-00000001]: chan_pjsip.c:1717 chan_pjsip_indicate:  PJSIP/tsip-00000001: Indicated Video Update
[2022-06-18 00:38:35] NOTICE[12923][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:38:35] DEBUG[12923][C-00000001]: chan_pjsip.c:1928 chan_pjsip_indicate:  PJSIP/tsip-00000001
[2022-06-18 00:38:35] NOTICE[12915][C-00000001]: bridge_softmix.c:1246 softmix_bridge_write_control: Queuing null to everyone
[2022-06-18 00:38:35] DEBUG[12913][C-00000001]: chan_pjsip.c:1717 chan_pjsip_indicate:  PJSIP/ATAxMicroSIP1-00000000: Indicated Video Update
[2022-06-18 00:38:35] NOTICE[12913][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:38:35] DEBUG[12913][C-00000001]: chan_pjsip.c:1928 chan_pjsip_indicate:  PJSIP/ATAxMicroSIP1-00000000
[2022-06-18 00:38:35] NOTICE[12916][C-00000001]: bridge_softmix.c:1246 softmix_bridge_write_control: Queuing null to everyone
[2022-06-18 00:38:35] DEBUG[12923][C-00000001]: chan_pjsip.c:1717 chan_pjsip_indicate:  PJSIP/tsip-00000001: Indicated Video Update
[2022-06-18 00:38:35] NOTICE[12923][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:38:35] NOTICE[12915][C-00000001]: bridge_softmix.c:1246 softmix_bridge_write_control: Queuing null to everyone
[2022-06-18 00:38:35] DEBUG[12913][C-00000001]: chan_pjsip.c:1717 chan_pjsip_indicate:  PJSIP/ATAxMicroSIP1-00000000: Indicated Video Update
[2022-06-18 00:38:35] NOTICE[12913][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:38:35] DEBUG[12913][C-00000001]: chan_pjsip.c:1928 chan_pjsip_indicate:  PJSIP/ATAxMicroSIP1-00000000
[2022-06-18 00:38:35] NOTICE[12916][C-00000001]: bridge_softmix.c:1246 softmix_bridge_write_control: Queuing null to everyone
[2022-06-18 00:38:35] NOTICE[12915][C-00000001]: bridge_softmix.c:1246 softmix_bridge_write_control: Queuing null to everyone
[2022-06-18 00:38:35] DEBUG[12913][C-00000001]: chan_pjsip.c:1717 chan_pjsip_indicate:  PJSIP/ATAxMicroSIP1-00000000: Indicated Video Update
[2022-06-18 00:38:35] NOTICE[12913][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:38:35] DEBUG[12913][C-00000001]: chan_pjsip.c:1928 chan_pjsip_indicate:  PJSIP/ATAxMicroSIP1-00000000
[2022-06-18 00:38:35] DEBUG[12836]: res_pjsip/pjsip_distributor.c:503 distributor: Searching for serializer associated with dialog dlg0x7f3ce81bb3d8 for Response msg 200/INFO/cseq=25190 (rdata0x7f3cdc0b09a8)
[2022-06-18 00:38:35] DEBUG[12836]: res_pjsip/pjsip_distributor.c:511 distributor: Found serializer pjsip/outsess/tsip-00000121 associated with dialog dlg0x7f3ce81bb3d8
[2022-06-18 00:38:35] DEBUG[12836]: res_pjsip/pjsip_distributor.c:503 distributor: Searching for serializer associated with dialog dlg0x7f3cf01111b8 for Response msg 200/INFO/cseq=6521 (rdata0x7f3cdc1f7c88)
[2022-06-18 00:38:35] DEBUG[12836]: res_pjsip/pjsip_distributor.c:511 distributor: Found serializer pjsip/distributor-00000077 associated with dialog dlg0x7f3cf01111b8
[2022-06-18 00:38:35] DEBUG[12923][C-00000001]: chan_pjsip.c:1928 chan_pjsip_indicate:  PJSIP/tsip-00000001
[2022-06-18 00:38:35] DEBUG[12923][C-00000001]: chan_pjsip.c:1717 chan_pjsip_indicate:  PJSIP/tsip-00000001: Indicated Video Update
[2022-06-18 00:38:35] NOTICE[12923][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:38:35] DEBUG[12923][C-00000001]: chan_pjsip.c:1928 chan_pjsip_indicate:  PJSIP/tsip-00000001
[2022-06-18 00:38:35] DEBUG[12923][C-00000001]: chan_pjsip.c:1717 chan_pjsip_indicate:  PJSIP/tsip-00000001: Indicated Video Update
[2022-06-18 00:38:35] NOTICE[12923][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:38:35] DEBUG[12923][C-00000001]: chan_pjsip.c:1928 chan_pjsip_indicate:  PJSIP/tsip-00000001
[2022-06-18 00:38:35] DEBUG[12923][C-00000001]: chan_pjsip.c:1717 chan_pjsip_indicate:  PJSIP/tsip-00000001: Indicated Video Update
[2022-06-18 00:38:35] NOTICE[12923][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:38:35] DEBUG[12923][C-00000001]: chan_pjsip.c:1928 chan_pjsip_indicate:  PJSIP/tsip-00000001
[2022-06-18 00:38:35] DEBUG[12923][C-00000001]: chan_pjsip.c:1717 chan_pjsip_indicate:  PJSIP/tsip-00000001: Indicated Video Update
[2022-06-18 00:38:35] NOTICE[12923][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:38:35] DEBUG[12923][C-00000001]: chan_pjsip.c:1928 chan_pjsip_indicate:  PJSIP/tsip-00000001
[2022-06-18 00:38:35]        > 0x7f3cf00aa4f0 -- Strict RTP switching source address to REDACTED:4000
[2022-06-18 00:38:35] DEBUG[12923][C-00000001]: res_rtp_asterisk.c:8541 ast_rtp_remote_address_set: (0x7f3cf00a86c0) RTCP setting address on RTP instance
[2022-06-18 00:38:35] NOTICE[12916][C-00000001]: bridge_softmix.c:1246 softmix_bridge_write_control: Queuing null to everyone
[2022-06-18 00:38:35] NOTICE[12915][C-00000001]: bridge_softmix.c:1246 softmix_bridge_write_control: Queuing null to everyone
[2022-06-18 00:38:35] DEBUG[12913][C-00000001]: chan_pjsip.c:1717 chan_pjsip_indicate:  PJSIP/ATAxMicroSIP1-00000000: Indicated Video Update
[2022-06-18 00:38:35] NOTICE[12913][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:38:35] DEBUG[12913][C-00000001]: chan_pjsip.c:1928 chan_pjsip_indicate:  PJSIP/ATAxMicroSIP1-00000000
[2022-06-18 00:38:35] NOTICE[12916][C-00000001]: bridge_softmix.c:1246 softmix_bridge_write_control: Queuing null to everyone
[2022-06-18 00:38:35] DEBUG[12923][C-00000001]: res_rtp_asterisk.c:4972 rtp_raw_write: (0x7f3cf0138bf0) RTP video difference is 1652880, ms is 33 (2970), pred/ts/samples 1664970/12090/6000
[2022-06-18 00:38:35] NOTICE[12915][C-00000001]: bridge_softmix.c:1246 softmix_bridge_write_control: Queuing null to everyone
[2022-06-18 00:38:35] DEBUG[12913][C-00000001]: chan_pjsip.c:1717 chan_pjsip_indicate:  PJSIP/ATAxMicroSIP1-00000000: Indicated Video Update
[2022-06-18 00:38:35] NOTICE[12913][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:38:35] DEBUG[12913][C-00000001]: chan_pjsip.c:1928 chan_pjsip_indicate:  PJSIP/ATAxMicroSIP1-00000000
[2022-06-18 00:38:35] NOTICE[12916][C-00000001]: bridge_softmix.c:1246 softmix_bridge_write_control: Queuing null to everyone
[2022-06-18 00:38:35] DEBUG[12836]: res_pjsip/pjsip_distributor.c:503 distributor: Searching for serializer associated with dialog dlg0x7f3ce81bb3d8 for Response msg 200/INFO/cseq=25191 (rdata0x7f3cdc0b09a8)
[2022-06-18 00:38:35] DEBUG[12836]: res_pjsip/pjsip_distributor.c:511 distributor: Found serializer pjsip/outsess/tsip-00000121 associated with dialog dlg0x7f3ce81bb3d8
[2022-06-18 00:38:35] DEBUG[12923][C-00000001]: chan_pjsip.c:1717 chan_pjsip_indicate:  PJSIP/tsip-00000001: Indicated Video Update
[2022-06-18 00:38:35] NOTICE[12923][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:38:35] DEBUG[12923][C-00000001]: chan_pjsip.c:1928 chan_pjsip_indicate:  PJSIP/tsip-00000001
[2022-06-18 00:38:35] DEBUG[12923][C-00000001]: chan_pjsip.c:1717 chan_pjsip_indicate:  PJSIP/tsip-00000001: Indicated Video Update
[2022-06-18 00:38:35] NOTICE[12923][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:38:35] DEBUG[12923][C-00000001]: chan_pjsip.c:1928 chan_pjsip_indicate:  PJSIP/tsip-00000001
[2022-06-18 00:38:35] DEBUG[12836]: res_pjsip/pjsip_distributor.c:503 distributor: Searching for serializer associated with dialog dlg0x7f3ce81bb3d8 for Response msg 200/INFO/cseq=25192 (rdata0x7f3cdc0b09a8)
[2022-06-18 00:38:35] DEBUG[12836]: res_pjsip/pjsip_distributor.c:511 distributor: Found serializer pjsip/outsess/tsip-00000121 associated with dialog dlg0x7f3ce81bb3d8
[2022-06-18 00:38:35] NOTICE[12915][C-00000001]: bridge_softmix.c:1246 softmix_bridge_write_control: Queuing null to everyone
[2022-06-18 00:38:35] DEBUG[12923][C-00000001]: chan_pjsip.c:1717 chan_pjsip_indicate:  PJSIP/tsip-00000001: Indicated Video Update
[2022-06-18 00:38:35] NOTICE[12923][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:38:35] DEBUG[12923][C-00000001]: chan_pjsip.c:1928 chan_pjsip_indicate:  PJSIP/tsip-00000001
[2022-06-18 00:38:35] NOTICE[12916][C-00000001]: bridge_softmix.c:1246 softmix_bridge_write_control: Queuing null to everyone
[2022-06-18 00:38:35] NOTICE[12915][C-00000001]: bridge.c:3903 ast_bridge_update_talker_src_video_mode: Video update
[2022-06-18 00:38:35] DEBUG[12915][C-00000001]: chan_pjsip.c:1717 chan_pjsip_indicate:  PJSIP/ATAxMicroSIP1-00000000: Indicated Video Update
[2022-06-18 00:38:35] NOTICE[12915][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:38:35] DEBUG[12915][C-00000001]: chan_pjsip.c:1928 chan_pjsip_indicate:  PJSIP/ATAxMicroSIP1-00000000
[2022-06-18 00:38:35]        > Video source in bridge 'vidtest' (1c132f00-9349-4b7c-9868-6ee1aff10454) is now 'Local/1@vidtest-00000000;1' (REDACTED-1655512697.1)
[2022-06-18 00:38:35] DEBUG[12915][C-00000001]: stasis_bridges.c:290 bridge_snapshot_update_create: Update: 0x7f3ce81de928  Old: 1c132f00-9349-4b7c-9868-6ee1aff10454  New: 1c132f00-9349-4b7c-9868-6ee1aff10454
[2022-06-18 00:38:35] DEBUG[12849]: manager.c:6201 match_filter: Examining AMI event:
Event: BridgeVideoSourceUpdate
Privilege: call,all
Timestamp: 1655512715.954010
SystemName: REDACTED
BridgeUniqueid: 1c132f00-9349-4b7c-9868-6ee1aff10454
BridgeType: base
BridgeTechnology: softmix
BridgeCreator: ConfBridge
BridgeName: vidtest
BridgeNumChannels: 3
BridgeVideoSourceMode: talker
BridgeVideoSource: REDACTED-1655512697.1
BridgePreviousVideoSource: REDACTED-1655512697.0


[2022-06-18 00:38:35] DEBUG[12915][C-00000001]: stasis_bridges.c:270 bridge_snapshot_update_dtor: Update: 0x7f3ce81de928  Old: 1c132f00-9349-4b7c-9868-6ee1aff10454  New: 1c132f00-9349-4b7c-9868-6ee1aff10454
[2022-06-18 00:38:35] NOTICE[12915][C-00000001]: bridge_softmix.c:1246 softmix_bridge_write_control: Queuing null to everyone
[2022-06-18 00:38:35] DEBUG[12913][C-00000001]: chan_pjsip.c:1717 chan_pjsip_indicate:  PJSIP/ATAxMicroSIP1-00000000: Indicated Video Update
[2022-06-18 00:38:35] NOTICE[12913][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:38:35] DEBUG[12913][C-00000001]: chan_pjsip.c:1928 chan_pjsip_indicate:  PJSIP/ATAxMicroSIP1-00000000
[2022-06-18 00:38:35] DEBUG[12913][C-00000001]: chan_pjsip.c:1717 chan_pjsip_indicate:  PJSIP/ATAxMicroSIP1-00000000: Indicated Video Update
[2022-06-18 00:38:35] NOTICE[12913][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:38:35] DEBUG[12913][C-00000001]: chan_pjsip.c:1928 chan_pjsip_indicate:  PJSIP/ATAxMicroSIP1-00000000
[2022-06-18 00:38:35] NOTICE[12916][C-00000001]: bridge_softmix.c:1246 softmix_bridge_write_control: Queuing null to everyone
[2022-06-18 00:38:35] NOTICE[12916][C-00000001]: bridge_softmix.c:1246 softmix_bridge_write_control: Queuing null to everyone
[2022-06-18 00:38:35] NOTICE[12916][C-00000001]: bridge_softmix.c:1246 softmix_bridge_write_control: Queuing null to everyone
[2022-06-18 00:38:35] NOTICE[12916][C-00000001]: bridge_softmix.c:1246 softmix_bridge_write_control: Queuing null to everyone
[2022-06-18 00:38:35] NOTICE[12916][C-00000001]: bridge_softmix.c:1246 softmix_bridge_write_control: Queuing null to everyone
[2022-06-18 00:38:35] DEBUG[12923][C-00000001]: chan_pjsip.c:1717 chan_pjsip_indicate:  PJSIP/tsip-00000001: Indicated Video Update
[2022-06-18 00:38:35] NOTICE[12923][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:38:35] DEBUG[12923][C-00000001]: chan_pjsip.c:1928 chan_pjsip_indicate:  PJSIP/tsip-00000001
[2022-06-18 00:38:35] DEBUG[12923][C-00000001]: chan_pjsip.c:1717 chan_pjsip_indicate:  PJSIP/tsip-00000001: Indicated Video Update
[2022-06-18 00:38:35] NOTICE[12923][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:38:35] DEBUG[12923][C-00000001]: chan_pjsip.c:1928 chan_pjsip_indicate:  PJSIP/tsip-00000001
[2022-06-18 00:38:35] DEBUG[12923][C-00000001]: chan_pjsip.c:1717 chan_pjsip_indicate:  PJSIP/tsip-00000001: Indicated Video Update
[2022-06-18 00:38:35] NOTICE[12923][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:38:35] DEBUG[12923][C-00000001]: chan_pjsip.c:1928 chan_pjsip_indicate:  PJSIP/tsip-00000001
[2022-06-18 00:38:35] DEBUG[12923][C-00000001]: chan_pjsip.c:1717 chan_pjsip_indicate:  PJSIP/tsip-00000001: Indicated Video Update
[2022-06-18 00:38:35] NOTICE[12923][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:38:35] DEBUG[12923][C-00000001]: chan_pjsip.c:1928 chan_pjsip_indicate:  PJSIP/tsip-00000001
[2022-06-18 00:38:35] DEBUG[12923][C-00000001]: chan_pjsip.c:1717 chan_pjsip_indicate:  PJSIP/tsip-00000001: Indicated Video Update
[2022-06-18 00:38:35] NOTICE[12923][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:38:35] DEBUG[12923][C-00000001]: chan_pjsip.c:1928 chan_pjsip_indicate:  PJSIP/tsip-00000001
[2022-06-18 00:38:35] DEBUG[12923][C-00000001]: chan_pjsip.c:1717 chan_pjsip_indicate:  PJSIP/tsip-00000001: Indicated Video Update
[2022-06-18 00:38:35] NOTICE[12923][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:38:35] DEBUG[12923][C-00000001]: chan_pjsip.c:1928 chan_pjsip_indicate:  PJSIP/tsip-00000001
[2022-06-18 00:38:35] NOTICE[12915][C-00000001]: bridge_softmix.c:1246 softmix_bridge_write_control: Queuing null to everyone
[2022-06-18 00:38:35] NOTICE[12915][C-00000001]: bridge_softmix.c:1246 softmix_bridge_write_control: Queuing null to everyone
[2022-06-18 00:38:35] NOTICE[12915][C-00000001]: bridge_softmix.c:1246 softmix_bridge_write_control: Queuing null to everyone
[2022-06-18 00:38:35] NOTICE[12915][C-00000001]: bridge_softmix.c:1246 softmix_bridge_write_control: Queuing null to everyone
[2022-06-18 00:38:35] NOTICE[12915][C-00000001]: bridge_softmix.c:1246 softmix_bridge_write_control: Queuing null to everyone
[2022-06-18 00:38:35] DEBUG[12913][C-00000001]: chan_pjsip.c:1717 chan_pjsip_indicate:  PJSIP/ATAxMicroSIP1-00000000: Indicated Video Update
[2022-06-18 00:38:35] NOTICE[12913][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:38:35] DEBUG[12913][C-00000001]: chan_pjsip.c:1928 chan_pjsip_indicate:  PJSIP/ATAxMicroSIP1-00000000
[2022-06-18 00:38:35] DEBUG[12913][C-00000001]: chan_pjsip.c:1717 chan_pjsip_indicate:  PJSIP/ATAxMicroSIP1-00000000: Indicated Video Update
[2022-06-18 00:38:35] NOTICE[12913][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:38:35] DEBUG[12913][C-00000001]: chan_pjsip.c:1928 chan_pjsip_indicate:  PJSIP/ATAxMicroSIP1-00000000
[2022-06-18 00:38:35] DEBUG[12913][C-00000001]: chan_pjsip.c:1717 chan_pjsip_indicate:  PJSIP/ATAxMicroSIP1-00000000: Indicated Video Update
[2022-06-18 00:38:35] NOTICE[12913][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:38:35] DEBUG[12913][C-00000001]: chan_pjsip.c:1928 chan_pjsip_indicate:  PJSIP/ATAxMicroSIP1-00000000
[2022-06-18 00:38:35] DEBUG[12913][C-00000001]: chan_pjsip.c:1717 chan_pjsip_indicate:  PJSIP/ATAxMicroSIP1-00000000: Indicated Video Update
[2022-06-18 00:38:35] NOTICE[12913][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:38:35] DEBUG[12913][C-00000001]: chan_pjsip.c:1928 chan_pjsip_indicate:  PJSIP/ATAxMicroSIP1-00000000
[2022-06-18 00:38:35] DEBUG[12913][C-00000001]: chan_pjsip.c:1717 chan_pjsip_indicate:  PJSIP/ATAxMicroSIP1-00000000: Indicated Video Update
[2022-06-18 00:38:35] NOTICE[12913][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:38:35] DEBUG[12913][C-00000001]: chan_pjsip.c:1928 chan_pjsip_indicate:  PJSIP/ATAxMicroSIP1-00000000
[2022-06-18 00:38:35] NOTICE[12916][C-00000001]: bridge_softmix.c:1246 softmix_bridge_write_control: Queuing null to everyone
[2022-06-18 00:38:35] NOTICE[12916][C-00000001]: bridge_softmix.c:1246 softmix_bridge_write_control: Queuing null to everyone
[2022-06-18 00:38:35] NOTICE[12916][C-00000001]: bridge_softmix.c:1246 softmix_bridge_write_control: Queuing null to everyone
[2022-06-18 00:38:35] NOTICE[12916][C-00000001]: bridge_softmix.c:1246 softmix_bridge_write_control: Queuing null to everyone
[2022-06-18 00:38:35] NOTICE[12915][C-00000001]: bridge_softmix.c:1246 softmix_bridge_write_control: Queuing null to everyone
[2022-06-18 00:38:35] NOTICE[12915][C-00000001]: bridge_softmix.c:1246 softmix_bridge_write_control: Queuing null to everyone
[2022-06-18 00:38:35] NOTICE[12915][C-00000001]: bridge_softmix.c:1246 softmix_bridge_write_control: Queuing null to everyone
[2022-06-18 00:38:35] DEBUG[12913][C-00000001]: chan_pjsip.c:1717 chan_pjsip_indicate:  PJSIP/ATAxMicroSIP1-00000000: Indicated Video Update
[2022-06-18 00:38:35] NOTICE[12913][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:38:35] DEBUG[12913][C-00000001]: chan_pjsip.c:1928 chan_pjsip_indicate:  PJSIP/ATAxMicroSIP1-00000000
[2022-06-18 00:38:35] DEBUG[12913][C-00000001]: chan_pjsip.c:1717 chan_pjsip_indicate:  PJSIP/ATAxMicroSIP1-00000000: Indicated Video Update
[2022-06-18 00:38:35] NOTICE[12913][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:38:35] DEBUG[12913][C-00000001]: chan_pjsip.c:1928 chan_pjsip_indicate:  PJSIP/ATAxMicroSIP1-00000000
[2022-06-18 00:38:35] DEBUG[12923][C-00000001]: chan_pjsip.c:1717 chan_pjsip_indicate:  PJSIP/tsip-00000001: Indicated Video Update
[2022-06-18 00:38:35] NOTICE[12923][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:38:35] DEBUG[12923][C-00000001]: chan_pjsip.c:1928 chan_pjsip_indicate:  PJSIP/tsip-00000001
[2022-06-18 00:38:35] NOTICE[12916][C-00000001]: bridge_softmix.c:1246 softmix_bridge_write_control: Queuing null to everyone
[2022-06-18 00:38:35] NOTICE[12916][C-00000001]: bridge_softmix.c:1246 softmix_bridge_write_control: Queuing null to everyone
[2022-06-18 00:38:35] NOTICE[12915][C-00000001]: bridge_softmix.c:1246 softmix_bridge_write_control: Queuing null to everyone
[2022-06-18 00:38:35] DEBUG[12913][C-00000001]: chan_pjsip.c:1717 chan_pjsip_indicate:  PJSIP/ATAxMicroSIP1-00000000: Indicated Video Update
[2022-06-18 00:38:35] NOTICE[12913][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:38:35] DEBUG[12913][C-00000001]: chan_pjsip.c:1928 chan_pjsip_indicate:  PJSIP/ATAxMicroSIP1-00000000
[2022-06-18 00:38:35] DEBUG[12923][C-00000001]: chan_pjsip.c:1717 chan_pjsip_indicate:  PJSIP/tsip-00000001: Indicated Video Update
[2022-06-18 00:38:35] NOTICE[12923][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:38:35] DEBUG[12923][C-00000001]: chan_pjsip.c:1928 chan_pjsip_indicate:  PJSIP/tsip-00000001
[2022-06-18 00:38:35] NOTICE[12916][C-00000001]: bridge_softmix.c:1246 softmix_bridge_write_control: Queuing null to everyone
[2022-06-18 00:38:35] DEBUG[12913][C-00000001]: chan_pjsip.c:1717 chan_pjsip_indicate:  PJSIP/ATAxMicroSIP1-00000000: Indicated Video Update
[2022-06-18 00:38:35] NOTICE[12913][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:38:35] DEBUG[12913][C-00000001]: chan_pjsip.c:1928 chan_pjsip_indicate:  PJSIP/ATAxMicroSIP1-00000000
[2022-06-18 00:38:35] DEBUG[12923][C-00000001]: chan_pjsip.c:1717 chan_pjsip_indicate:  PJSIP/tsip-00000001: Indicated Video Update
[2022-06-18 00:38:35] NOTICE[12923][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:38:35] DEBUG[12923][C-00000001]: chan_pjsip.c:1928 chan_pjsip_indicate:  PJSIP/tsip-00000001
[2022-06-18 00:38:35] DEBUG[12923][C-00000001]: chan_pjsip.c:1717 chan_pjsip_indicate:  PJSIP/tsip-00000001: Indicated Video Update
[2022-06-18 00:38:35] NOTICE[12923][C-00000001]: chan_pjsip.c:1772 chan_pjsip_indicate: Video updates: 2
[2022-06-18 00:38:35] DEBUG[12923][C-00000001]: chan_pjsip.c:1928 chan_pjsip_indicate:  PJSIP/tsip-00000001
[2022-06-18 00:38:35] NOTICE[12915][C-00000001]: bridge_softmix.c:1246 softmix_bridge_write_control: Queuing null to everyone
[2022-06-18 00:38:35] NOTICE[12916][C-00000001]: bridge_softmix.c:1246 softmix_bridge_write_control: Queuing null to everyone
[2022-06-18 00:38:35] DEBUG[12836]: res_pjsip/pjsip_distributor.c:503 distributor: Searching for serializer associated with dialog dlg0x7f3ce81bb3d8 for Response msg 200/INFO/cseq=25193 (rdata0x7f3cdc0b09a8)
[2022-06-18 00:38:35] DEBUG[12836]: res_pjsip/pjsip_distributor.c:511 distributor: Found serializer pjsip/outsess/tsip-00000121 associated with dialog dlg0x7f3ce81bb3d8
[2022-06-18 00:38:35] DEBUG[12836]: res_pjsip/pjsip_distributor.c:503 distributor: Searching for serializer associated with dialog dlg0x7f3ce81bb3d8 for Response msg 200/INFO/cseq=25194 (rdata0x7f3cdc0b09a8)
[2022-06-18 00:38:35] DEBUG[12836]: res_pjsip/pjsip_distributor.c:511 distributor: Found serializer pjsip/outsess/tsip-00000121 associated with dialog dlg0x7f3ce81bb3d8
[2022-06-18 00:38:35] DEBUG[12836]: res_pjsip/pjsip_distributor.c:503 distributor: Searching for serializer associated with dialog dlg0x7f3ce81bb3d8 for Response msg 200/INFO/cseq=25195 (rdata0x7f3cdc0b09a8)
[2022-06-18 00:38:35] DEBUG[12836]: res_pjsip/pjsip_distributor.c:511 distributor: Found serializer pjsip/outsess/tsip-00000121 associated with dialog dlg0x7f3ce81bb3d8
[2022-06-18 00:38:35] DEBUG[12836]: res_pjsip/pjsip_distributor.c:503 distributor: Searching for serializer associated with dialog dlg0x7f3cf01111b8 for Response msg 200/INFO/cseq=6522 (rdata0x7f3cdc1f7c88)
[2022-06-18 00:38:35] DEBUG[12836]: res_pjsip/pjsip_distributor.c:511 distributor: Found serializer pjsip/distributor-00000077 associated with dialog dlg0x7f3cf01111b8
[2022-06-18 00:38:35] DEBUG[12836]: res_pjsip/pjsip_distributor.c:503 distributor: Searching for serializer associated with dialog dlg0x7f3cf01111b8 for Response msg 200/INFO/cseq=6523 (rdata0x7f3cdc1f7c88)
[2022-06-18 00:38:35] DEBUG[12836]: res_pjsip/pjsip_distributor.c:511 distributor: Found serializer pjsip/distributor-00000077 associated with dialog dlg0x7f3cf01111b8
[2022-06-18 00:38:35] NOTICE[12915][C-00000001]: bridge_softmix.c:1246 softmix_bridge_write_control: Queuing null to everyone
[2022-06-18 00:38:35] NOTICE[12915][C-00000001]: bridge_softmix.c:1246 softmix_bridge_write_control: Queuing null to everyone
[2022-06-18 00:38:35] DEBUG[12913][C-00000001]: chan_pjsip.c:1717 chan_pjsip_indicate:  PJSIP/ATAxMicroSIP1-00000000: Indicated Video Update
{noformat}

By: Friendly Automation (friendly-automation) 2022-07-13 17:58:36.367-0500

Change 18806 merged by Friendly Automation:
app_confbridge: Always set minimum video update interval.

[https://gerrit.asterisk.org/c/asterisk/+/18806|https://gerrit.asterisk.org/c/asterisk/+/18806]

By: Friendly Automation (friendly-automation) 2022-07-13 18:01:28.905-0500

Change 18807 merged by Friendly Automation:
app_confbridge: Always set minimum video update interval.

[https://gerrit.asterisk.org/c/asterisk/+/18807|https://gerrit.asterisk.org/c/asterisk/+/18807]

By: Friendly Automation (friendly-automation) 2022-07-13 18:04:41.291-0500

Change 18685 merged by Friendly Automation:
app_confbridge: Always set minimum video update interval.

[https://gerrit.asterisk.org/c/asterisk/+/18685|https://gerrit.asterisk.org/c/asterisk/+/18685]

By: Friendly Automation (friendly-automation) 2022-07-13 18:05:31.057-0500

Change 18805 merged by Joshua Colp:
app_confbridge: Always set minimum video update interval.

[https://gerrit.asterisk.org/c/asterisk/+/18805|https://gerrit.asterisk.org/c/asterisk/+/18805]