[ekiga] Add workaround so H323 calls are possible by direct IP



commit dcc28806f0a5670b74dc6dd014eded35616acd3d
Author: Julien Puydt <jpuydt free fr>
Date:   Fri Jun 7 13:39:17 2013 +0200

    Add workaround so H323 calls are possible by direct IP

 lib/engine/components/opal/opal-account.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/lib/engine/components/opal/opal-account.cpp b/lib/engine/components/opal/opal-account.cpp
index fd39722..0b64418 100644
--- a/lib/engine/components/opal/opal-account.cpp
+++ b/lib/engine/components/opal/opal-account.cpp
@@ -474,7 +474,7 @@ Opal::Account::populate_menu (const std::string fullname,
   //
   // (it is supposed not to, but let's still test so the function
   // can be called from several places without problem)
-  if (complete_uri.find ("@") == string::npos)
+  if (complete_uri.find ("@") == string::npos && type != H323)
     complete_uri = complete_uri + "@" + get_host ();
 
   call_manager->populate_menu (fullname, complete_uri, tmp_builder);


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