Skip to content
Snippets Groups Projects
Commit 7f731d51 authored by jerome.poulin's avatar jerome.poulin Committed by Tristan Matthews
Browse files

dtmf: support Flash (!) signal


Refs #51007
Signed-off-by: default avatarTristan Matthews <tristan.matthews@savoirfairelinux.com>

Change-Id: Id75356b6894ef227032c6c447c7df3b6436ae1bc
parent 469c70b1
No related branches found
No related tags found
No related merge requests found
......@@ -47,6 +47,10 @@ DTMFEvent::DTMFEvent(char digit) : payload(), newevent(true), length(1000)
*/
switch (digit) {
case '!':
digit = 16;
break;
case '*':
digit = 10;
break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment