]> sjero.net Git - linphone/blobdiff - java/common/org/linphone/core/LinphoneCoreListener.java
JNI DTMF listener
[linphone] / java / common / org / linphone / core / LinphoneCoreListener.java
index c81dafec4d921341ef4149e2196185a503fe1c48..740bdc29c14bb20de8b90d1326436d385cb4781e 100644 (file)
@@ -91,6 +91,14 @@ public interface LinphoneCoreListener {
         */
        void messageReceived(LinphoneCore lc, LinphoneChatRoom cr, LinphoneChatMessage message);
 
+       /**
+        * invoked when a new dtmf is received
+        * @param lc    LinphoneCore
+        * @param call  LinphoneCall involved in the dtmf sending
+        * @param dtmf  value of the dtmf sent
+        */
+       void dtmfReceived(LinphoneCore lc, LinphoneCall call, int dtmf);
+       
        /**
         * Invoked when echo cancalation calibration is completed
         * @param lc LinphoneCore