479 Commits

Author SHA1 Message Date
Anthony Minessale
bf30ad3194 FS-8909 FS-8914 2016-03-10 13:58:42 -06:00
Anthony Minessale
bdf84bb58b FS-8909 FS-8914 refactoring 2016-03-09 18:01:13 -06:00
Anthony Minessale
f39c9e009b FS-8909 FS-8914 2016-03-09 18:01:13 -06:00
Anthony Minessale II
360cee1a70 Merge pull request #737 in FS/freeswitch from ~CARLOSP/freeswitch:bugfix/FS-8910-sdes-not-properly-negotiated-when to master
* commit '8fa947aa19a9c6e202ab644975be39b966f6201c':
  FS-8910: Properly negotiate SDES when receiving SDP with a=crypto:0
2016-03-09 00:40:38 -06:00
Anthony Minessale
7422482ef6 FS-8914 2016-03-09 00:15:23 -06:00
Anthony Minessale
2cf9962f61 FS-8914 2016-03-09 00:02:59 -06:00
Anthony Minessale
68588e811f FS-8914 #resolve [recording mp4 cuts off the end in some cases] 2016-03-08 18:53:55 -06:00
Carlos Perez Alcaraz
8fa947aa19 FS-8910: Properly negotiate SDES when receiving SDP with a=crypto:0
When receiving an SDP with a=crypto:0 with the wanted crypto suite, we should
maintain that crypto tag in the local SDP in order for SDES setup to succeed.
2016-03-08 12:10:43 +01:00
Anthony Minessale
ee7a298f40 FS-8868 #resolve [recording app to respect bandwidth set in SDP] 2016-03-07 21:56:13 -06:00
Anthony Minessale
b7227465b6 FS-8909 #resolve [Add feature to play background video while recording inbound video] 2016-03-07 19:59:10 -06:00
Anthony Minessale
a2b806c01c FS-8876 make function public and use it in conference also 2016-02-29 16:22:13 -06:00
Anthony Minessale
d89a0ad52d FS-8864 2016-02-26 18:43:33 -06:00
Anthony Minessale
6334e1ce39 FS-8864 #resolve [Improve video file playback] 2016-02-26 15:28:03 -06:00
Anthony Minessale
3d7fbd17be FS-8876 #resolve [Bind video threads to CPU alternating] 2016-02-25 16:11:37 -06:00
Brian West
bcbb2fd873 FS-8862 auto adjust on passthru 2016-02-24 17:28:23 -06:00
Anthony Minessale
e0657a82e0 FS-8842 #comment please try this patch on latest master 2016-02-22 13:31:22 -06:00
William King
00ac46bd98 FS-8830 SDP line separator fix for SDP generated by the core
Sofia when giving an SDP through SOA was parsing the SDP and rewriting
it. For endpoints that use the core SDP as is will have more accurate
SDP now.
2016-02-11 12:46:31 -06:00
Seven Du
f04a935ff9 FS-6544 fix return type 2016-02-06 17:01:32 +08:00
Anthony Minessale
f96e016135 FS-6544 2016-02-05 11:56:44 -06:00
Anthony Minessale
62d7b0aed3 FS-8731 #resolve [Crash when leg-b invite video in voice call] #comment please update and retest 2016-01-14 15:12:01 -06:00
Anthony Minessale
32d4e56e1e FS-8716 2016-01-08 17:18:19 -06:00
Anthony Minessale
0db9843ea8 FS-8716 actually fix typo 2016-01-08 09:57:52 -06:00
Anthony Minessale
42ac717d58 FS-8716 typo 2016-01-07 16:46:30 -06:00
Anthony Minessale
0da5d8a350 FS-8716 #resolve [recording offset is delayed few seconds for rtmp stream] 2016-01-07 16:39:06 -06:00
Anthony Minessale
56a68e3ad9 FS-8677 #resolve [Crash (possible memory corruption) after codec change] 2016-01-06 10:10:14 -06:00
Anthony Minessale
2cb7188c17 FS-8632 #resolve [Add origination_audio_mode originate variable] 2015-12-08 18:30:48 -06:00
Anthony Minessale
8a73ecc14a FS-8053 amendment 2015-11-18 12:33:42 -06:00
Brian West
771123eb1b FS-8053 typo2 2015-11-18 10:55:05 -06:00
Anthony Minessale
07b8458497 FS-8053 typo 2015-11-18 10:50:40 -06:00
Anthony Minessale
e95f3686ad FS-8053 #resolve [When WebRTC's SDP contains a=sendonly for video, the client will still receive the video stream] 2015-11-18 10:31:30 -06:00
Anthony Minessale
67491b102c FS-8543 #resolve [Improve mute handling on conference and WebRTC] 2015-11-16 11:31:34 -06:00
Anthony Minessale
aa0b28e235 WIP not shabby auto vid settings 2015-11-06 14:01:54 -06:00
Brian West
7d57063a14 FS-8404: if media engine will default to PCMU/PCMA if you don't specify any codecs 2015-11-05 11:30:02 -06:00
Anthony Minessale
38ff603766 FS-8417 #resolve [SIP offer with a=sendonly sometimes replies with a=inactive] 2015-11-05 10:43:19 -06:00
Anthony Minessale
238722879b FS-8414 #resolve [Ptime unchanged on codec renegotiation] 2015-11-04 09:46:36 -06:00
Bradley Jokinen
e96c2d4917 FS-8411 Replace ping_frame with video_ping_frame in a couple places that were missed 2015-11-03 09:27:21 -06:00
Anthony Minessale
e299489cfc FS-8391 #resolve [SDP parsing error for rtcp-fb] 2015-10-27 10:58:04 -05:00
Anthony Minessale
f6427a5f92 FS-8382 #resolve [Segfault with inbound-proxy-media enabled] 2015-10-22 15:02:38 -05:00
Anthony Minessale
116c4aa916 up default max jb size to 50 2015-10-21 11:50:14 -05:00
Mike Jerris
847fe0f476 Merge pull request #535 in FS/freeswitch from ~COREY BURKE/freeswitch:bugfix/FS-8286-improve-debug-logging-for-info-level to master
* commit '3a9e7f08b4757aeaa33537658379f3964104cb7d':
  FS-8286: Minor debug log level tweaks
