Skip to content

Commit

Permalink
call: capitals for SIP INFO dtmf (#3062)
Browse files Browse the repository at this point in the history
  • Loading branch information
cspiel1 committed Jun 11, 2024
1 parent 361708c commit caeb902
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/call.c
Original file line number Diff line number Diff line change
Expand Up @@ -2447,6 +2447,7 @@ static int send_dtmf_info(struct call *call, char key)

if ((key < '0' || key > '9') &&
(key < 'a' || key > 'd') &&
(key < 'A' || key > 'D') &&
(key != '*') &&
(key != '#'))
return EINVAL;
Expand Down

0 comments on commit caeb902

Please sign in to comment.