diff --git a/sflphone-gtk/src/actions.c b/sflphone-gtk/src/actions.c
index 29c63022ca87e9af41f1483e52bba24d596c99d1..6c75f3a85562367f9d23df41ecb89f406e08fc5e 100644
--- a/sflphone-gtk/src/actions.c
+++ b/sflphone-gtk/src/actions.c
@@ -122,6 +122,7 @@ sflphone_hung_up( call_t * c)
   c->state = CALL_STATE_DIALING;
   update_menus();
   status_tray_icon_blink( FALSE );
+  stop_notification();
 }
 
 /** Internal to actions: Fill account list */