Skip to content
Snippets Groups Projects
Commit 1e16f3d4 authored by Julien Bonjean's avatar Julien Bonjean
Browse files

[#3073] Fixed pickup/hangup toggle case

parent a5b95280
No related branches found
No related tags found
No related merge requests found
......@@ -54,11 +54,11 @@ toggle_pick_up_hang_up_callback ()
{
switch (selectedCall->_state)
{
case CALL_STATE_DIALING:
case CALL_STATE_INCOMING:
case CALL_STATE_TRANSFERT:
sflphone_pick_up ();
break;
case CALL_STATE_DIALING:
case CALL_STATE_HOLD:
case CALL_STATE_CURRENT:
case CALL_STATE_RECORD:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment