Jehan Monnier
1dc662bf49
init mediastream after call is accepted in case of iPhone build. If mediastream is init to early, linphone issues a SIGPIPE in case of incoming call while in background.
...
fixed error are:
Error receiving RTP packet: Socket is not connected.
Error receiving RTCP packet: Socket is not connected.
linphone process event get a message 15
CALL_ACK
Error receiving RTP packet: Socket is not connected.
Error receiving RTCP packet: Socket is not connected.
Audio MSTicker: We are late of 51 miliseconds.
synchronizing timestamp, diff=1520
Error sending rtp packet: Broken pipe ; socket=16
Error sending rtp packet: Broken pipe ; socket=16
Error sending rtp packet: Broken pipe ; socket=16
Error receiving RTP packet: Socket is not connected.
Error receiving RTCP packet: Socket is not connected.
2010-07-21 14:25:17 +02:00
Simon Morlat
ca0cf4725e
add a [sound] dc_removal property item to enable DC removal on mic->rtp MSVolume
2010-06-30 12:40:07 +02:00
Simon Morlat
db396ef5e0
fix critical bug concerning configuration of MSVolume
2010-06-25 17:20:06 +02:00
Simon Morlat
690fb3a6af
echo limiter clarified
2010-06-24 10:22:18 +02:00
Simon Morlat
f342c26cd8
merge patch to parametrize video codecs in linphonec.
...
fix unterminated calls in some rare cases
2010-06-23 16:34:12 +02:00
Jehan Monnier
a17cdb896f
Merge branch 'master' of git.linphone.org:linphone-private
...
Conflicts:
mediastreamer2
2010-06-18 11:00:23 +02:00
Jehan Monnier
cd009860b2
add codec management to java api
2010-06-18 10:56:51 +02:00
Simon Morlat
a61a62b090
Merge branch 'master' of belledonne-communications.com:linphone-private
2010-06-17 12:18:43 +02:00
Simon Morlat
62a94c9c26
fix get_soft_playback_level(): was returning the measured volume !
2010-06-17 12:17:42 +02:00
Simon Morlat
fc4ab03344
add test code for renderer callback
2010-06-16 16:22:44 +02:00
Jehan Monnier
d21df41a76
destroy cleared proxy config after 5 seconds
2010-06-16 16:05:05 +02:00
Jehan Monnier
8e6c12d12a
add random sip port selection
...
add linphone_core_get_port
2010-06-15 13:59:00 +02:00
Jehan Monnier
5689b5d860
fix linphone_core_get_sip_transports naming
2010-06-07 12:09:47 +02:00
Simon Morlat
6672dec459
add support in the api for multi transport
...
find best contact at first register.
multi-transport does not work because it is not implemented in eXosip
2010-06-04 17:42:12 +02:00
Simon Morlat
df7af48647
add nortp mute feature
2010-06-03 12:07:17 +02:00
Jehan Monnier
160d6256cd
Merge branch 'master' of git.linphone.org:linphone-private
2010-06-03 08:45:50 +02:00
Jehan Monnier
9c828b1727
enable tcp transport
2010-06-03 08:45:24 +02:00
Simon Morlat
e7eb4edfbd
fix crash when video stream or audio stream not accepted
2010-06-02 17:55:50 +02:00
Simon Morlat
ff1bcf9225
set RTP stats at end of call
2010-05-20 15:01:54 +02:00
Simon Morlat
574f492441
add support for retrieving RTP statistics.
2010-05-20 12:10:50 +02:00
Jehan Monnier
936920203a
add ilbc for android + add keep alive parameter for sal
2010-05-17 17:08:56 +02:00
Simon Morlat
7404ff6163
fix duplicated codecs in config.
2010-05-14 17:40:04 +02:00
Simon Morlat
3e1a0348cb
set a reference to the call in the ping_op
2010-05-12 14:49:10 +02:00
Simon Morlat
9f6b1ce513
fix ping_op with no back reference
2010-05-12 09:53:07 +02:00
Simon Morlat
717fa3549c
add AMR support
2010-05-03 14:53:30 +02:00
Jehan Monnier
5b2b734421
add linphone_core_is_network_reachabled function
2010-04-26 17:22:20 +02:00
Simon Morlat
b382cb6ea0
improve NAT friendlyness (use received/rport from 4xx answers to OPTIONS), and in last resort, default proxy fixed contact address.
2010-04-22 22:14:34 +02:00
Simon Morlat
e1fb3d59ad
implement modifying of codecs fmtp within property box
2010-04-20 22:21:13 +02:00
Simon Morlat
a9995a25bb
enhance network monitoring (workaround this stupid avahi eth0 interface)
...
report call faillure because of no network at all.
2010-04-20 12:20:06 +02:00
Simon Morlat
8a5c00ac82
implements global b=AS in sending and receiving side
...
fix a few bugs with selfview in gui
implements linphone_core_get_sip_socket()
2010-04-19 22:18:04 +02:00
Simon Morlat
ffac56ea5e
store selfview preference, enable video calls without selfview.
2010-04-12 21:26:45 +02:00
Simon Morlat
5ce6d74108
add documentation of linphone_core_interpret_url().
2010-04-08 21:26:22 +02:00
Simon Morlat
28e2ca1c77
fix a small invalid read.
2010-04-08 11:00:50 +02:00
Simon Morlat
2820f6026b
refer improvements, and caught refers
2010-04-08 10:19:23 +02:00
Simon Morlat
a4be9bcfe5
fix compilation of audio-only
2010-04-01 15:36:47 +02:00
Simon Morlat
798cec5c43
export the LinphoneCall object and export some information about the call.
2010-04-01 11:52:09 +02:00
Simon Morlat
6885ebf0ec
support for in call MESSAGEs
...
refer improvements.
2010-04-01 11:41:13 +02:00
Simon Morlat
97e377cf5d
Merge branch 'dev_sal'
2010-03-25 21:20:14 +01:00
Simon Morlat
549bee3830
fix several memory leaks.
2010-03-25 16:23:26 +01:00
Jehan Monnier
869a6a85ab
add linphone_core_is_mic_muted method
2010-03-25 15:38:05 +01:00
Simon Morlat
ada5c08aaf
cosmetic changes.
2010-03-25 14:00:27 +01:00
Simon Morlat
9aea9b4859
Merge branch 'master' of belledonne-communications.com:linphone-private
2010-03-25 13:55:42 +01:00
Simon Morlat
5f045a0c4c
merge patch that add new "webcam" command to linphonec + setting of the static picture.
2010-03-25 13:54:59 +01:00
Jehan Monnier
6b59e79c6e
propagate GSTATE error in case of 487 sent by the server
2010-03-25 09:06:01 +01:00
Jehan Monnier
1de0b99c11
add auto_net_state_mon to sip config
2010-03-19 17:25:17 +01:00
Simon Morlat
e1867cbe4e
fix crash in SAL, because of late 180/200 response arriving once the call is cancelled.
2010-03-18 16:14:12 +01:00
Simon Morlat
6594a22dfb
workaround un-answered refresh request !
2010-03-17 12:07:26 +01:00
Simon Morlat
047809f6ec
workaround bug in eXosip with unSUBSCRIBEs.
2010-03-17 09:42:33 +01:00
Simon Morlat
308b63c9ce
add new api "linphone_core_interpret_url"
2010-03-16 12:35:40 +01:00
Simon Morlat
7593b0073c
fix several bug in presence support again.
2010-03-16 11:55:30 +01:00