How to Enable Video support in Asterisk
Edit the following file /etc/asterisk/sip_general_custom.conf and add the following lines (For old version edit sip.conf)
videosupport=yes
allow=h264
allow=h263
allow-h263p
Then restart asterisk so that it reloads the config files
tags: asterisk enable video chat, support, live
i have configure video support settings type command /etc/asterisk/sip_general_custom.conf
but show permission denied.so please help permission command for video support
you need login as root….or you just type sudo nano /etc/asterisk/sip_general_custom.conf
nano:stand for your text editor
I use nano!!
you need to use 'sudo' before the command to edit the file with super user permissions.