After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 330764 - Ekiga does not appear to use DNS SRV records for SIP calls
Ekiga does not appear to use DNS SRV records for SIP calls
Status: RESOLVED DUPLICATE of bug 328340
Product: ekiga
Classification: Applications
Component: general
1.99.x
Other All
: Normal normal
: ---
Assigned To: Ekiga maintainers
Ekiga maintainers
Depends on:
Blocks:
 
 
Reported: 2006-02-11 07:45 UTC by spacewar
Modified: 2006-02-11 11:43 UTC
See Also:
GNOME target: ---
GNOME version: 2.9/2.10



Description spacewar 2006-02-11 07:45:44 UTC
Please describe the problem:
It is common practice for the SIP server for a domain to be specified by an SRV
DNS record for that domain.  For instance, the SIP server for user@example.com
may be on host sip.example.com.  There might not even be an A record for
example.com, but if there is, it may not point to the host running the SIP server.

DNS SRV records are described in RFC 2782, and their use for SIP is specified in
RFC 3263 section 4.2.

Steps to reproduce:
1. Attempt to establish a SIP call to a URL using a hostname for which there is
a suitable SRV vecord, but no A record.


Actual results:
Call fails

Expected results:
Call should succeed.  Ekiga should do the SRV record lookup as per RFC 3263
section 4.2.

Does this happen every time?
Yes

Other information:
Comment 1 Damien Sandras 2006-02-11 11:43:22 UTC

*** This bug has been marked as a duplicate of 328340 ***