1.- Editar el fichero sip.conf
vim /etc/asterisk/sip.conf
NOTA: En caso de que sea Elastix, debemos editar el archivo: /etc/asterisk/sip_custom.conf
En la etiqueta de [general] agregamos las siguiente líneas, que son los codecs de vídeo que vamos a utilizar:
videosupport=yes
maxcallbitrate=384
allow=h261
allow=h263
allow=h263p
allow=h264
maxcallbitrate=384
allow=h261
allow=h263
allow=h263p
allow=h264
Opcional:
disallow=all
allow=ulaw
allow=gsm
allow=g729
rtptimeout=60
rtpholdtimeout=120
useragent = Elastix
context=from-pstn
allow=ulaw
allow=gsm
allow=g729
rtptimeout=60
rtpholdtimeout=120
useragent = Elastix
context=from-pstn
No hay comentarios:
Publicar un comentario