Commit graph

547 commits

Author SHA1 Message Date
Simon Morlat
86aa12e97e Merge remote-tracking branch 'public/master' into belle-sip 2013-05-10 15:49:33 +02:00
Johan Pascal
75e6db7ab9 AAC-EL: fix SDP/fmtp content according to new recommendation from Fraunhofer 2013-05-09 21:48:20 +02:00
Simon Morlat
9ac3d64c86 - implement contact +sip.instance parameter, with random uuid generated and store in linphonerc
- add user-agent string in response
2013-05-09 18:04:11 +02:00
Ghislain MARY
3512728d0f Implement linphone_core_set_user_agent() for belle-sip. 2013-05-02 17:14:04 +02:00
Simon Morlat
0a51b53cc9 Merge remote-tracking branch 'public/master' into belle-sip 2013-04-28 11:34:53 +02:00
Simon Morlat
933b6559b3 update ms2 and cleanup dead function 2013-04-22 23:11:35 +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
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
Ghislain MARY
82c498a711 Port tunnel to belle-sip. 2013-04-19 10:55:59 +02:00
Ghislain MARY
71a7738d39 Fix belle-sip logs (restore code that was erased by merge). 2013-04-12 15:43:13 +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
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
Simon Morlat
8b0cd33557 fix bug when choosing SDP connection address
restore logs
2013-04-11 14:24:53 +02:00
Ghislain MARY
9c66aeb8b2 Merge branch 'master' of git.linphone.org:linphone into belle-sip 2013-04-11 14:02:08 +02:00
Ghislain MARY
390e8aa189 Merge branch 'master' of git.linphone.org:linphone into belle-sip 2013-04-11 14:40:47 +02:00
Jehan Monnier
a50f1cee88 Merge remote-tracking branch 'public/master' into belle-sip 2013-04-10 14:29:01 +02:00
Ghislain MARY
bf082a2db5 Fix compilation. 2013-04-10 09:20:13 +02:00
Ghislain MARY
c2f8de8614 Merge branch 'master' of git.linphone.org:linphone into belle-sip 2013-04-09 18:26:05 +02:00
Ghislain MARY
3d9d596202 Fix compilation (missing }). 2013-04-09 18:25:19 +02:00
Ghislain MARY
f0c7dbd115 Merge branch 'master' of git.linphone.org:linphone into belle-sip 2013-04-09 18:13:30 +02:00
Ghislain MARY
9bf2104524 Change API to set log handler and log level.
- Deprecate linphone_core_enable_logs(),
  linphone_core_enable_logs_with_cb() and linphone_core_disable_logs() functions.
- Introduce linphone_core_set_log_handler(), linphone_core_set_log_file() and linphone_core_set_log_level() functions.
2013-04-09 18:07:53 +02:00
Simon Morlat
99f6bdec72 improve call quality indicator (takes into account video)
add accessors to late and loss rate in LinphoneCallStats.
2013-04-09 14:06:51 +02:00
Simon Morlat
ec1d4483a9 set mtu to 1300 because mtu detection is absolutely not reliable.
This is making a lot of problems with video packets especially.
2013-04-05 18:24:52 +02:00
Jehan Monnier
ee4a5d6ee4 implement early declined 2013-04-02 15:13:16 +02:00
Simon Morlat
641ba75313 refine transport selection algorithm and set proper routes for all kind of operations: INVITE, MESSAGE, SUBSCRIBE. 2013-03-28 21:57:50 +01:00
Simon Morlat
e69170d3f3 tls fixes 2013-03-28 15:45:44 +01:00
Simon Morlat
fc7925235e Merge remote-tracking branch 'public/master' into belle-sip
Conflicts:
	coreapi/upnp.c
2013-03-26 12:06:51 +01:00
Jehan Monnier
2fede18b16 implement compatibility mode with exosip when only one transport is available 2013-03-25 21:45:34 +01:00
Ghislain MARY
c0bed3eac9 Add prefix path for sound files. 2013-03-22 17:07:55 +01:00
Sylvain Berfini
939c0f4ce0 Revert "Send ZRTP hello hash in SIP SDP."
This reverts commit 71f31347fc.

Conflicts:
	coreapi/linphonecall.c
	mediastreamer2
2013-03-22 16:34:09 +01:00
Ghislain MARY
3020dae1e8 Merge branch 'master' of git.linphone.org:linphone into belle-sip 2013-03-20 15:49:45 +01:00
Ghislain MARY
0466c94986 Do not define a variable in the middle of a block of code. 2013-03-20 15:48:48 +01:00
Simon Morlat
da9ed56491 fix mis-use of update_call in linphonec. 2013-03-19 12:19:01 +01:00
Jehan Monnier
c5f239101b implement minimal prack support 2013-03-18 19:32:38 +01:00
Guillaume Beraudo
1b7ed3a9c4 Send ZRTP hello hash in SIP SDP. 2013-03-18 15:58:05 +01:00
Jehan Monnier
d69d96a0ca Merge remote-tracking branch 'public/master' into belle-sip 2013-03-15 17:50:37 +01:00
Sylvain Berfini
0666c4e41f More linphonecore exports 2013-03-15 12:14:50 +01:00
Simon Morlat
e798d0dc65 fix uninitialized and unused variables 2013-03-14 14:32:28 +01:00
Simon Morlat
e1552ee1ee add automatic tone user indications 2013-03-14 13:27:53 +01:00
Jehan Monnier
1ded56464c un init sip early in linphone uninit 2013-03-13 15:45:53 +01:00
Yann Diorcet
7a453c5935 Add rtp config for disabling upnp for rtp streams 2013-03-13 10:20:59 +01:00
Yann Diorcet
8dd4ee3ee2 Merge branch 'master' into belle-sip
Conflicts:
	build/android/common.mk
	coreapi/linphonecore.h
2013-03-12 13:30:13 +01:00
Sylvain Berfini
f1928d246f Fix dns timeout test issue + fix terminate call mhen state = OutgoingInit 2013-03-11 12:56:38 +01:00
Jehan Monnier
275d7c10a7 implement enable rport 2013-03-11 12:26:02 +01:00
Simon Morlat
42ab420ce6 clean message storage API
relax requirement for sqlite3
2013-03-09 10:37:29 +01:00
Yann Diorcet
136586af8a Merge branch 'master' of git.linphone.org:linphone into belle-sip 2013-03-08 15:01:22 +01:00