< Previous by Date | Date Index | Next by Date > |
Thread Index | Next in Thread > |
I’m experiencing an issue between two users connected
to the server. Both are registered correctly (no authentication) but when
they make a call among each other, the INVITE is replied by the server with a
480: Temporary Unavailable message. After some debugging I found that it looks a problem of the
way of recording the URI of the register (AOR strict / loose). Attached the details. This issue seems to be already analyzed in: http://list.resiprocate.org/archive/repro-users/msg00191.html but apparently there’s no follow-up: I can’t
find any AOR option on the latest version of reSIProcate server. Any idea how to cope with that? Thanks a lot, Matteo Client1
sends the registration to reSIProcate for configured phone number 1518 REGISTER
sip:10.10.1.6:5060 SIP/2.0 To:
<sip:1518@xxxxxxxxx> Contact:
<sip:1518@xxxxxxxxxx> reSIProcate
logs this association address-of-record -> contact: Adding
sip:1518@xxxxxxxxx -> <sip:1518@xxxxxxxxxx> When
another user tries to call 1518, the outgoing invite looks like: INVITE
sip:1518@xxxxxxxxx:5060 SIP/2.0 From:
<sip:1041@xxxxxxxxx>;tag=26365 To:
<sip:1518@xxxxxxxxx:5060> Contact:
<sip:1041@xxxxxxxxxx:5060> where
port is specified in the Request URI and To field reSIProcate
receives this invite but cannot find a match for the called user
‘sip:1518@xxxxxxxxx:5060’. Here
is what it logs: no
targets for sip:1518@xxxxxxxxx:5060 send 480: (Temporary unavailable) |