Jehan Monnier
a405553fc7
make sure in case of 415 caused by SRTP, call is retried even if in ringing state (I.E push case))
2013-11-15 15:07:01 +01:00
Simon Morlat
43671928ed
fix macos bundle generation to take into account things from /usr/local/lib
...
and also only embed versionned dylib and .so ( because the .so link is transformed into a real file in the package)
2013-11-15 14:50:13 +01:00
Simon Morlat
c97a7a6704
remove some exosip related files
2013-11-14 22:17:01 +01:00
Simon Morlat
d447704d15
add "encoding" field to LinphoneContent
2013-11-14 22:17:01 +01:00
Simon Morlat
8cda14a43d
add opus in win32 packaging, update ms2
2013-11-14 17:32:21 +01:00
Simon Morlat
927ae4ec95
doc fixes
2013-11-14 17:24:51 +01:00
Sylvain Berfini
0138897ef0
Fix JNI method LpConfig_GetString
2013-11-14 14:53:15 +01:00
Simon Morlat
866dc475a7
fix compilation on windows
2013-11-13 09:47:14 +01:00
Simon Morlat
3cadf36e00
fix configure script.
...
It is not allowed to call AC_PROG_CC and AC_PROG_CXX conditionally. Configure aborts shortly.
2013-11-12 21:37:09 +01:00
Jehan Monnier
95c3e2b2e8
add -Qunused-arguments option to clang
2013-11-12 10:27:56 +01:00
Jehan Monnier
e316b02b88
answer 481 in case of CANCEL received for an establshed dialog
2013-11-12 10:27:56 +01:00
Simon Morlat
5fb5c55eb0
add new test to check what happens if a calls gets rejected because of incompatible media types.
...
restore oRTP
2013-11-08 19:05:08 +01:00
Guillaume BIENKOWSKI
7f69d68dab
Update oRTP
2013-11-08 15:31:00 +01:00
Guillaume BIENKOWSKI
a47914c4c1
Added MSISAC compatibility for Android
2013-11-08 15:29:22 +01:00
Simon Morlat
6c4f1da92b
update ortp to fix conflict with gettimeofday defined both in ortp and
...
tunnel.
update documentation
2013-11-07 14:32:53 +01:00
Ghislain MARY
062db87ed5
Revert "add -Qunused-argument for clang"
...
This reverts commit 8199ed773c .
2013-11-06 17:07:19 +01:00
Jehan Monnier
8199ed773c
add -Qunused-argument for clang
2013-11-06 16:45:41 +01:00
Jehan Monnier
55fedeb6b7
fix crash in case of 488
2013-11-06 16:45:41 +01:00
Simon Morlat
e407f70c14
Fix: in tunnel mode, linphone wasn't unregistering at exit.
2013-11-06 16:36:43 +01:00
Simon Morlat
0177c5f876
fix compilation errors due to signature change in linphone_auth_info_new()
...
fix failed tests in case of failed authentication.
2013-11-05 22:00:19 +01:00
Simon Morlat
32efc7939c
update ms2
2013-11-05 16:15:03 +01:00
Sylvain Berfini
dbba820b5a
Route was never set at the proxy config creation + allow linphonecore to init without linphonerc nor factory
2013-11-05 15:30:35 +01:00
Sylvain Berfini
68a23b44b0
Fix find auth info algorithm for multiples registrations with same username
2013-11-05 11:56:23 +01:00
Sylvain Berfini
263364ac7c
Fix find auth info algorithm
2013-11-05 11:37:00 +01:00
Sylvain Berfini
2db728a6bf
Fix compilation issue
2013-11-05 10:49:38 +01:00
Sylvain Berfini
120fbea39e
Fix authInfo research + allow multiples authInfos with same username/password (with different domains) in linphonerc
2013-11-04 17:13:53 +01:00
Sylvain Berfini
50f9d35804
Changes made to JNI and Java to match previous AuthInfo changes
2013-11-04 16:28:50 +01:00
Simon Morlat
811b453d06
add a domain parameter in LinphoneAuthInfo, to workaround non-unicity of realm in real world.
2013-11-04 15:00:50 +01:00
Simon Morlat
2c087aa89e
update ms2
2013-11-04 12:18:30 +01:00
Ghislain MARY
74e889fcc4
Update ms2 submodule.
2013-11-04 11:25:01 +01:00
Simon Morlat
a7b1d33a26
fix compilation error in gtk
2013-11-01 18:04:30 +01:00
Simon Morlat
34950ccb8a
fix problems with chat in GTK interface due to SIP uris not compared properly.
2013-10-31 18:06:11 +01:00
Simon Morlat
b47a179309
add linphone_core_find_friend()
2013-10-31 17:34:58 +01:00
Ghislain MARY
23bca78eef
Update ms2 submodule.
2013-10-31 10:20:11 +01:00
Ghislain MARY
ea32e556f3
Update ms2 submodule.
2013-10-30 16:30:03 +01:00
Simon Morlat
b012c49dab
answer 481 to unmatched CANCELs (instead of 501)
2013-10-30 12:25:05 +01:00
Simon Morlat
61c2fbf964
use internal linphone_core_send_presence() method to send on-the-phone notification when a call is starting and restore to user's presence when last call is terminated.
...
This allows to use publish if relevant, while previous method could only send NOTIFY.
2013-10-29 16:07:26 +01:00
Simon Morlat
7390fca8b2
fix clang warnings
...
One can't be fixed: linker complaining about -pthread. This comes from .la files installed by macports.
Meanwhile, it is necessary to use --disable-strict on macos until macport moves to clang.
2013-10-29 15:44:39 +01:00
Ghislain MARY
aa691efabb
Update ms2 submodule.
2013-10-28 10:35:56 +01:00
Ghislain MARY
0933640e54
Add API to know if tunnel auto detect is enabled.
2013-10-24 15:19:51 +02:00
Ghislain MARY
9ef261f66e
Fix compilation with tunnel on Android.
2013-10-23 15:57:00 +02:00
Jehan Monnier
c7d6cf0e55
implement uri headers
2013-10-23 15:15:51 +02:00
Guillaume BIENKOWSKI
2bb4f7f662
Added iSAC payload type support in linphone
2013-10-23 14:50:53 +02:00
Guillaume BIENKOWSKI
0a02112486
Update oRTP submodule to support iSAC
2013-10-23 14:50:13 +02:00
Ghislain MARY
c795fdf029
Update ms2 submodule.
2013-10-22 10:50:06 +02:00
Ghislain MARY
340b212cc9
Update ms2 submodule.
2013-10-22 10:44:15 +02:00
Ghislain MARY
20b887e728
Update ms2 submodule.
2013-10-21 17:39:00 +02:00
Ghislain MARY
6781e3cdd6
Android.mk in one file.
2013-10-21 17:38:45 +02:00
Simon Morlat
5f32fd7e42
stop refreshing register when network is off.
2013-10-18 22:15:34 +02:00
Ghislain MARY
c5dc16ed5d
Update ms2 submodule.
2013-10-18 11:21:41 +02:00