[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Linphone-users] sip.linphone.org and UDP no longer working?
From: |
Greg Troxel |
Subject: |
Re: [Linphone-users] sip.linphone.org and UDP no longer working? |
Date: |
Sun, 25 Nov 2018 14:13:25 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.5 (berkeley-unix) |
Greg Troxel <address@hidden> writes:
> Russell Treleaven <address@hidden> writes:
>
>> I registered with sip.linphone.org at 6:05 p.m GMT
>
> More information on my issue:
>
> An android device running linphone can register.
>
> jitsi cannot register, and I see the ICMP unreachables
>
> What client are you using, and what is the registration method? Does
> linphone implement some private protocol?
The plot thickens. This may be confusion on my part, but I thought the
URIs were "address@hidden". That has a srv record, but points to a
server/port that is not functioning. But "address@hidden" points
to both a nonworking server (with priority 10) and a working server.
Plus, the ports on the working server are unusual (not 5060 and 5061).
_sip._udp.linphone.org. 10800 IN SRV 0 0 5060 sip.linphone.org. (BAD)
_sip._tcp.linphone.org. 10800 IN SRV 0 0 5060 sip.linphone.org. (BAD)
_sips._tcp.linphone.org. 10800 IN SRV 0 0 5061 sip.linphone.org. (BAD)
_sip._udp.sip.linphone.org. 3600 IN SRV 10 100 5060 sip1.linphone.org.
(BAD)
_sip._udp.sip.linphone.org. 3600 IN SRV 0 100 5060 sip6.linphone.org.
(OK?)
_sip._tcp.sip.linphone.org. 3600 IN SRV 0 100 5228 sip6.linphone.org.
(OK)
_sip._tcp.sip.linphone.org. 3600 IN SRV 10 100 5228 sip1.linphone.org.
(BAD)
_sips._tcp.sip.linphone.org. 3600 IN SRV 0 100 5223 sip6.linphone.org.
(OK)
_sips._tcp.sip.linphone.org. 3600 IN SRV 20 100 443 sip6.linphone.org.
(OK)
_sips._tcp.sip.linphone.org. 3600 IN SRV 10 100 5223 sip1.linphone.org.
(BAD)
So, it's quite possible that my problems are a combination of
bugs in clients not following SRV correctly
one of the SRV records pointing to something that does not work