]> sjero.net Git - linphone/blobdiff - java/common/org/linphone/core/LinphoneProxyConfig.java
JNI method to extract country code from e164 phone number
[linphone] / java / common / org / linphone / core / LinphoneProxyConfig.java
index eee58c9156572b148e0b4d8d20039bd5af72797a..b6b8919fb33e8e95d42e0b4ece42c55e4cd155ec 100644 (file)
@@ -145,4 +145,10 @@ public interface LinphoneProxyConfig {
         * @param country iso code
         */
        public int lookupCCCFromIso(String iso);
+       
+       /**
+        * Return the international prefix for the given country
+        * @param e164 phone number
+        */
+       public int lookupCCCFromE164(String e164);
 }