Video call in Asterisk 13

Hi,
I’ve problems with Bria 4.4 and Yealink VP-T49G in Asterisk v13 (FreePBX Distro 10.13.66-10, I upgrade to 10.13.66-11 and the same result, video doesn’t work)
I’ve the same configuration in Asterisk 11 and works fine (but I need PJSIP channel for extensions)
I recieve slow video and after 20 seconds this video doesn’t work (black display in both softphones)

The Bria’s support team response this:

Your log shows a LOT of media control packets coming from your server which is likely the cause of your video issues. See an example below:

INFO sip:[email protected]:50037;rinstance=b81a345e46d007f0 SIP/2.0
Via: SIP/2.0/UDP 172.26.3.91:5061;rport=5061;branch=z9hG4bKPjflX79pzhTzNpWORVwkykvJbHDgDudDb1
Max-Forwards: 70
To: “100” sip:[email protected];tag=d3338726
From: sip:[email protected];tag=234BpAosvSsXzGz0r6l0vuqx-KWOrUwj
Call-ID: 79957MjBjYWNmNDVmNTgwM2QwM2I3ZDliNWI1ZWUyNDFlNGQ
CSeq: 11301 INFO
Content-Type: application/media_control+xml
User-Agent: FPBX-13.0.87(13.7.2)
Content-Length: 178

<?xml version="1.0" encoding="utf-8" ?>

<media_control>
<vc_primitive>
<to_encoder>
<picture_fast_update></picture_fast_update>
</to_encoder>
</vc_primitive>
</media_control>

These packets are being sent at least every second and sometimes several times a second, forcing Bria to respond to each one. This is something you should be able to diagnose and control at the server level. Anything you can do to reduce the frequency of these packets should improve your video performance.

Any ideas? I need video in this project.
Thanks in advance!