mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-18 19:48:07 +00:00
Merge branch 'master' of belledonne-communications.com:linphone-private
This commit is contained in:
commit
d3552f7f86
4 changed files with 7 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
AM_VERSION="1.10"
|
||||
#AM_VERSION="1.10"
|
||||
if ! type aclocal-$AM_VERSION 1>/dev/null 2>&1; then
|
||||
# automake-1.10 (recommended) is not available on Fedora 8
|
||||
AUTOMAKE=automake
|
||||
|
|
|
|||
|
|
@ -68,4 +68,8 @@ public interface LinphoneProxyConfig {
|
|||
* @return may be null
|
||||
*/
|
||||
public String getDomain();
|
||||
public String getIdentity();
|
||||
public String getProxy();
|
||||
public boolean registerEnabled();
|
||||
public boolean isRegistered();
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit a4d247cb5e8fc2cf04e615d5a7b90251d349b7a8
|
||||
Subproject commit 166db20a49a308e161d7b5c74fdc5aff000db9a2
|
||||
2
oRTP
2
oRTP
|
|
@ -1 +1 @@
|
|||
Subproject commit 6600413b76e49b33976ea4459e5ceffe345655d6
|
||||
Subproject commit 92c452dcd38b26a0ce41d10be9a32d37f72a7d27
|
||||
Loading…
Add table
Reference in a new issue