Asterisk 13 video call configuration on CentOS 7
Now we can configure video calling through asterisk .
This is simple and easy .
# vi /etc/asterisk/sip.conf
[general]
videosupport=yes
And add below configuration under your context area . My context is [LocalExt] .
[LocalExt]
disallow=all
allow=ulaw
allow=alow
allow=h263
allow=h264
allow=h263p
Save the file and reload asterisk .
Use soft phones like Xlite or Zoiper and see the magic …!
Recent Comments