I need hel´p me! res_pjsip_outbound_registration.c:1249 schedule_retry

Good afternoon!! I’m asking for your support because I’m getting the following message:
WARNING[1249]: res_pjsip_outbound_registration.c:1249 schedule_retry: No response received from ‘sip:192.168.1.213:5060’ on registration attempt to ‘sip:22XXXXXXXX@192.168.1.213:5060’, retrying in ‘60’
This is my configuration:

[my-trunk]
type=registration
transport=transport-udp
outbound_auth=goip
retry_interval=60
auth_rejection_permanent=no
;line=yes
contact_user=22XXXXXXXX
server_uri=sip:192.168.1.213:5060
client_uri=sip:22XXXXXXXX@192.168.1.213:5060

How can I solve it?
Thank you

It means what it says, it’s not getting a response. You can use “pjsip set logger on” to see if the REGISTER is going out, and if a response is not being received. If there is no response then you’ll need to look outside of Asterisk - such as confirming the IP address is correct, no firewall is blocking things.

1 Like

I get the following message:
<— Received SIP response (798 bytes) from UDP:192.168.1.25:60356 —>
SIP/2.0 200 OK
Via: SIP/2.0/UDP 192.168.1.207:5060;rport=5060;received=192.168.1.207;branch=z9hG4bKPj8e913374-1974-47bc-ac91-624d85051f7e
Call-ID: 1c2e2135-ae8c-48c9-b826-19306e296555
From: sip:404@192.168.1.207;tag=aea9ee02-9c84-435c-9c4b-278403a0d620
To: sip:404@192.168.1.25;ob;tag=z9hG4bKPj8e913374-1974-47bc-ac91-624d85051f7e
CSeq: 12316 OPTIONS
Allow: PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, INFO, SUBSCRIBE, NOTIFY, REFER, MESSAGE, OPTIONS
Accept: application/sdp, application/pidf+xml, application/xpidf+xml, application/simple-message-summary, message/sipfrag;version=2.0, application/im-iscomposing+xml, text/plain
Supported: replaces, 100rel, timer, norefersub, trickle-ice
Allow-Events: presence, message-summary, refer
User-Agent: MicroSIP/3.21.6
Content-Length: 0

but the warning keeps appearing:
res_pjsip_outbound_registration.c:1249 schedule_retry

That’s from

which is a completely different endpoint from:

Also MicroSIP is a soft phone, so nothing would be registering with it.

My feeling is that is going to one of those that goes through a dozen rounds before all the obviously needed information is provided.