[ekiga] Take care of the new Local_Timeout sip code
- From: Eugen Dedu <ededu src gnome org>
- To: svn-commits-list gnome org
- Subject: [ekiga] Take care of the new Local_Timeout sip code
- Date: Mon, 20 Apr 2009 12:40:15 -0400 (EDT)
commit 44151ba660afddf41fb464882859ecb6a375576b
Author: Eugen Dedu <Eugen Dedu pu-pm univ-fcomte fr>
Date: Mon Apr 20 18:37:22 2009 +0200
Take care of the new Local_Timeout sip code
It removes a compilation warning. Opal has in fact introduced this
sip code recently.
---
lib/engine/components/opal/sip-endpoint.cpp | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/lib/engine/components/opal/sip-endpoint.cpp b/lib/engine/components/opal/sip-endpoint.cpp
index 2db63c6..b953341 100644
--- a/lib/engine/components/opal/sip-endpoint.cpp
+++ b/lib/engine/components/opal/sip-endpoint.cpp
@@ -829,6 +829,10 @@ Opal::Sip::EndPoint::OnRegistrationFailed (const PString & _aor,
info = _("Request terminated");
break;
+ case SIP_PDU::Local_Timeout:
+ info = _("Remote party host is offline");
+ break;
+
case SIP_PDU::Failure_NotAcceptableHere:
info = _("Not acceptable here");
break;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]