summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-voip/ekiga/files/ekiga-3.2.0-stun.patch')
-rw-r--r--net-voip/ekiga/files/ekiga-3.2.0-stun.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/net-voip/ekiga/files/ekiga-3.2.0-stun.patch b/net-voip/ekiga/files/ekiga-3.2.0-stun.patch
deleted file mode 100644
index b569155..0000000
--- a/net-voip/ekiga/files/ekiga-3.2.0-stun.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- 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();
- }
-
-