diff options
author | Mounir Lamouri <volkmar@gentoo.org> | 2009-04-18 22:15:45 +0000 |
---|---|---|
committer | Mounir Lamouri <volkmar@gentoo.org> | 2009-04-18 22:15:45 +0000 |
commit | 30c0041ab484c2a01bd42b63d268b9c391c6b634 (patch) | |
tree | 78400cf43ff5f47cab43e69d113c6e329aac7d97 /net-im/ekiga/files/ekiga-3.2.0-stun.patch | |
parent | net-libs/opal: add ~amd64 after Manfred Knick tests (diff) | |
download | voip-30c0041ab484c2a01bd42b63d268b9c391c6b634.tar.gz voip-30c0041ab484c2a01bd42b63d268b9c391c6b634.tar.bz2 voip-30c0041ab484c2a01bd42b63d268b9c391c6b634.zip |
net-im/ekiga: fix stun bug, fix preferences bug, add ~amd64. Bumping to -r2.
svn path=/trunk/; revision=840
Diffstat (limited to 'net-im/ekiga/files/ekiga-3.2.0-stun.patch')
-rw-r--r-- | net-im/ekiga/files/ekiga-3.2.0-stun.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/net-im/ekiga/files/ekiga-3.2.0-stun.patch b/net-im/ekiga/files/ekiga-3.2.0-stun.patch new file mode 100644 index 0000000..b569155 --- /dev/null +++ b/net-im/ekiga/files/ekiga-3.2.0-stun.patch @@ -0,0 +1,19 @@ +--- lib/engine/components/opal/opal-call-manager.cpp.old 2009-04-17 23:32:21.000000000 -0400 ++++ lib/engine/components/opal/opal-call-manager.cpp 2009-04-17 23:32:49.000000000 -0400 +@@ -116,7 +116,7 @@ + forward_on_no_answer = false; + forward_on_busy = false; + unconditional_forward = false; +- stun_enabled = false; ++ stun_enabled = true; + + // Create video devices + PVideoDevice::OpenArgs video = GetVideoOutputDevice(); +@@ -496,6 +496,7 @@ + void CallManager::set_stun_server (const std::string & server) + { + stun_server = server; ++ start(); + } + + |