Commit Graph

  • 3c8dd3e4df Handle missing lsb_release Travis Cross 2014-12-25 03:51:30 +00:00
  • c52df1d8e4 version bump Ken Rice 2014-12-24 21:26:15 -06:00
  • 625c95a5b1 FS-5945 - cond api improved Aron Podrigal 2014-12-24 21:22:23 -05:00
  • 0d5bd66c42 update URLs in this document Ken Rice 2014-12-24 10:37:34 -06:00
  • f3d4c6e7b9 FS-7046 fix warning introduced from b341ff7 Seven Du 2014-12-24 08:08:04 +08:00
  • 82b7f01692 FS-6984 set some default video rate Seven Du 2014-12-24 07:52:57 +08:00
  • b0fecc1844 FS-7100: make buffer for sub contact big enough Michael Jerris 2014-12-22 17:18:57 -05:00
  • 7f3c90e110 FS-7046 fix some additional warnings Jeff Lenk 2014-12-22 15:09:50 -06:00
  • f33127db91 disable hard-mute when a session has a media bug attached Anthony Minessale 2014-12-22 19:06:12 -06:00
  • aae4a76f3a FS-7083: fix divide by zero Brian West 2014-12-22 11:30:01 -06:00
  • 26aba8de77 Build fix for gcc 4.9 fixing a variable set but not used error William King 2014-12-20 14:46:21 -08:00
  • 95bc5d2bef FS-7093 %FEATURE #resolve #comment added to master Anthony Minessale 2014-12-20 18:29:44 -06:00
  • b94eb0f7e2 FS-7083 #resolve #comment this should do it. The problem is linked to side-effects from the read thread being delayed by writing to the file handle. It was so much worse on mp3 because the shout encoder blocks while its churning the data and delays it more. This patch adds a dedicated thread for writing to the file and the channel_variable RECORD_USE_THREAD=false will disable it and sync may still be maintained at the cost of dropping more data from the audio signal. Anthony Minessale 2014-12-20 00:25:59 -06:00
  • 41b97031d7 invalid type cast correction Dmitriy N. Borisov 2014-12-19 11:13:55 +03:00
  • 65ca6ed024 list_users tipo correction Dmitriy N. Borisov 2014-12-19 11:04:54 +03:00
  • 01cbaa2809 chmod Brian West 2014-12-18 19:30:44 -06:00
  • 68fcf1916f update build deps for debian list Brian West 2014-12-18 15:47:48 -06:00
  • 07b4dbeea7 FS-7083 #comment patch to change mod_shout to use lame_encode_buffer_interleaved on stereo channels so we don't have to mess with the input data Anthony Minessale 2014-12-18 10:07:21 -06:00
  • 39ae68c3c6 FS-7095 #comment please test Anthony Minessale 2014-12-18 13:08:11 -06:00
  • c8ae02bba3 Fix timestamps in mod_bert broken by the cpu improvements refactoring Moises Silva 2014-12-17 19:31:16 -05:00
  • fa2133b60d FS-7092 #resolve #comment resolved in master Anthony Minessale 2014-12-17 18:44:57 -06:00
  • ffc6bba3ff FS-7091 #resolve #comment [mod_rayo] Removed unnecessary mutex lock inside input component's cleanup function since the input component won't be cleaned up unless all references have been released. This fixes a deadlock when output component is created at the same time an input component completes. Chris Rienzo 2014-12-17 14:49:01 -05:00
  • e1ebedf9ce set rtp_has_crypto for dtls calls Anthony Minessale 2014-12-16 10:19:05 -06:00
  • a887f02dca vs2010 unimrcp working build Jeff Lenk 2014-12-15 16:47:14 -06:00
  • cb71989ba5 vs2010 support for recent unimrcp changes Jeff Lenk 2014-12-15 15:18:44 -06:00
  • e2972ab75f vs2010 support for recent unimrcp changes Jeff Lenk 2014-12-15 14:18:01 -06:00
  • 63cd544998 fix windows build error Jeff Lenk 2014-12-15 13:37:07 -06:00
  • a04e3dd57a Add bert stats to mod_bert::lost_sync event Moises Silva 2014-12-11 17:50:30 -05:00
  • c16d7b2285 Improve mod_bert cpu efficiency Moises Silva 2014-12-05 19:16:13 -05:00
  • 75711f47ec FS-7086 FS-6798 #resolve Anthony Minessale 2014-12-13 00:57:14 -06:00
  • e12ef5819f FS-6994 #resolve Anthony Minessale 2014-12-12 17:52:02 -06:00
  • 2bded497fd allow 10ms jb Anthony Minessale 2014-12-12 17:51:34 -06:00
  • 8261c75441 some changes to webrtc to make it work with iDoubs in rtcweb profile mode Anthony Minessale 2014-12-12 14:55:14 -06:00
  • e9afb07512 FS-7078: fix sip_header_as_string to properly null_terminate on larger header strings Michael Jerris 2014-12-12 10:25:42 -06:00
  • bb145be423 trivial fix for last commit Jeff Lenk 2014-12-12 10:02:03 -06:00
  • c84add31a9 windows force datatype conversion on uint64_t to switch_size_t for recent change. maybe we should change the structure to be uint64_t as well? Jeff Lenk 2014-12-12 09:40:52 -06:00
  • 6a71c82ab4 re-mark cur_payload as negotiated when detected as such by parser or the rtp could stop working on session re-invite Anthony Minessale 2014-12-11 18:54:31 -06:00
  • 9eb1dda419 FS-7049 - Documentation for state optional paramenter in callcenter_config queue list and count Italo Rossi 2014-12-11 23:43:03 -03:00
  • d61873bc39 FS-7015 #resolve #comment The code was not properly catching the 0.0.0.0 after changing it to work with ICE SDPs because it was looking in the wrong place for the 0.0.0.0 Anthony Minessale 2014-12-11 17:18:17 -06:00
  • f779dc98e1 only negotiate codecs that were previously negotiated on re-invites unless its intentional to change codecs Anthony Minessale 2014-12-11 13:22:43 -06:00
  • 4c3c149d3d FS-6891 FS-7002 FS-7059 FS-7072 FS-7073 FS-7076 #close #comment All of these bugs are invalidated due to a botched revert -- commit 72c3df5ed3 was supposed to revert commit 1b612fecb6 but it only reverted part of it. commit 158c1f23da from the other day was erroneously created to work around the result of the botched revert so it is reverted. The result of this commit should be to bring it back to effectively properly revert 1b612fecb6 and now you can test and open new bugs if necessary. This includes the segfault in eavesdrop, and any media bug releated reports. Consider working together and only reporting one new bug if you still encounter any more problems and be sure to include details and make sure the jitter buffer is being used. Anthony Minessale 2014-12-11 20:57:55 -06:00
  • ebf4ab4a1e FS-7047 #resolve #comment [mod_rayo] arbitrary MRCP headers can now be sent to unimrcp output components Chris Rienzo 2014-12-10 16:57:02 -05:00
  • bd8e231969 FS-7047 #comment [mod_rayo] arbitrary MRCP headers can now be sent to unimrcp input components Chris Rienzo 2014-12-10 15:44:10 -05:00
  • f542f71f2b FS-6688: don't update the contact when the original had fs_path, the new one doesnt, and the contact didn't change. This will fix the normal case of record route from a proxy without breaking normal changing of a contact Michael Jerris 2014-12-04 12:34:05 -05:00
  • fc547335f9 use cached time to save cpu Anthony Minessale 2014-12-08 16:56:34 -06:00
  • cb941a3b0c factor channel count into flush len Anthony Minessale 2014-12-08 20:36:25 -06:00
  • bf2b425bb0 FS-7055 #resolve Anthony Minessale 2014-12-08 12:53:28 -06:00
  • e5d351d0a1 FS-7062: [mod_sofia] on redirect, when uri are passed in without <> with multiple uris, automatically add the q= header param in decending order. This should make 300 Multiple Choices work well with devices that require the q param. If you would like to specify explicit q-values, please use the syntax of redirect where you specify the entire header using the <> Michael Jerris 2014-12-05 17:28:48 -05:00
  • 5910f4de51 FS-7063 #resolve Anthony Minessale 2014-12-08 02:03:17 -06:00
  • 54a2979b01 FS-7002 #resolve #comment please verify Anthony Minessale 2014-12-05 19:18:28 -06:00
  • 624b45a84f FS-7051: Preserve the annexb=no/yes status Paul Arnold 2014-12-05 09:52:29 +11:00
  • 0ef2b03ea1 Fix JIRA (FS-7018): mod_callcenter's longest-idle-agent strategy is unfair Humberto Diógenes 2014-12-04 16:12:20 -03:00
  • ba623d0fa6 update gdb scripts for new hash format Anthony Minessale 2014-12-04 13:31:19 -05:00
  • 6705087d38 FS-7052 Moving jb queue swap operation out of the debug block. sgutierrez 2014-12-04 16:07:11 +01:00
  • fdb269c2d2 FS-7046 follow up on type change Brian West 2014-12-03 15:44:27 -06:00
  • d600a15681 FS-7046: fix some unreachable code warnings Brian West 2014-12-03 15:24:37 -06:00
  • aaeea2df86 FS-7046: fix data types and casting on some vars to silence windows build warnings Brian West 2014-12-03 15:06:31 -06:00
  • 459ccb019e FS-7045 #resolve #comment [mod_rayo] guarantee that dialed call can be joined when answered event is sent. Chris Rienzo 2014-12-03 16:03:58 -05:00
  • 982d386be2 FS-7030 #resolve Brian West 2014-12-03 13:36:39 -06:00
  • 48a723ac9f Fix mrcp libraries to build right Dave Kompel 2014-12-03 12:56:48 -05:00
  • 9c7e5f761b FS-6766, fix verto caller ringback missing on conference bridge François 2014-12-03 10:16:22 +01:00
  • 0bc9010c64 fix FS-7049 - Count and list agents based on their state Italo Rossi 2014-12-02 22:57:43 -03:00
  • 2e9c6b4fe0 FS-5816 #resolve #comment re-add completion cause to session record stop event Chris Rienzo 2014-12-02 14:59:27 -05:00
  • 785c5e2316 FS-7030 work in progress Brian West 2014-12-02 12:32:49 -06:00
  • 11ab74d684 FS-6980 #resolve don't crash when using native recording on recordstop the redo Brian West 2014-12-02 10:51:48 -06:00
  • eac1c64058 FS-6891 FS-6713 #comment revert 1b612fecb6 Anthony Minessale 2014-12-02 16:46:08 -06:00
  • 3c0e57940e add timezone support to mod_say_{de,es,ja,nl,th,zh} Hristo Trendev 2014-12-02 17:08:12 +01:00
  • 59fd7c26db FS-7037 #resolve Anthony Minessale 2014-12-01 15:10:00 -06:00
  • eb71ff41c7 FS-7030 #comment [unimrcp] restore visual studio 2010/2012 project files added by FS project Chris Rienzo 2014-12-01 14:53:25 -05:00
  • 56e14bce76 #comment FS-7025 fix compiler warning introduced from e55aee14 Seven Du 2014-12-01 09:40:18 +08:00
  • 42538ff8d5 FS-7025 %FEATURE #comment please test Anthony Minessale 2014-11-30 16:55:01 -06:00
  • f4714f4f7b FS-7015 #comment please test Anthony Minessale 2014-11-25 17:02:10 -06:00
  • 1186414ea4 Use FTDM_UINT64_FMT macro to log uint64_t values, in order to not break x86 builds. matteo brancaleoni 2014-11-25 15:38:45 +01:00
  • 22fb7a20ac FS-7031 #resolve #comment [unimrcp] update library again to pull in upstream fix for --with-sofia-sip=../sofia-sip Chris Rienzo 2014-11-25 08:24:50 -05:00
  • 5900ccf9c9 FS-7031 [unimrcp] update sofia-sip.m4 so that it can build when relative path is used in configure.gnu --with-sofia-sip Chris Rienzo 2014-11-24 12:11:12 -05:00
  • 5c93d15305 FS-7031 [unimrcp] revert configure.gnu change- doesn't work when using non-source build dir. Chris Rienzo 2014-11-24 10:38:11 -05:00
  • a5dadbe1ba missing deb Anthony Minessale 2014-11-24 16:32:38 -06:00
  • 6b2a81b38c FS-7019 swap debian/ubuntu autodetection order Steven Ayre 2014-11-21 18:44:20 +00:00
  • d969a7b399 FS-7019 detect debian explicitly, error on unknown distribution Steven Ayre 2014-11-21 17:59:56 +00:00
  • a1ea64e4a7 FS-7019 add note on how to build on Ubuntu Steven Ayre 2014-11-21 01:32:59 +00:00
  • 378686cf9d FS-7019 full list of distributions to target based on distribution autodetection Steven Ayre 2014-11-21 01:28:38 +00:00
  • 9d1c252614 FS-7019 build error on utopic (lber_types.h: No such file or directory) Steven Ayre 2014-11-19 20:28:23 +00:00
  • 69bc6e19c8 FS-7019 add support for building on ubuntu trusty and utopic Steven Ayre 2014-11-20 18:40:01 +00:00
  • f8970da873 FS-7021 #resolve Brian West 2014-11-19 21:51:09 -06:00
  • d349caf6a9 file_string write failover FS-4930 Tamas Cseke 2014-10-02 09:16:01 +02:00
  • 5ae9e6c988 update URLs in this document Ken Rice 2014-12-24 10:37:34 -06:00
  • 763e6aa962 FS-7046 fix warning introduced from b341ff7 Seven Du 2014-12-24 08:08:04 +08:00
  • 7798b2fd40 FS-6984 set some default video rate Seven Du 2014-12-24 07:52:57 +08:00
  • 01ac20f6cc Merge pull request #120 in FS/freeswitch from ~STEVEAYRE/freeswitch:master to master Mike Jerris 2014-12-23 12:41:10 -06:00
  • 067cb0f0f2 FS-7100: make buffer for sub contact big enough Michael Jerris 2014-12-22 17:18:57 -05:00
  • af6b23a124 FS-7046 fix some additional warnings Jeff Lenk 2014-12-22 15:09:50 -06:00
  • 85ff3ae3f7 Merge pull request #80 in FS/freeswitch from ~TCSEKE/freeswitch-fs-4930:master to master Mike Jerris 2014-12-22 13:34:59 -06:00
  • 9fabbabe90 disable hard-mute when a session has a media bug attached Anthony Minessale 2014-12-22 19:06:12 -06:00
  • 0200bc1a02 FS-7083: fix divide by zero Brian West 2014-12-22 11:30:01 -06:00
  • 0a0b9262b4 Build fix for gcc 4.9 fixing a variable set but not used error William King 2014-12-20 14:46:21 -08:00
  • 5fcff501b6 FS-7093 %FEATURE #resolve #comment added to master Anthony Minessale 2014-12-20 18:29:44 -06:00
  • 326289caf9 FS-7083 #resolve #comment this should do it. The problem is linked to side-effects from the read thread being delayed by writing to the file handle. It was so much worse on mp3 because the shout encoder blocks while its churning the data and delays it more. This patch adds a dedicated thread for writing to the file and the channel_variable RECORD_USE_THREAD=false will disable it and sync may still be maintained at the cost of dropping more data from the audio signal. Anthony Minessale 2014-12-20 00:25:59 -06:00
  • dc8c8cc7b8 Merge pull request #142 in FS/freeswitch from ~BORDMI/freeswitch-fs-7098-7099:master to master Anthony Minessale II 2014-12-19 02:38:07 -06:00
  • 38bbbabe9f Merge pull request #143 in FS/freeswitch from bugfix/FS-7095-freeswitch-sends-dtls-hello-and-stun to master Anthony Minessale II 2014-12-19 02:36:19 -06:00
  • c96d64e7e1 invalid type cast correction Dmitriy N. Borisov 2014-12-19 11:13:55 +03:00