linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Linphone-developers] Bug in LinphoneProxyConfigImpl.java


From: Jehan Monnier
Subject: Re: [Linphone-developers] Bug in LinphoneProxyConfigImpl.java
Date: Fri, 3 Dec 2010 10:58:55 +0100

Hi,

I agree, even if most of the  liblinphone java binding for Android is already done, some functions are still missing. 

Le 3 déc. 2010 à 10:48, Alexander a écrit :

  Hi all. I've found a small bug in LinphoneProxyConfigImpl(): route is not set, therefore "route" argument has no effect.

  protected LinphoneProxyConfigImpl(String identity,String proxy,String route, boolean enableRegister) throws LinphoneCoreException
  {
                nativePtr = newLinphoneProxyConfig();
                setIdentity(identity);
                setProxy(proxy);                         // this line was missing
                enableRegister(enableRegister);
                ownPtr=true;
  }
_______________________________________________
Linphone-developers mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/linphone-developers


reply via email to

[Prev in Thread] Current Thread [Next in Thread]