From 2e3b6a14aebcbfa3f45b1f3fa8d1d578013e820b Mon Sep 17 00:00:00 2001 From: Tom Early Date: Thu, 30 May 2019 15:33:54 -0700 Subject: [PATCH] find the correct vm file --- QnetGateway.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QnetGateway.cpp b/QnetGateway.cpp index ec47d13..7f7822e 100644 --- a/QnetGateway.cpp +++ b/QnetGateway.cpp @@ -2576,7 +2576,7 @@ bool CQnetGateway::Init(char *cfgfile) vm[i].fd = -1; memset(vm[i].file, 0, sizeof(vm[i].file)); - snprintf(vm[i].file, FILENAME_MAX, "%s/%c_%s", FILE_ECHOTEST.c_str(), 'A'+i, "voicemail.dat"); + snprintf(vm[i].file, FILENAME_MAX, "%s/%c_%s", FILE_ECHOTEST.c_str(), 'A'+i, "voicemail.dat2"); if (access(vm[i].file, F_OK) != 0) memset(vm[i].file, 0, sizeof(vm[i].file));