How to enable video call in asterisk

I am using webrtc sipml5 for audio call…how can i enable video call in asterisk

As far as I remember, all I had to do, was to load the appropriate modules in Asterisk and allow the video codecs, and it all just worked.

As far as I’m aware, Asterisk can not transcode video, so if your endpoints does not have at least one codec in common, the video setup will fail.

In short load one or all of the following modules:

format_h263
format_h264
res_format_attr_h263
res_format_attr_h264
res_format_attr_vp8

Then allow the codecs in pjsip.conf or pjsip_wizard.conf depending on how you setup endpoints.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.