diff --git a/Common/DTMF.cpp b/Common/DTMF.cpp index 77c7287..bab79c3 100644 --- a/Common/DTMF.cpp +++ b/Common/DTMF.cpp @@ -167,7 +167,7 @@ wxString CDTMF::translate() return processReflector(wxT("XRF"), command.Mid(1U)); else if (command.GetChar(0U) == wxT('D')) return processReflector(wxT("DCS"), command.Mid(1U)); - else if (command.GetChar(0U) == wxT('#')) + else if (command.GetChar(0U) == wxT('A')) return processReflector(wxT("XLX"), command.Mid(1U)); else return processCCS(command);