Have an older Asterisk 13.1 box, move from old AT&T service to IP Flex, which will give us sip hand off. The trunks are suppose to be unregistered, but I’m having issues with that change.
My server is still trying to authenticate, but with AT&T, the sip travels across a vpn, so there is no authentication, I’ve got a nic, which is 172.16.90.10, I point it at 172.16.90.1, which is provided by AT&T as a path to their sip services.
But my pjsip.conf is still trying to register.
Anyone have this experience with AT&T before, what change do I need in my pjsip, or sip? Believe I have statements that need to go away, as well as changing external to peer.
Thank you again , in advance.
pjsip.conf
[att1]
type=endpoint
transport=transport-udp
context=from-att
disallow=all
allow=ulaw
aors=att1-aor
[att1]
type=identify
endpoint=att1
;kelly 10/10/2018
match=12.194.24.25
; this is for new att service - kelly match=172.16.90.1
; kelly 09112018 - match=12.194.24.153
[att1-aor]
type=aor
; kelly 09/11/2018 contact=sip:12.194.24.153:5060
;contact=sip:12.194.24.25:5060
; this is for new att service kelly -
contact=sip:172.16.10.1:5060
; 10/25/2018 contact=sip:12.194.24.153:5060
qualify_frequency=15
[attsip]
; kelly changed the below from registration to unregistration 10/25/2018
type=unregistration
transport=transport-udp
outbound_auth=attsip_auth
; kelly 10/10/2018
; 10/25/2018 server_uri=sip:12.194.24.25
; this is for new att service - kelly -
server_uri=sip:172.16.90.1
; 10/25/2018 client_uri=sip:12.24.48.90
; this is for new att service - kelly -
client_uri=sip:172.16.90.1
;contact_user=1234567890
retry_interval=60
forbidden_retry_interval=600
expiration=3600
[attsip_auth]
type=auth
auth_type=userpass
password=
username=
; realm=12.194.24.25
; this is for new att service - kelly -
realm=172.16.90.1