Skip to content
Snippets Groups Projects
Commit 24c07ffc authored by Pierre-Luc Beaudoin's avatar Pierre-Luc Beaudoin
Browse files

Hang up on ringing calls

parent 0886c28e
Branches
Tags
No related merge requests found
...@@ -65,6 +65,7 @@ hang_up( GtkWidget *widget, gpointer data ) ...@@ -65,6 +65,7 @@ hang_up( GtkWidget *widget, gpointer data )
case CALL_STATE_CURRENT: case CALL_STATE_CURRENT:
case CALL_STATE_HOLD: case CALL_STATE_HOLD:
case CALL_STATE_DIALING: case CALL_STATE_DIALING:
case CALL_STATE_RINGING:
dbus_hang_up (selectedCall); dbus_hang_up (selectedCall);
break; break;
case CALL_STATE_INCOMING: case CALL_STATE_INCOMING:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment