Added option to skip the leading zero of an incoming call.
[jenirok] / src / daemon / calllistener.h
index 0fba1c7..b58f3cb 100644 (file)
@@ -36,7 +36,7 @@ public:
     ~CallListener();
     bool begin();
     void end();
-    static const int REQUEST_TIMEOUT = 10000;
+    static const int REQUEST_TIMEOUT = 8000;
     static const int BANNER_DELAY = 350;
     static const int SEARCH_RETRIES = 2;
     static const int CONNECT_RETRIES = 1;
@@ -91,6 +91,7 @@ private:
     int retries_;
     int timer_;
     CallDetails* currentCall_;
+    bool ignoreFirstZero_;
 };
 
 #endif // CALLLISTENER_H