* #33827: added jni calls
diff --git a/src/org/sflphone/service/ISipService.aidl b/src/org/sflphone/service/ISipService.aidl
index f93952f..b05e4f1 100644
--- a/src/org/sflphone/service/ISipService.aidl
+++ b/src/org/sflphone/service/ISipService.aidl
@@ -42,6 +42,11 @@
     boolean startRecordedFilePlayback(in String filepath);
 	void stopRecordedFilePlayback(in String filepath);
 	
+	/* Mute */
+	void setMuted(boolean mute);
+    boolean isCaptureMuted();
+            
+	
 	/* DTMF */
 	void playDtmf(in String key);