mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 13:12:03 +00:00
FS-6294 FS-6308 NetBSD support should work test and report back please.
This commit is contained in:
@@ -384,7 +384,7 @@ static inline int switch_dtmftoi(char *s)
|
||||
switch_assert(s);
|
||||
|
||||
if (!(r = atoi(s))) {
|
||||
int l = tolower(*s);
|
||||
int l = tolower((unsigned char)*s);
|
||||
if (l > 96 && l < 101) {
|
||||
r = l - 87;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user