[ekiga] Fixed compilation problem with old OPAL.



commit c1532c55f07c89edab3f2b9592878dc4fe43ce98
Author: Damien Sandras <dsandras seconix com>
Date:   Fri May 1 13:19:04 2009 +0200

    Fixed compilation problem with old OPAL.
    
    Removed undefined SIP_PDU::Local_Timeouts which does not exist in the
    stable OPAL and PTLIB branches.
---
 lib/engine/components/opal/sip-endpoint.cpp |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/lib/engine/components/opal/sip-endpoint.cpp b/lib/engine/components/opal/sip-endpoint.cpp
index b953341..2db63c6 100644
--- a/lib/engine/components/opal/sip-endpoint.cpp
+++ b/lib/engine/components/opal/sip-endpoint.cpp
@@ -829,10 +829,6 @@ 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]