I''m trying to enable video call feature, I have added: H264 to:
Advanced -> Variables
and check if the H264 module loaded
and do systemctl restart freeswitch
but there is no H264 in the result of sofia status profile internal
what did I miss?
Advanced -> Variables
global_codec_prefs H264,G7221@32000h,G7221@16000h,G722,PCMU,PCMA
outbound_codec_prefs H264,PCMU,PCMA
media_mix_inbound_outbound_codecs true
and check if the H264 module loaded
freeswitch@pbx> ...
root@pbx:~# fs_cli -x 'load mod_h26x'
+OK Reloading XML
-ERR [Module already loaded]
and do systemctl restart freeswitch
but there is no H264 in the result of sofia status profile internal
what did I miss?