ekiga r6559 - in trunk: . src/endpoints
- From: dsandras svn gnome org
- To: svn-commits-list gnome org
- Subject: ekiga r6559 - in trunk: . src/endpoints
- Date: Sun, 10 Aug 2008 19:10:49 +0000 (UTC)
Author: dsandras
Date: Sun Aug 10 19:10:49 2008
New Revision: 6559
URL: http://svn.gnome.org/viewvc/ekiga?rev=6559&view=rev
Log:
Fixed remote uri when an outgoing call is being setup.
Modified:
trunk/ChangeLog
trunk/src/endpoints/opal-call.cpp
Modified: trunk/src/endpoints/opal-call.cpp
==============================================================================
--- trunk/src/endpoints/opal-call.cpp (original)
+++ trunk/src/endpoints/opal-call.cpp Sun Aug 10 19:10:49 2008
@@ -271,11 +271,14 @@
std::string app;
std::string uri;
+ uri = (const char *) connection.GetRemotePartyCallbackURL ();
+ if (!uri.empty ())
+ remote_uri = uri;
+
if (!PIsDescendant(&connection, OpalPCSSConnection)) {
party_name = (const char *) connection.GetRemotePartyName ();
app = (const char *) connection.GetRemoteApplication ();
- uri = (const char *) connection.GetRemotePartyCallbackURL ();
start_time = connection.GetConnectionStartTime ();
if (!start_time.IsValid ())
start_time = PTime ();
@@ -284,8 +287,6 @@
remote_party_name = party_name;
if (!app.empty ())
remote_application = app;
- if (!uri.empty ())
- remote_uri = uri;
while (i < 3) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]