#include "asterisk/manager.h"
#include "asterisk/dsp.h"
#include "asterisk/indications.h"
-
-#include "asterisk/version.h"
+#include "asterisk/ast_version.h"
static const char app_receivefax[] = "ReceiveFAX";
static const char synopsis_receivefax[] = "Receive a FAX and save as a TIFF/F file.";
}
ast_cli(a->fd, "FAX For Asterisk Components:\n");
- ast_cli(a->fd, "\tApplications: " ASTERISK_VERSION "\n");
+ ast_cli(a->fd, "\tApplications: %s\n", ast_get_version());
AST_RWLIST_RDLOCK(&faxmodules);
AST_RWLIST_TRAVERSE(&faxmodules, fax, list) {
ast_cli(a->fd, "\t%s: %s\n", fax->tech->description, fax->tech->version);