Commit Graph

  • 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
  • 42ecb3390e list_users tipo correction Dmitriy N. Borisov 2014-12-19 11:04:54 +03:00
  • cf13a3ddb7 chmod Brian West 2014-12-18 19:30:44 -06:00
  • 0c1e698d07 update build deps for debian list Brian West 2014-12-18 15:47:48 -06:00
  • ba016c2850 FS-7095 #comment please test Anthony Minessale 2014-12-18 13:08:11 -06:00
  • e0dcd176f4 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
  • d786490584 Fix timestamps in mod_bert broken by the cpu improvements refactoring Moises Silva 2014-12-17 19:31:16 -05:00
  • 4ce2ce31ca FS-7092 #resolve #comment resolved in master Anthony Minessale 2014-12-17 18:44:57 -06:00
  • d5119a7a77 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
  • cee8b30c45 set rtp_has_crypto for dtls calls Anthony Minessale 2014-12-16 10:19:05 -06:00
  • 0b414a8de8 vs2010 unimrcp working build Jeff Lenk 2014-12-15 16:47:14 -06:00
  • 4d45e19691 vs2010 support for recent unimrcp changes Jeff Lenk 2014-12-15 15:18:44 -06:00
  • a26e29c647 vs2010 support for recent unimrcp changes Jeff Lenk 2014-12-15 14:18:01 -06:00
  • 357ffad817 fix windows build error Jeff Lenk 2014-12-15 13:37:07 -06:00
  • ca2d2c9b66 FS-5945 - cond api escape special charactars Aron Podrigal 2014-12-15 14:23:33 -05:00
  • 17574a88e4 Add bert stats to mod_bert::lost_sync event Moises Silva 2014-12-11 17:50:30 -05:00
  • 42acb62120 Improve mod_bert cpu efficiency Moises Silva 2014-12-05 19:16:13 -05:00
  • 6dbb4162e8 FS-7086 FS-6798 #resolve Anthony Minessale 2014-12-13 00:57:14 -06:00
  • e268a72603 FS-6994 #resolve Anthony Minessale 2014-12-12 17:52:02 -06:00
  • d189e983c8 allow 10ms jb Anthony Minessale 2014-12-12 17:51:34 -06:00
  • e783999b51 some changes to webrtc to make it work with iDoubs in rtcweb profile mode Anthony Minessale 2014-12-12 14:55:14 -06:00
  • 19272dc5e2 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
  • 39fa0b9664 trivial fix for last commit Jeff Lenk 2014-12-12 10:02:03 -06:00
  • ea149be9d8 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
  • e1cb0e8632 Merge pull request #127 in FS/freeswitch from ~ITALOROSSI/freeswitch:mod_callcenter-queue-list-count-by-state to master Marc Olivier Chouinard 2014-12-11 21:01:03 -06:00
  • 3d515cf49c 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
  • f63f8686bc FS-7049 - Documentation for state optional paramenter in callcenter_config queue list and count Italo Rossi 2014-12-11 23:43:03 -03:00
  • 922fd81523 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
  • df6ea843e4 Merge pull request #133 in FS/freeswitch from ~HDIOGENES/freeswitch-fs-7018-2:master to master Marc Olivier Chouinard 2014-12-11 17:16:47 -06:00
  • be0e09bd7f 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
  • 06c241a233 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
  • a3f630fc2e 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
  • f024ea3c2b 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
  • a073997dac Merge pull request #139 in FS/freeswitch from bugfix/FS-6688-notify-message-record-route-tag to master Mike Jerris 2014-12-10 09:35:28 -06:00
  • 5376e82669 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
  • fb59217f3e Merge pull request #137 in FS/freeswitch from bugfix/FS-7061-add-q-header-param-on-300-responses to master Mike Jerris 2014-12-09 11:57:34 -06:00
  • 4bcf1d888a use cached time to save cpu Anthony Minessale 2014-12-08 16:56:34 -06:00
  • 5ca609e637 factor channel count into flush len Anthony Minessale 2014-12-08 20:36:25 -06:00
  • 392c687f27 FS-7055 #resolve Anthony Minessale 2014-12-08 12:53:28 -06:00
  • 21458f85cc 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
  • 99a5b50780 FS-7063 #resolve Anthony Minessale 2014-12-08 02:03:17 -06:00
  • 8cd6a570ca Merge pull request #129 in FS/freeswitch from ~FRANCOIS/freeswitch-fs-6766:master to master Mike Jerris 2014-12-05 13:20:06 -06:00
  • 158c1f23da FS-7002 #resolve #comment please verify Anthony Minessale 2014-12-05 19:18:28 -06:00
  • a778993ca9 Merge pull request #134 in FS/freeswitch from ~PAUL.ARNOLD/freeswitch-fs-7051:master to master Brian West 2014-12-05 07:54:56 -06:00
  • 843e4953be FS-7051: Preserve the annexb=no/yes status Paul Arnold 2014-12-05 09:52:29 +11:00
  • 1bcdb49bce Fix JIRA (FS-7018): mod_callcenter's longest-idle-agent strategy is unfair Humberto Diógenes 2014-12-04 16:12:20 -03:00
  • 2ce2dccf21 update gdb scripts for new hash format Anthony Minessale 2014-12-04 13:31:19 -05:00
  • 8ed2b0737f Merge pull request #126 in FS/freeswitch from ~HRISTO/freeswitch:timezone-all-mod_say-modules to master Brian West 2014-12-04 11:02:25 -06:00
  • b367f5216b Merge pull request #132 in FS/freeswitch from ~SGUTIERREZ/freeswitch-fs-7052:master to master Brian West 2014-12-04 10:56:12 -06:00
  • 4be6290375 FS-7052 Moving jb queue swap operation out of the debug block. sgutierrez 2014-12-04 16:07:11 +01:00
  • 7ce5171250 FS-7046 follow up on type change Brian West 2014-12-03 15:44:27 -06:00
  • 170fb1715a FS-7046: fix some unreachable code warnings Brian West 2014-12-03 15:24:37 -06:00
  • b341ff7c1f 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
  • e8cf9c7d35 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
  • c327455cde FS-7030 #resolve Brian West 2014-12-03 13:36:39 -06:00
  • 0e68167dee Merge pull request #131 in FS/freeswitch from ~DRK/freeswitch:drkmrcpfix to master Brian West 2014-12-03 12:06:51 -06:00
  • db66cdb56f Fix mrcp libraries to build right Dave Kompel 2014-12-03 12:56:48 -05:00
  • 35ba6a33b1 FS-6766, fix verto caller ringback missing on conference bridge François 2014-12-03 10:16:22 +01:00
  • 80649df65c fix FS-7049 - Count and list agents based on their state Italo Rossi 2014-12-02 22:57:43 -03:00
  • 35558993c9 FS-5816 #resolve #comment re-add completion cause to session record stop event Chris Rienzo 2014-12-02 14:59:27 -05:00
  • a7f66381a0 Merge branch 'master' of ssh://freeswitch.org:7999/fs/freeswitch Brian West 2014-12-02 12:33:52 -06:00
  • b69c93eb78 FS-7030 work in progress Brian West 2014-12-02 12:32:49 -06:00
  • 2a7b022733 FS-6980 #resolve don't crash when using native recording on recordstop the redo Brian West 2014-12-02 10:51:48 -06:00
  • 72c3df5ed3 FS-6891 FS-6713 #comment revert 1b612fecb6 Anthony Minessale 2014-12-02 16:46:08 -06:00
  • a8c5a0c87b add timezone support to mod_say_{de,es,ja,nl,th,zh} Hristo Trendev 2014-12-02 17:08:12 +01:00
  • b9c25eae2a Merge branch 'master' of ssh://stash.freeswitch.org:7999/fs/freeswitch Brian West 2014-12-01 15:10:06 -06:00
  • bad5dc3022 FS-7037 #resolve Anthony Minessale 2014-12-01 15:10:00 -06:00
  • 46adbece5e 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
  • dc9e9042d1 #comment FS-7025 fix compiler warning introduced from e55aee14 Seven Du 2014-12-01 09:40:18 +08:00
  • e55aee14bb FS-7025 %FEATURE #comment please test Anthony Minessale 2014-11-30 16:55:01 -06:00
  • 4f316c02c7 Merge pull request #124 in FS/freeswitch from ~MBRANCA/freeswitch:bugfix/OPENZAP-233-compilation-broken-on-x86-systems to master Moises Silva 2014-11-26 09:46:48 -06:00
  • 5bbef7f1e5 FS-7015 #comment please test Anthony Minessale 2014-11-25 17:02:10 -06:00
  • 382e683b15 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
  • 061f3cb980 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
  • f4876d591b 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
  • 0d636aff16 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
  • 32c27b3b1b missing deb Anthony Minessale 2014-11-24 16:32:38 -06:00
  • 0822f6a020 FS-7019 swap debian/ubuntu autodetection order Steven Ayre 2014-11-21 18:44:20 +00:00
  • a6401813a1 FS-7019 detect debian explicitly, error on unknown distribution Steven Ayre 2014-11-21 17:59:56 +00:00
  • a45dca3e0d FS-7019 add note on how to build on Ubuntu Steven Ayre 2014-11-21 01:32:59 +00:00
  • de90201101 FS-7019 full list of distributions to target based on distribution autodetection Steven Ayre 2014-11-21 01:28:38 +00:00
  • d9872d5cb7 FS-7019 build error on utopic (lber_types.h: No such file or directory) Steven Ayre 2014-11-19 20:28:23 +00:00
  • 1f1103143d FS-7019 add support for building on ubuntu trusty and utopic Steven Ayre 2014-11-20 18:40:01 +00:00
  • 5dfc7cf803 Add sofia gateway parameter "destination-prefix" Stan Gor 2014-08-19 11:54:09 -07:00