mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 13:12:03 +00:00
fix proper display of meta digit in log lines
This commit is contained in:
@@ -192,7 +192,7 @@ static inline char switch_itodtmf(char i)
|
||||
r = i + 55;
|
||||
}
|
||||
|
||||
return r;
|
||||
return r + 48;
|
||||
}
|
||||
|
||||
static inline int switch_dtmftoi(char *s)
|
||||
|
||||
Reference in New Issue
Block a user