Added option to skip the leading zero of an incoming call.
[jenirok] / src / daemon / calllistener.h
index 16b6218..b58f3cb 100644 (file)
@@ -91,6 +91,7 @@ private:
     int retries_;
     int timer_;
     CallDetails* currentCall_;
+    bool ignoreFirstZero_;
 };
 
 #endif // CALLLISTENER_H