* #30591: key event hooked, sent to daemon
diff --git a/src/com/savoirfairelinux/sflphone/service/ISipService.aidl b/src/com/savoirfairelinux/sflphone/service/ISipService.aidl
index 71684f2..75cfcdb 100644
--- a/src/com/savoirfairelinux/sflphone/service/ISipService.aidl
+++ b/src/com/savoirfairelinux/sflphone/service/ISipService.aidl
@@ -37,6 +37,9 @@
     boolean startRecordedFilePlayback(in String filepath);
 	void stopRecordedFilePlayback(in String filepath);
 	boolean isRecording(in String id);
+	
+	/* DTMF */
+	void playDtmf(in String key);
     
     /* IM */
     void sendTextMessage(in String callID, in String message, in String from);