Freepbx Video (Help................)

Hi,

Can somebody please help…I’m stuck and can’t seem to get it working
I am trying to get video calls working in freepbx but can’t seem to do that.
I am using x-lite as a softphone on a computer and Zopier as a softphone on android with a dedicated server for freepbx.
Voice calls work just fine between them but video just won’t work.
I have the firewall uninstalled to make sure it wasn’t that causing the problem.

I have setup Freepbx 13.0.151 with Asterisk 11
I am using pjSIP for the SIP channel.
I know from reading other posts here that pjSIP does have the allow video option so I have allowed the h263 codec under each extension.
I have not setup any external trunks yet as I just want to do internal testing first.
I have search the community but can’t find anything that helps me to get it working.

Please Please Help…

I have setup 2 extensions as below:

[1000]
type=endpoint
aors=1000
auth=1000-auth
allow=h263,alaw
context=from-internal
callerid=device <1000>
dtmf_mode=rfc4733
aggregate_mwi=yes
use_avpf=no
ice_support=no
media_use_received_transport=no
trust_id_inbound=yes
media_encryption=no
timers=yes
media_encryption_optimistic=no
send_pai=yes
rtp_symmetric=yes
rewrite_contact=yes
force_rport=yes
language=en

[1000-auth]
type=auth
auth_type=userpass
password=******
username=1000

[3000]
type=endpoint
aors=3000
auth=3000-auth
allow=h263,alaw
context=from-internal
callerid=device <3000>
dtmf_mode=rfc4733
aggregate_mwi=yes
use_avpf=no
ice_support=no
media_use_received_transport=no
trust_id_inbound=yes
media_encryption=no
timers=yes
media_encryption_optimistic=no
send_pai=yes
rtp_symmetric=yes
rewrite_contact=yes
force_rport=yes
language=en

[3000-auth]
type=auth
auth_type=userpass
password=********
username=3000

My General SIP configuration is:

accept_outofcall_message=yes
auth_message_requests=no
outofcall_message_context=dpma_message_context
faxdetect=no
vmexten=*97
context=from-sip-external
callerid=Unknown
notifyringing=yes
notifyhold=yes
tos_sip=cs3
tos_audio=ef
tos_video=af41
alwaysauthreject=yes
useragent=FPBX-13.0.151(13.9.1)
disallow=all
allow=ulaw
allow=alaw
allow=gsm
allow=g726
allow=h264
allow=mpeg4
allow=h263p
allow=h263
rtpend=20000
rtpstart=10000
callevents=no
bindport=5160
jbenable=no
checkmwi=10
allowguest=yes
tlsbindaddr=[::]:5161
tlsclientmethod=sslv2
g726nonstandard=no
srvlookup=no
tlsenable=yes
defaultexpiry=120
minexpiry=60
videosupport=yes
maxcallbitrate=384
canreinvite=no
rtpholdtimeout=300
rtpkeepalive=0
maxexpiry=3600
registerattempts=0
registertimeout=20
notifyhold=yes
notifyringing=yes
rtptimeout=30
nat=force_rport,comedia
ALLOW_SIP_ANON=no
externip=PUBLIC IP ADDRESS
localnet=172.20.0.0/16
language=en

Are you sure both of these soft phones supports H.263?

yes…they both support h263 plus
I tried the extensions with codec allow h263p for both but it made no difference
I also tried it with 2 of the same softphones (i used x-lite for both phones on 2 different computers but there was still no video

Can you test with two x-lite?

I have already tried that…still didnt work