Add extra IAX debugging and remove an extraneous ACK.

This commit is contained in:
Jonathan Naylor
2024-08-05 17:38:43 +01:00
parent 03b06a3875
commit 0943090e60
2 changed files with 8 additions and 6 deletions

View File

@@ -19,6 +19,6 @@
#if !defined(VERSION_H)
#define VERSION_H
const char* VERSION = "20240711";
const char* VERSION = "20240805";
#endif