diff options
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(); + } + + |