diff --git a/apps/app_morsecode.c b/apps/app_morsecode.c index 81fe6a32154b70c4f1658880b563459ecc24945b..0145eb961a3e636d16af46e5154b66364ecd7b3b 100644 --- a/apps/app_morsecode.c +++ b/apps/app_morsecode.c @@ -86,18 +86,18 @@ static char *morsecode[] = { ".-", "-...", "-.-.", "-..", ".", "..-.", "--.", "....", "..", ".---", "-.-", ".-..", "--", "-.", "---", ".--.", "--.-", ".-.", "...", "-", "..-", "...-", ".--", "-..-", "-.--", "--..", "-.--.-", /* 91 - [ (really '(') */ - "-··-·", /* 92 - \ (really '/') */ + "-..-.", /* 92 - \ (really '/') */ "-.--.-", /* 93 - ] (really ')') */ "", /* 94 - ^ */ - "··--·-", /* 95 - _ */ + "..--.-", /* 95 - _ */ ".----.", /* 96 - ` */ ".-", "-...", "-.-.", "-..", ".", "..-.", "--.", "....", "..", ".---", "-.-", ".-..", "--", "-.", "---", ".--.", "--.-", ".-.", "...", "-", "..-", "...-", ".--", "-..-", "-.--", "--..", "-.--.-", /* 123 - { (really '(') */ "", /* 124 - | */ "-.--.-", /* 125 - } (really ')') */ - "-··-·", /* 126 - ~ (really bar) */ - "· · ·", /* 127 - <del> (error) */ + "-..-.", /* 126 - ~ (really bar) */ + ". . .", /* 127 - <del> (error) */ }; static void playtone(struct ast_channel *chan, int tone, int len)