From d9ad66ab38b13c446f078c1ab459ad5199128a64 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Mon, 25 Oct 2010 17:42:41 -0500 Subject: [PATCH] stk: Default to general beep if no tone is provided According to section 6.6.5 of 102.223 --- src/stk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stk.c b/src/stk.c index 24326ae9..54994df4 100644 --- a/src/stk.c +++ b/src/stk.c @@ -2110,7 +2110,7 @@ static gboolean handle_command_play_tone(const struct stk_command *cmd, gboolean continuous; } tone_infos[] = { /* Default */ - [0x00] = { "dial-tone", TRUE }, + [0x00] = { "general-beep", FALSE }, /* Standard */ [0x01] = { "dial-tone", TRUE },