Asterisk Video Support January 23, 2011
Posted by hasnain110 in Uncategorized.trackback
In order to enable video in Asterisk, modify sip.conf to add:
[general]
videosupport=yes
Also better to add the video codecs in the extensions if the video call is from in from extension to extension
For example:
[video2]
type=friend
username=video2
secret=hidden
host=dynamic
context=from-camera
callerid=Video 2 <1222>
canreinvite=no
disallow=all ; Windows Messenger will choose wrong codecs if you allow=all
allow=ulaw
allow=alaw
allow=speex
allow=gsm
allow=h261
allow=h263
allow=h263p
Enjoy the video call ! ![]()
Advertisement
how do you enable video while the phone is ringing