]> sjero.net Git - linphone/blobdiff - java/common/org/linphone/core/LinphoneCore.java
Added SIPINFO/Rfc2833 JNI glue
[linphone] / java / common / org / linphone / core / LinphoneCore.java
index 450091843fab58caed488d062f290f4ad1e2e47f..c1da356bb070b0ae2ee4f347e18a52659c9d8f1b 100644 (file)
@@ -856,4 +856,14 @@ public interface LinphoneCore {
         * Set username and display name to use if no LinphoneProxyConfig configured
         */
        void setPrimaryContact(String displayName, String username);
+       
+       /**
+        * Enable/Disable the use of SIP INFO for DTMFs
+        */
+       void setUseSipInfoForDtmfs(boolean use);
+       
+       /**
+        * Enable/Disable the use of inband DTMFs
+        */
+       void setUseRfc2833ForDtmfs(boolean use);
 }