@dbareiro wrote:
Hi all!
I am currently doing some testing with a PJSIP trunk on FreePBX 13/Asterisk 13. The connection is against a SIP provider. I have also configured the server of this provider in another Asterisk where I keep a trunk using
chan_sip
and in this case I do not lose connectivity. I'm not sure why it happens with PJSIP.The messages I see on the Asterisk CLI are the following:
[2016-08-06 13:08:01] WARNING[32331]: res_pjsip_outbound_registration.c:761 schedule_retry: No response received from 'sip:sip01.xxxxxxxxxx.com:5060' on registration attempt to 'sip:xztv@sip01.xxxxxxxxxx.com:5060', retrying in '60' [2016-08-06 13:09:33] WARNING[32331]: res_pjsip_outbound_registration.c:761 schedule_retry: No response received from 'sip:sip01.xxxxxxxxxx.com:5060' on registration attempt to 'sip:xztv@sip01.xxxxxxxxxx.com:5060', retrying in '60' [2016-08-06 13:11:05] WARNING[32331]: res_pjsip_outbound_registration.c:761 schedule_retry: No response received from 'sip:sip01.xxxxxxxxxx.com:5060' on registration attempt to 'sip:xztv@sip01.xxxxxxxxxx.com:5060', retrying in '60' [2016-08-06 13:12:37] WARNING[32331]: res_pjsip_outbound_registration.c:761 schedule_retry: No response received from 'sip:sip01.xxxxxxxxxx.com:5060' on registration attempt to 'sip:xztv@sip01.xxxxxxxxxx.com:5060', retrying in '60' [2016-08-06 13:14:09] WARNING[32331]: res_pjsip_outbound_registration.c:761 schedule_retry: No response received from 'sip:sip01.xxxxxxxxxx.com:5060' on registration attempt to 'sip:xztv@sip01.xxxxxxxxxx.com:5060', retrying in '60' [2016-08-06 13:15:41] WARNING[32331]: res_pjsip_outbound_registration.c:761 schedule_retry: No response received from 'sip:sip01.xxxxxxxxxx.com:5060' on registration attempt to 'sip:xztv@sip01.xxxxxxxxxx.com:5060', retrying in '60' [2016-08-06 13:17:13] WARNING[32331]: res_pjsip_outbound_registration.c:761 schedule_retry: No response received from 'sip:sip01.xxxxxxxxxx.com:5060' on registration attempt to 'sip:xztv@sip01.xxxxxxxxxx.com:5060', retrying in '60' [2016-08-06 13:18:45] WARNING[32331]: res_pjsip_outbound_registration.c:761 schedule_retry: No response received from 'sip:sip01.xxxxxxxxxx.com:5060' on registration attempt to 'sip:xztv@sip01.xxxxxxxxxx.com:5060', retrying in '60' [2016-08-06 13:20:17] WARNING[32331]: res_pjsip_outbound_registration.c:761 schedule_retry: No response received from 'sip:sip01.xxxxxxxxxx.com:5060' on registration attempt to 'sip:xztv@sip01.xxxxxxxxxx.com:5060', retrying in '60' [2016-08-06 13:21:49] WARNING[32331]: res_pjsip_outbound_registration.c:761 schedule_retry: No response received from 'sip:sip01.xxxxxxxxxx.com:5060' on registration attempt to 'sip:xztv@sip01.xxxxxxxxxx.com:5060', retrying in '60' [2016-08-06 13:23:21] WARNING[32331]: res_pjsip_outbound_registration.c:849 handle_registration_response: Maximum retries reached when attempting outbound registration to 'sip:sip01.xxxxxxxxxx.com:5060' with client 'sip:xztv@sip01.xxxxxxxxxx.com:5060', stopping registration attempt
Any clues where about might be the problem? The server seems to be resolving correctly by making a test using
dig
Thanks in advance.
Kind regards,
Daniel
Posts: 1
Participants: 1