[ekiga/ds-opal-refactoring] SIP: Allow more retries on failure.



commit 6b1e410805cda058d9f822f3e671b71634fa9b4e
Author: Damien Sandras <dsandras seconix com>
Date:   Sat Mar 28 15:04:14 2015 +0100

    SIP: Allow more retries on failure.

 .../components/opal/process/sip-endpoint.cpp       |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/lib/engine/components/opal/process/sip-endpoint.cpp 
b/lib/engine/components/opal/process/sip-endpoint.cpp
index b077e59..cef4e32 100644
--- a/lib/engine/components/opal/process/sip-endpoint.cpp
+++ b/lib/engine/components/opal/process/sip-endpoint.cpp
@@ -116,7 +116,7 @@ Opal::Sip::EndPoint::EndPoint (Opal::EndPoint & _endpoint,
   SetInviteTimeout (PTimeInterval (0, 60));
   SetNonInviteTimeout (PTimeInterval (0, 6));
   SetRetryTimeouts (500, 4000);
-  SetMaxRetries (8);
+  SetMaxRetries (20);
 
   /* Update the User Agent */
   SetUserAgent ("Ekiga/" PACKAGE_VERSION);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]