"IP association no match, user not registered"

Hello,

My freeswitch instance registers with the ISP sip server (Nokia/Siemens server). The minimum expiry interval set by the ISP is 900 seconds (15 minutes), which causes the pfsense instance to lose the connection. I tried to setup OPTIONS with a lower interval but the ISP returns the following,

2023/09/29 10:05:15.915831 172.17.1.131:5080 -> 10.2.8.83:5060
OPTIONS sip:ims.some.com;transport=udp SIP/2.0
Via: SIP/2.0/UDP 10.170.161.12:5080;rport;branch=z1hH4bpDcy29t50B81jB
Max-Forwards: 70
From: <sip:ims.some.com>;tag=9Ca41vUY6Z72m
To: <sip:ims.some.com>
Call-ID: 1e96ff62-e924-124c-678a-00363e5c18d1
CSeq: 73427265 OPTIONS
User-Agent: FreeSWITCH
Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, REFER, NOTIFY
Supported: path, replaces
Allow-Events: talk, hold, conference, refer
Content-Length: 0


2023/09/29 10:05:15.918710 10.2.8.83:5060 -> 172.17.1.131:5080
SIP/2.0 407 Proxy Authentication Required
Call-ID: 1e96ff62-e924-124c-678a-00363e5c18d1
Via: SIP/2.0/UDP 10.170.161.12:5080;received=10.170.161.12;branch=z1hH4bpDcy29t50B81jB;rport=5080
To: <sip:ims.some.com>;tag=64a3d1f1-6516540336b88a8e
From: <sip:ims.some.com>;tag=9Ca41vUY6Z72m
CSeq: 73427265 OPTIONS
Date: Fri, 29 Sep 2023 04:35:15 GMT
Warning: 399 uea37.org "IP association no match, user not registered"
Content-Length: 0

What do i need to pass in the options string for the ISP to accept?

Thanks

It depends what provider requires. Here’s a link to several provider settings for registering Providers ITSPs | FreeSWITCH Documentation It may give you and idea of what other providers require that could be close to what Nokia/Siemens need. From the error it looks as you’re not registered. Warning: 399 uea37.org "IP association no match, user not registered"

The end point is indeed registered and sofia status gateway confirms that. However, OPTIONS seem to trigger that response.

Here is the log sip log. The sip end point registers fine, but OPTIONS doesnt work.

You should open a ticket with the provider as to why they are not accepting the OPTIONS, and confirm that they even accept OPTIONS in the first place.

1 Like