PJSIP doesn't work with Video

Hi,

I am using Asterisk 13 with PJSIP 2.4 but still can not make a call with video.
Any tips for that?

Thanks

Which are your configurations? Debugs and logs to see what is hapening or to try to reproduce.

Hi,

I managed to solve the problem and now is working properly.
Correct including (force_rport = yes and rtp_symmetric = yes).

can you advise about the configuration you´ve made to get the video working? I´ve put all the pages I have found upside down, moved away from PJSIP hoping on SIP I´ll get video working but none worked and run out of ideas. Thanks in advance.

My configuration

[transport]
type=transport
protocol=udp
bind=0.0.0.0
local_net=127.0.0.1/32
local_net=192.168.20.0/24
external_media_address=xyz
external_signaling_address=xyz

;################################################
;Template ENDPOINT

endpoint
type=endpoint
transport=transport
force_rport=yes
rtp_symmetric=yes
rewrite_contact=yes
send_rpid=yes
context=your_context
disallow=all
allow=h264,g729,gsm
direct_media=no
media_encryption=sdes
ice_support=yes
tos_video=af41
cos_video=4

auth
type=auth
auth_type=userpass

aor
type=aor
max_contacts=10

[global]
user_agent=your_agent

;########################

901
callerid=Rogger Faioli
auth=auth901
aors=901
auth901
password=T3st3AV
username=901
901

work fine with TLS too.

I have helped

1 Like

thank you. h264 fixed the problema.

1 Like