How to set up registration on asterisk 13 from the world? did like this in pjsip.conf:; =============== TRANSPORT
[simpletrans]
type = transport
protocol = udp
bind = 0.0.0.0
local_net = internal IP / 24
local_net = 127.0.0.1 / 32
external_media_address = externalIP
external_signaling_address = externalIP
; =============== ENDPOINT 6003
[6003]
type = endpoint
transport = simpletrans
context = test
disallow = all
allow = ulaw
aors = 6003
auth = auth6003
direct_media = no
[6003]
type = aor
contact = sip: 6003 @ externalIP: 5060
max_contacts = 100
[auth6003]
type = auth
auth_type = userpass
password = blablabla
username = blablabla
I swear and call on the local network, but I cannot get from the external one. I decided to start studying the asterisk from 13. They say that it is more stable.