mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-16 08:49:01 +00:00
small fix for Solaris in spandsp. Needs recheck by Steve I guess.
This commit is contained in:
parent
e704f02196
commit
f6496b4f31
@ -111,7 +111,7 @@ static const struct dtmf_to_ascii_s dtmf_to_ascii[] =
|
|||||||
{"##8", 'W'},
|
{"##8", 'W'},
|
||||||
{"##9", 'Z'},
|
{"##9", 'Z'},
|
||||||
{"##0", ' '},
|
{"##0", ' '},
|
||||||
#if defined(WIN32)
|
#if defined(WIN32) || ( defined(__SVR4) && defined (__sun))
|
||||||
{"#*1", 'X'}, // (Note 1) 111 1011
|
{"#*1", 'X'}, // (Note 1) 111 1011
|
||||||
{"#*2", 'X'}, // (Note 1) 111 1100
|
{"#*2", 'X'}, // (Note 1) 111 1100
|
||||||
{"#*3", 'X'}, // (Note 1) 111 1101
|
{"#*3", 'X'}, // (Note 1) 111 1101
|
||||||
|
Loading…
x
Reference in New Issue
Block a user