[ekiga/gnome-2-26] Fixed problem with PCSS uri being displayed when dialing out.
- From: Damien Sandras <dsandras src gnome org>
- To: svn-commits-list gnome org
- Subject: [ekiga/gnome-2-26] Fixed problem with PCSS uri being displayed when dialing out.
- Date: Thu, 2 Jul 2009 12:12:24 +0000 (UTC)
commit ef21939734b76cc991ff69755b2f7990829982df
Author: Damien Sandras <dsandras seconix com>
Date: Thu Jul 2 09:26:35 2009 +0200
Fixed problem with PCSS uri being displayed when dialing out.
remote_uri is not initialized with the correct value and changed only
if the information comes from the SIP or H.323 endpoint.
lib/engine/components/opal/opal-call.cpp | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/lib/engine/components/opal/opal-call.cpp b/lib/engine/components/opal/opal-call.cpp
index ec1eb5e..9c6d47f 100644
--- a/lib/engine/components/opal/opal-call.cpp
+++ b/lib/engine/components/opal/opal-call.cpp
@@ -302,14 +302,13 @@ Opal::Call::is_outgoing () const
void
Opal::Call::parse_info (OpalConnection & connection)
{
- char special_chars [] = "([;=";
+ char special_chars [] = "([;=$";
int i = 0;
std::string::size_type idx;
std::string l_party_name;
std::string r_party_name;
std::string app;
- remote_uri = (const char *) connection.GetRemotePartyCallbackURL ();
if (!PIsDescendant(&connection, OpalPCSSConnection)) {
outgoing = connection.IsOriginating ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]