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

Fixed DTMF while recording (usefull for voicemail)

parent 6a6a3a60
No related branches found
No related tags found
No related merge requests found
......@@ -535,7 +535,7 @@ sflphone_new_call()
void
sflphone_keypad( guint keyval, gchar * key)
{
call_t * c = call_get_selected(current_calls);
if(c)
{
......@@ -544,6 +544,7 @@ sflphone_keypad( guint keyval, gchar * key)
case CALL_STATE_DIALING: // Currently dialing => edit number
process_dialing(c, keyval, key);
break;
case CALL_STATE_RECORD:
case CALL_STATE_CURRENT:
switch (keyval)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment