Asterisk 13.1 cannot make video work in calls

After years enjoying great Asterisk I´m trying a new step integrating the 2N Verso intercom. All works fine except video. Not specific to the 2N, after a weekend troubleshooting I have tried all of these:

  • Both PJSIP (my original setup) and SIP (moved back wondering if it matters for video calls)
  • Several clients: Zoiper and X-Lite
  • Several devices: Zoiper both on Windows and WP8, X-Lite on Windows

My SIP.conf includes the 3 endpoints, the 2N intercom, a Zoiper softbox and the X-Lite. Calls work across any combination of the 3. Video missing in all of them, also between the softphones.

  • Tried several codecs: h264, h263,h263p, taking care they are set also in the softphones and the 2N as I read Asterisk cannot transcode.

  • Relevant modules seems to be there

CLI> module show
format_h263.so Raw H.263 data 0 Running core
format_h264.so Raw H.264 data 0 Running core

  • Relevant entries in SIP.conf are according the hundreds of pages read along the weekend:

SIP.CONF
[general]
context=public
allowoverlap=no
udpbindaddr=0.0.0.0
bindport=5060
transport=udp
videosupport=yes

[16]
type=friend
username=16
callerid="Zoiper Windows"
secret=mysecret
host=dynamic
avpf=yes
icesupport=yes
directmedia=no
transport=udp,ws
force_avp=yes
context=from-internal
disallow=all
allow=ulaw
allow=h263p
allow=h263
allow=h264
qualify=yes
dtmfmode=auto
videosupport=yes

The entries for the 3 endpoints is exaclty the same.

Got a debug trace but find no relevant error or message giving any hint.

Likely a big obvious thing this beginner has not seen or understood. Any assistance is very welcomed and very needed

thanks in advance

javier

All sorted out. Moved to h264 and installed Jitsi to test. Worked.