Ghislain MARY
51d3ea2759
Add sal_op_publish.c file to the Visual Studio project.
2013-04-24 14:14:22 +02:00
Ghislain MARY
21147b0c44
Add missing export.
2013-04-24 14:08:56 +02:00
Jehan Monnier
9b846f0ecc
better support of publish
2013-04-23 13:57:02 +02:00
Jehan Monnier
06a9ea3cde
implement publish
2013-04-23 13:57:01 +02:00
Jehan Monnier
9f1fbf40b5
add presence status tester
2013-04-23 13:57:01 +02:00
Ghislain MARY
a5a49f8f98
Merge branch 'master' of git.linphone.org:linphone into belle-sip
2013-04-23 10:53:00 +02:00
Ghislain MARY
18cdaef2e3
Add callbacks for audio (un)initialization in the echo canceller calibrator.
2013-04-23 10:48:17 +02:00
Ghislain MARY
91310ca98f
Improve echo canceller calibrator.
...
- Use the void source filter instead of the file player.
- Handle the number of channels.
2013-04-23 09:20:56 +02:00
Ghislain MARY
39255e8180
Merge branch 'master' of git.linphone.org:linphone into belle-sip
2013-04-22 13:12:19 +02:00
Ghislain MARY
1d4f910cff
Oops... Forgot the lc parameter.
2013-04-22 13:11:27 +02:00
Ghislain MARY
89717feaae
Merge branch 'master' of git.linphone.org:linphone into belle-sip
2013-04-22 13:05:28 +02:00
Ghislain MARY
93c48ae168
Save DTMFs settings immediately.
2013-04-22 12:57:44 +02:00
Johan Pascal
d09307827c
Typo in oRTP aac-eld payload type name
2013-04-22 11:26:57 +02:00
Ghislain MARY
6d682291e9
Fix registration when disabling tunnel.
2013-04-22 11:16:00 +02:00
Johan Pascal
d14f627659
Add oRTP with aac-eld payload changes
2013-04-22 11:11:25 +02:00
Johan Pascal
bb255673e3
Rename aac-eld modes to 22k and 44k
2013-04-22 11:04:48 +02:00
Johan Pascal
cc671644be
Add aac-eld paylaod type to linphone core.
...
- add two configurations with their respective fmtp config string
2013-04-21 22:06:07 +02:00
Simon Morlat
ae4ad91a00
update ms2 (repair build)
2013-04-20 08:59:24 +02:00
Simon Morlat
94c6883b8b
update ms2 for ringstream bugfix
2013-04-19 16:53:12 +02:00
Simon Morlat
f0ac752704
fix crash in gtk chat
2013-04-19 15:44:12 +02:00
Simon Morlat
3a3a5e478d
wrap DSCP API for java
2013-04-19 15:39:40 +02:00
Ghislain MARY
90d30b20c7
Enable tunnel on Windows Phone 8.
2013-04-19 14:57:26 +02:00
Ghislain MARY
541413ce20
Do not include eXosip header when compiling with bellesip.
2013-04-19 14:57:26 +02:00
Sylvain Berfini
239a7881c2
Added missing ekports
2013-04-19 11:42:20 +02:00
Ghislain MARY
bd6d249f26
Define variables at the beginning of a block and do not call tunnel stuff is tunnel compilation is not enabled.
2013-04-19 09:19:58 +02:00
Ghislain MARY
82c498a711
Port tunnel to belle-sip.
2013-04-19 10:55:59 +02:00
Simon Morlat
46bf8a0684
add ICE support to SDP parser/writer.
...
add a test to check basic ICE functionality.
2013-04-18 15:44:35 +02:00
Sylvain Berfini
8b571c2edf
Added missing export
2013-04-18 10:57:09 +02:00
Simon Morlat
1f9b0812a0
fix publish request, whose request uri must identify the resources for which the event is to be published.
2013-04-17 15:49:34 +02:00
Sylvain Berfini
da89be1d12
Added missing LINPHONE_EXPORTS
2013-04-17 14:41:27 +02:00
Simon Morlat
2062792139
add support for dtmfs in SIP INFO
2013-04-17 12:00:17 +02:00
Simon Morlat
f8f00c09e3
fix memory leak in gtk
...
fix indentation (had spaces instead of tabs)
update ms2
2013-04-16 13:00:34 +02:00
Ghislain MARY
5690d65d0b
Fix the "Simple call compatibility mode" test.
2013-04-15 12:18:39 +02:00
Ghislain MARY
09c72b6ecb
Fix the "Text message compatibility mode" test.
2013-04-15 12:12:50 +02:00
Ghislain MARY
37fe205a03
Execute the "TLS register" test on Android.
2013-04-15 11:42:33 +02:00
Ghislain MARY
08e97faec5
Fix the "TCP register compatibility mode" test.
2013-04-15 11:41:49 +02:00
Ghislain MARY
71a7738d39
Fix belle-sip logs (restore code that was erased by merge).
2013-04-12 15:43:13 +02:00
Ghislain MARY
e2b864ace9
Set UTC time in received chat messages.
2013-04-12 10:26:57 +02:00
Jehan Monnier
7d4a50043e
fix various compilation issue
2013-04-12 08:58:57 +02:00
Jehan Monnier
7460446211
log mask must not be declared static
2013-04-11 21:04:34 +02:00
Jehan Monnier
2bdc577f25
Merge remote-tracking branch 'origin/master' into belle-sip
2013-04-11 20:50:48 +02:00
Sylvain Berfini
e31fbfa473
Fix java impl for LinphoneMessage.GetTime
2013-04-11 18:03:18 +02:00
Jehan Monnier
4a395bfb72
make sure terminate call does nothing if call in state LinphoneCallReleased or LinphoneCallEnd
2013-04-11 17:47:45 +02:00
Simon Morlat
c06e9c7060
try to fix date issues
2013-04-11 16:38:19 +02:00
Ghislain MARY
dfb316ea7c
Add the linphone_core_new_with_config() function to instantiate a LinphoneCore given an already existing LpConfig.
...
This enables the creation of the LpConfig before creating the LinphoneCore.
It is useful on some systems to read some configuration parameters and perform some customization before creating the LinphoneCore.
The LpConfig can now also be created given a factory config filename using the new lp_config_new_with_factory() function.
2013-04-11 15:41:43 +02:00
Sylvain Berfini
7db6daa1f2
Merge branch 'master' of git://git.linphone.org/linphone
2013-04-11 14:34:49 +02:00
Sylvain Berfini
6bd36ceb66
Added GetTime method to LinphoneChatMessage java impl
2013-04-11 14:34:04 +02:00
Simon Morlat
8b0cd33557
fix bug when choosing SDP connection address
...
restore logs
2013-04-11 14:24:53 +02:00
Ghislain MARY
b90047b03f
Merge branch 'belle-sip' of git.linphone.org:linphone-private into belle-sip
2013-04-11 14:11:28 +02:00
Jehan Monnier
9bbb1743b4
implement LinphoneAddress.setDomain & setUsername
2013-04-11 15:59:20 +02:00