linphone-developers
[Top][All Lists]
Advanced

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

[Linphone-developers] Bug in LinphoneProxyConfigImpl.java


From: Alexander
Subject: [Linphone-developers] Bug in LinphoneProxyConfigImpl.java
Date: Fri, 3 Dec 2010 12:48:00 +0300

  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;
  }

reply via email to

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