Pjsip tls not registered

hello all

i need same help i try configure e calls more secure
i follow these link https://wiki.asterisk.org/wiki/display/AST/Secure+Calling+Tutorial?focusedCommentId=32375203#SecureCallingTutorial-Asteriskchan_pjsipconfiguration
but my users (ip phones client) not registered in asterisk

i use asterisk 13.2.0 and pjproject-2.3

Regards

You’ll need to provide more information such as what exactly you are seeing. You also need to check and see if the TLS connection attempt is even reaching your system (wireshark is useful for this).

Hi Jcolp

these is my configuration

[transport-tls]
type=transport
protocol=tls
bind=0.0.0.0:5061
cert_file=/etc/asterisk/keys/asterisk.crt
priv_key_file=/etc/asterisk/keys/asterisk.key
method=tlsv1

[20030]
type=endpoint
context=default
disallow=all
allow=g722
callerid= Lua <20030>
direct_media=no
rtp_symmetric=yes
force_rport=yes
rewrite_contact=yes
transport=transport-tls
tone_zone=pt
language=pt
call_group=1
pickup_group=1
auth=20030
aors=20030
;rtp_ipv6=yes
;aggregate_mwi=yes
mailboxes=20030@default
[20030]
type=auth
auth_type=userpass
password=Pafb1972
username=20030
[20030]
type=aor
max_contacts=100
contact=sip:20030@192.168.0.12:5061

.

Regards,

You need to look for TLS traffic, not for SIP traffic. TLS is encrypted so Wireshark would not be able to decode it.