[ekiga] Re-add contact limited compatibility mode for bogus registrars
- From: Eugen Dedu <ededu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ekiga] Re-add contact limited compatibility mode for bogus registrars
- Date: Mon, 22 Aug 2011 11:36:54 +0000 (UTC)
commit 975d523c26e28c5ebb8cc4c86068079264de6bbe
Author: Eugen Dedu <Eugen Dedu pu-pm univ-fcomte fr>
Date: Mon Aug 22 13:35:40 2011 +0200
Re-add contact limited compatibility mode for bogus registrars
It was lost with 3.2.6 due to a change in opal.
lib/engine/components/opal/sip-endpoint.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/lib/engine/components/opal/sip-endpoint.cpp b/lib/engine/components/opal/sip-endpoint.cpp
index a82286b..5bee853 100644
--- a/lib/engine/components/opal/sip-endpoint.cpp
+++ b/lib/engine/components/opal/sip-endpoint.cpp
@@ -503,7 +503,7 @@ Opal::Sip::EndPoint::Register (const std::string username,
params.m_addressOfRecord = PString (aor.str ());
params.m_registrarAddress = PString (host_);
if (is_limited)
- params.m_contactAddress = "%LIMITED";
+ params.m_compatibility = SIPRegister::e_CannotRegisterMultipleContacts;
params.m_authID = auth_username;
params.m_password = password;
params.m_expire = is_enabled ? timeout : 0;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]