Allow IAX to lookup hosts from a master hosts file and reduce the

polling frequency for NEW commands.
This commit is contained in:
Jonathan Naylor
2024-11-01 16:36:53 +00:00
parent 724a44e0c4
commit a2f0d1c81c
12 changed files with 432 additions and 307 deletions

View File

@@ -44,6 +44,8 @@ public:
virtual void clock(unsigned int ms) = 0;
virtual std::string getAddress() = 0;
private:
};