We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1a1936 commit 2a17117Copy full SHA for 2a17117
1 file changed
lib/sippy_cup/media/dtmf_payload.rb
@@ -24,7 +24,7 @@ def end_of_event=(bool)
24
if bool
25
@flags |= END_OF_EVENT
26
else
27
- @flags &= (0xf - END_OF_EVENT)
+ @flags &= ~END_OF_EVENT
28
end
29
30
0 commit comments