Skip to content
Snippets Groups Projects
Commit 2941c5c6 authored by Alexandre Savard's avatar Alexandre Savard
Browse files

Reintroduced keyboard numeric key

parent 0c0d2c30
No related branches found
No related tags found
No related merge requests found
......@@ -495,7 +495,7 @@ process_dialing(call_t * c, guint keyval, gchar * key)
break;
default:
// if (keyval < 255 || (keyval >65453 && keyval < 65466))
if (keyval < 127)
if (keyval < 127 || (keyval > 65455 && keyval < 65466))
{
if(c->state != CALL_STATE_TRANSFERT)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment