dect
/
libdect
Archived
13
0
Fork 0

ie: fix signal "tones off" coding

Signed-off-by: Patrick McHardy <kaber@trash.net>
This commit is contained in:
Patrick McHardy 2010-07-28 09:08:16 +02:00
parent e6bbf3feea
commit 9277065243
1 changed files with 1 additions and 1 deletions

View File

@ -344,7 +344,7 @@ enum dect_signal_codes {
DECT_SIGNAL_CALL_WAITING_TONE_ON = 0x7,
DECT_SIGNAL_OFF_HOOK_WARNING_TONE_ON = 0x8,
DECT_SIGNAL_NEGATIVE_ACKNOWLEDGEMENT_TONE = 0x9,
DECT_SIGNAL_TONES_OFF = 0xf,
DECT_SIGNAL_TONES_OFF = 0x3f,
DECT_SIGNAL_ALERTING_BASE = 0x40,
};