stk: Default to general beep if no tone is provided

According to section 6.6.5 of 102.223
This commit is contained in:
Denis Kenzior 2010-10-25 17:42:41 -05:00
parent b15bcb4a40
commit d9ad66ab38
1 changed files with 1 additions and 1 deletions

View File

@ -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 },