Cant register 7945

Hello I am using FreePBX 14.0.1.24 and Asterisk Asterisk 13.19.1 Using 7945g cisco.
I am using the SIP45.8-4-2S but Ive also tried SIP45.8-5-4S and SIP45.9-4-2SR3-1S

This is the log I get:

    [2018-04-26 21:56:13] DEBUG[1972]: res_pjsip/pjsip_distributor.c:383 find_dialog: Could not find matching transaction for Request msg REGISTER/cseq=114 (rdata0x26714f8)
[2018-04-26 21:56:13] DEBUG[1972]: res_pjsip/pjsip_distributor.c:461 ast_sip_get_distributor_serializer: Calculated serializer pjsip/distributor-0000002d to use for Request msg REGISTER/cseq=114 (rdata0x26714f8)
[2018-04-26 21:56:13] DEBUG[8078]: res_pjsip_endpoint_identifier_ip.c:197 ip_identify_match_check: Source address 172.16.30.33:49165 does not match identify '501-identify'
[2018-04-26 21:56:13] DEBUG[8078]: res_pjsip_endpoint_identifier_ip.c:222 ip_identify: Identify checks by IP address failed to find match: '172.16.30.33:49165' did not match any identify section rules
[2018-04-26 21:56:13] DEBUG[8078]: res_pjsip_endpoint_identifier_user.c:133 username_identify: Attempting identify by From username '501' domain '192.168.4.64'
[2018-04-26 21:56:13] DEBUG[8078]: res_pjsip_endpoint_identifier_user.c:145 username_identify: Identified by From username '501' domain '192.168.4.64'
[2018-04-26 21:56:13] DEBUG[8078]: res_pjsip_authenticator_digest.c:454 digest_check_auth: Using default realm 'asterisk' on incoming auth '501-auth'.
[2018-04-26 21:56:14] DEBUG[10040]: manager.c:6383 process_message: Running action 'Login'
[2018-04-26 21:56:14] DEBUG[10046]: manager.c:6383 process_message: Running action 'Login'
[2018-04-26 21:56:15] DEBUG[10053]: manager.c:6383 process_message: Running action 'Login'
[2018-04-26 21:56:16] DEBUG[10060]: manager.c:6383 process_message: Running action 'Login'
[2018-04-26 21:56:17] DEBUG[10067]: manager.c:6383 process_message: Running action 'Login'

These are my conf files

pastebin.com/6YLA0f5G

Using Pastebin since I cant paste it here it has a terrible formatting

Please advice

I was told to set force_rport to no, any idea how to do this in FreePBX?

From your logs it appears that the SIP Register request is coming from 172.16.30.33:49165 which is not in the same network as your PBX which has an IP address of 192.168.4.64. You may want to check the ACLs in the pjsip configuration to make sure that you allow Register Requests from 172.16.30.0 network.

It goes register and its pingable between those two, I got it fixed by setting force_rport = no in the pjsip files :slight_smile:

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.