Add basic rule tracing.

This commit is contained in:
Jonathan Naylor
2017-06-04 15:17:43 +01:00
parent efbf42ff83
commit 2e257da997
17 changed files with 177 additions and 56 deletions

2
Conf.h
View File

@@ -68,6 +68,7 @@ public:
unsigned int getRptPort() const;
std::string getLocalAddress() const;
unsigned int getLocalPort() const;
bool getRuleTrace() const;
bool getDebug() const;
// The Log section
@@ -149,6 +150,7 @@ private:
std::string m_localAddress;
unsigned int m_localPort;
unsigned int m_timeout;
bool m_ruleTrace;
bool m_debug;
bool m_voiceEnabled;