mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-17 07:18:15 +00:00
Ooops, those characters weren't really periods (credit to John Olson)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31690 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -86,18 +86,18 @@ static char *morsecode[] = {
|
|||||||
".-", "-...", "-.-.", "-..", ".", "..-.", "--.", "....", "..", ".---", "-.-", ".-..", "--",
|
".-", "-...", "-.-.", "-..", ".", "..-.", "--.", "....", "..", ".---", "-.-", ".-..", "--",
|
||||||
"-.", "---", ".--.", "--.-", ".-.", "...", "-", "..-", "...-", ".--", "-..-", "-.--", "--..",
|
"-.", "---", ".--.", "--.-", ".-.", "...", "-", "..-", "...-", ".--", "-..-", "-.--", "--..",
|
||||||
"-.--.-", /* 91 - [ (really '(') */
|
"-.--.-", /* 91 - [ (really '(') */
|
||||||
"-<EFBFBD><EFBFBD>-<2D>", /* 92 - \ (really '/') */
|
"-..-.", /* 92 - \ (really '/') */
|
||||||
"-.--.-", /* 93 - ] (really ')') */
|
"-.--.-", /* 93 - ] (really ')') */
|
||||||
"", /* 94 - ^ */
|
"", /* 94 - ^ */
|
||||||
"<EFBFBD><EFBFBD>--<EFBFBD>-", /* 95 - _ */
|
"..--.-", /* 95 - _ */
|
||||||
".----.", /* 96 - ` */
|
".----.", /* 96 - ` */
|
||||||
".-", "-...", "-.-.", "-..", ".", "..-.", "--.", "....", "..", ".---", "-.-", ".-..", "--",
|
".-", "-...", "-.-.", "-..", ".", "..-.", "--.", "....", "..", ".---", "-.-", ".-..", "--",
|
||||||
"-.", "---", ".--.", "--.-", ".-.", "...", "-", "..-", "...-", ".--", "-..-", "-.--", "--..",
|
"-.", "---", ".--.", "--.-", ".-.", "...", "-", "..-", "...-", ".--", "-..-", "-.--", "--..",
|
||||||
"-.--.-", /* 123 - { (really '(') */
|
"-.--.-", /* 123 - { (really '(') */
|
||||||
"", /* 124 - | */
|
"", /* 124 - | */
|
||||||
"-.--.-", /* 125 - } (really ')') */
|
"-.--.-", /* 125 - } (really ')') */
|
||||||
"-<EFBFBD><EFBFBD>-<2D>", /* 126 - ~ (really bar) */
|
"-..-.", /* 126 - ~ (really bar) */
|
||||||
"<EFBFBD> <20> <20>", /* 127 - <del> (error) */
|
". . .", /* 127 - <del> (error) */
|
||||||
};
|
};
|
||||||
|
|
||||||
static void playtone(struct ast_channel *chan, int tone, int len)
|
static void playtone(struct ast_channel *chan, int tone, int len)
|
||||||
|
|||||||
Reference in New Issue
Block a user