Eugen Dedu <eugen.d...@pu-pm.univ-fcomte.fr> writes:

> 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.

Ha, success, thank you very much! That works just fine now, at least
initiating a call with both audio and video.

-- Mark
_______________________________________________
ekiga-list mailing list
ekiga-list@gnome.org
https://mail.gnome.org/mailman/listinfo/ekiga-list

Reply via email to