ekiga r6358 - in trunk: . src/endpoints



Author: dsandras
Date: Wed Jun  4 04:34:44 2008
New Revision: 6358
URL: http://svn.gnome.org/viewvc/ekiga?rev=6358&view=rev

Log:
Fixed H.323 calling which was accidentally broken.


Modified:
   trunk/ChangeLog
   trunk/src/endpoints/h323.cpp

Modified: trunk/src/endpoints/h323.cpp
==============================================================================
--- trunk/src/endpoints/h323.cpp	(original)
+++ trunk/src/endpoints/h323.cpp	Wed Jun  4 04:34:44 2008
@@ -142,12 +142,9 @@
 
 bool CallProtocolManager::dial (const std::string & uri)
 {
-  PString token;
-  std::stringstream ustr;
-
   if (uri.find ("h323:") == 0) {
 
-    new dialer (ustr.str (), endpoint);
+    new dialer (uri, endpoint);
 
     return true;
   }



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