Re: [Ekiga-list] BT HomeHub blocking UDP 5060



On 06/09/13 13:10, Mark Carroll wrote:
Eugen Dedu <Eugen Dedu pu-pm univ-fcomte fr> writes:
(snip)
Are 5063 to 5060 blocked too or not?

All of UDP 5000 - 5100 are forwarded okay except for 5060.

(snip)
So a good idea is to make ekiga use a port different than 5060, as
written in previous e-mail.

Alas, it still fails if I try 5050, -d 4 at http://pastebin.com/fnmF8CY0
(That is forwarded okay.)

It still reports symmetric nat => registration stopped.

If there's anything extra I can do at my end to help you test (compile a
different version or something), I'm happy to try.

An idea is to let registration be made even if it reports symmetric nat. In ekiga 4.0.1, in file lib/engine/components/opal/opal-call-manager.cpp, change at line 822:

    if (result == PSTUNClient::SymmetricNat
        || result == PSTUNClient::BlockedNat
        || result == PSTUNClient::PartialBlockedNat) {
to this:
    if (result == PSTUNClient::BlockedNat
        || result == PSTUNClient::PartialBlockedNat) {

Compile, and start ekiga with src/ekiga when being in ekiga directory.

--
Eugen


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]