[ekiga] Revert "Fixed compilation problem with old OPAL."



commit afdb5f75f67c5fc729ef6015d4569f66c15f65b9
Author: Damien Sandras <dsandras seconix com>
Date:   Wed May 13 19:41:02 2009 +0200

    Revert "Fixed compilation problem with old OPAL."
    
    This reverts commit 07925d69e4ad1a5a96f8f3da49a5ddef51707c9f.
---
 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 df65b57..4aea478 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]