]> sjero.net Git - linphone/blobdiff - java/common/org/linphone/core/LinphoneCore.java
Merge branch 'master' of git.savannah.nongnu.org:/srv/git/linphone
[linphone] / java / common / org / linphone / core / LinphoneCore.java
index fae83ffacfcdacd017b3cc3c4b9e6621b3ee3e34..874fc82d9f925d00cc8fc638b2faac25b6c0d32d 100644 (file)
@@ -454,6 +454,13 @@ public interface LinphoneCore {
         * @return previously set firewall policy.
         */
        public FirewallPolicy getFirewallPolicy();
+
+       public LinphoneCall inviteAddressWithParams(LinphoneAddress destination, LinphoneCallParams params) throws LinphoneCoreException ;
+       
+       public int updateCall(LinphoneCall call, LinphoneCallParams params);
+
+       public LinphoneCallParams createDefaultCallParameters();
+
        /**
         * Sets the path to a wav file used for ringing.
         *