2015-10-21 11:43:18 -05:00
Anthony Minessale
072f269ee7 FS-8372 #resolve [Wrong response to RTP/SAVPF without DTLS] 2015-10-21 11:28:37 -05:00
Anthony Minessale
3184180238 FS-8368 #resolve [Reduce logging for audio/video sync] 2015-10-20 13:39:10 -05:00
Anthony Minessale
7572b52815 FS-8275 #resolve [RFC2833 DTMF broken in recent master] REGRESSION FIXED 2015-10-20 12:06:40 -05:00
Anthony Minessale
56d83d1967 FS-8321 #resolve [BEHAVIOR CHANGE Add variable media_mix_inbound_outbound_codecs to mix inbound and outbound codecs] 2015-10-08 13:17:24 -05:00
Anthony Minessale
3e23ff7d29 uncomment code 2015-10-07 14:38:36 -05:00
William King
444f81ce9f FS-8316 fixed new build warning from latest clang 2015-10-07 10:35:46 -07:00
Mike Jerris
b205355c24 Merge pull request #505 in FS/freeswitch from ~SAFAROV/freeswitch2:fix_udptl_SDP to master
* commit '62d4d47b1a09075acc19cd792a90468d50e6cb14':
  FS-8198: Fixed default CRLF sequence in t38 SDP
2015-10-07 12:32:53 -05:00
Corey Burke
3a9e7f08b4 FS-8286: Minor debug log level tweaks
Adjust some DEBUG and INFO log lines, reducing log verbosity at the INFO level while increasing call debugging info.
2015-10-02 08:41:41 -07:00
Anthony Minessale
c71b0cbd86 FS-8275 #resolve [RFC2833 DTMF broken in recent master] 2015-10-01 19:43:51 -05:00
Anthony Minessale
f1c61f6f24 FS-8216 #comment please test 2015-09-30 22:03:33 -05:00