]> git.ipfire.org Git - thirdparty/freeswitch.git/log
thirdparty/freeswitch.git
8 years agoFS-10407: [mod_sofia] Set redirect variables when outbound_redirect_fatal is true
Hristo Trendev [Tue, 20 Jun 2017 13:30:32 +0000 (15:30 +0200)] 
FS-10407: [mod_sofia] Set redirect variables when outbound_redirect_fatal is true

In case of outbound_redirect_fatal=true none of the redirect variables are
set. This makes it impossible for ESL applications to extract any information
related to the "302 Moved Temporarily" reply.

8 years agoFS-10405: [core] Fix Timer destroy error on one legged calls
Mike Jerris [Mon, 19 Jun 2017 17:57:31 +0000 (13:57 -0400)] 
FS-10405: [core] Fix Timer destroy error on one legged calls

8 years agoFS-10356: [core] Do not blindly print error string from rtp/stun packets
Brian West [Thu, 15 Jun 2017 14:46:22 +0000 (09:46 -0500)] 
FS-10356: [core] Do not blindly print error string from rtp/stun packets

8 years agoMerge pull request #1304 in FS/freeswitch from ~TREVORA/freeswitch:bugfix/FS-10370...
Brian West [Thu, 15 Jun 2017 14:44:07 +0000 (14:44 +0000)] 
Merge pull request #1304 in FS/freeswitch from ~TREVORA/freeswitch:bugfix/FS-10370-enable-padding-for-srtp-keys to master

* commit '09174819a9a2a69d89aaafe25470d567a73d7bc6':
  FS-10370: Enable SRTP Key Padding

8 years agoFS-10370: Enable SRTP Key Padding
Trevor Alpeter [Tue, 13 Jun 2017 13:39:07 +0000 (09:39 -0400)] 
FS-10370: Enable SRTP Key Padding

Some clients rely on Base64 padding characters (i.e., '=') to be present
in encoded SRTP key/salt strings to determine the length of the encoded
data. However, FreeSWITCH removes these characters before including the
encoded strings in the SDP. This causes those clients that rely on the
padding to truncate the encoded data and be unable to properly set up an
encrypted SRTP session.

This change introduces a channel flag named 'rtp_pad_srtp_keys'. When
this flag is enabled, FreeSWITCH includes the Base64 padding characters
in the SDP. This allows clients that rely on the padding to retrieve the
full key and salt values and successfully negotiate an SRTP stream with
FreeSWITCH.

FS-103070 #resolve

8 years agoFS-10237 [mod_callcenter] Do not kick member out on timeout if originating to an...
Italo Rossi [Tue, 13 Jun 2017 03:12:15 +0000 (00:12 -0300)] 
FS-10237 [mod_callcenter] Do not kick member out on timeout if originating to an agent

Now we're passing member_session as session parameter to switch_ivr_originate, this will make
the cc_export_vars no longer needed in the future as now all the variables previously
exported will be seen by switch_ivr_originate because member_session is the ORIGINATOR.

cc_export_vars still works.

8 years agoMerge pull request #1303 in FS/freeswitch from ~SEBASTIAN/freeswitch:bugfix/FS-10384...
Mike Jerris [Mon, 12 Jun 2017 18:24:14 +0000 (18:24 +0000)] 
Merge pull request #1303 in FS/freeswitch from ~SEBASTIAN/freeswitch:bugfix/FS-10384-fix-mod_lua-target to master

* commit '56f766f357a2dffa2aa6a562971b04bc7d9f7c97':
  FS-10384 [mod_lua] Fix Makefile target

8 years agoFS-10167: Fixing linux build for blade.broadcast related stuff
Shane Bryldt [Mon, 12 Jun 2017 18:22:35 +0000 (13:22 -0500)] 
FS-10167: Fixing linux build for blade.broadcast related stuff

8 years agoFS-10167: Added preliminary blade.broadcast, tested event being broadcasted with...
Shane Bryldt [Sun, 11 Jun 2017 05:08:39 +0000 (23:08 -0600)] 
FS-10167: Added preliminary blade.broadcast, tested event being broadcasted with bladec and blades through switchblade

8 years agoFS-10167: Update to the preliminary blade.subscribe support, added registration of...
Shane Bryldt [Sun, 11 Jun 2017 02:30:58 +0000 (20:30 -0600)] 
FS-10167: Update to the preliminary blade.subscribe support, added registration of local callback for processing an event received through upcoming blade.broadcast

8 years agoFS-10384 [mod_lua] Fix Makefile target
Sebastian Kemper [Sat, 10 Jun 2017 10:48:23 +0000 (12:48 +0200)] 
FS-10384 [mod_lua] Fix Makefile target

When running "make swigclean" in mod_lua directory and trying to compile
mod_lua afterward, the build fails because the target mod_lua_wrap.cpp
doesn't exist. The target is wrongly called lua_wrap instead.

making all mod_lua
make[7]: Entering directory '/path/to/freeswitch-1.6.17/src/mod/languages/mod_lua'
  CXX mod_lua_la-mod_lua.lo
  CXX mod_lua_la-freeswitch_lua.lo
make[7]: *** No rule to make target 'mod_lua_wrap.cpp', needed by 'mod_lua_la-mod_lua_wrap.lo'. Stop.

Fix this by renaming lua_wrap to mod_lua_wrap.cpp.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
8 years agoFS-10167: Preliminary version of blade.subscribe is implemented
Shane Bryldt [Sat, 10 Jun 2017 03:34:02 +0000 (21:34 -0600)] 
FS-10167: Preliminary version of blade.subscribe is implemented

8 years agoMerge pull request #1302 in FS/freeswitch from ~F93/freeswitch:bugfix/FS-10383-fs...
Mike Jerris [Fri, 9 Jun 2017 22:31:34 +0000 (22:31 +0000)] 
Merge pull request #1302 in FS/freeswitch from ~F93/freeswitch:bugfix/FS-10383-fs-does-not-close-timerfd-descriptors to master

* commit 'feccf1e87465194e34f14f127bfaffdcc50622b2':
  FS-10383 [freeswitch-core] Destroy RTP session write timer

8 years agoFS-10383 [freeswitch-core] Destroy RTP session write timer
Roman Sukhov [Fri, 9 Jun 2017 22:05:54 +0000 (01:05 +0300)] 
FS-10383 [freeswitch-core] Destroy RTP session write timer

8 years agoMerge pull request #1301 in FS/freeswitch from ~ANDYWOLK/freeswitch:feature/FS-10377...
Brian West [Fri, 9 Jun 2017 15:05:32 +0000 (15:05 +0000)] 
Merge pull request #1301 in FS/freeswitch from ~ANDYWOLK/freeswitch:feature/FS-10377-add-fax-document-total-pages-to to master

* commit '2c822ed4e641054eca8632c80223355f3f23b9c6':
  FS-10377 [mod_spandsp] Add fax-document-total-pages to spandsp::txfaxnegociateresult and spandsp::txfaxpageresult events

8 years agoFS-10378: [freeswitch-core] VPX Tweaks
Anthony Minessale [Thu, 8 Jun 2017 00:41:21 +0000 (19:41 -0500)] 
FS-10378: [freeswitch-core] VPX Tweaks

8 years agoFS-10379: [mod_conference] Set canvas size based on a variable #resolve
Anthony Minessale [Wed, 7 Jun 2017 23:07:00 +0000 (18:07 -0500)] 
FS-10379: [mod_conference] Set canvas size based on a variable #resolve

8 years agoFS-10372: [Build-System,fs-utils] Add fix versions to filebug.pl #resolve
Anthony Minessale [Wed, 7 Jun 2017 23:00:50 +0000 (18:00 -0500)] 
FS-10372: [Build-System,fs-utils] Add fix versions to filebug.pl #resolve

8 years agoFS-10378: [freeswitch-core] VPX Tweaks #resolve
Anthony Minessale [Wed, 7 Jun 2017 22:59:35 +0000 (17:59 -0500)] 
FS-10378: [freeswitch-core] VPX Tweaks #resolve

8 years agoFS-10377 [mod_spandsp] Add fax-document-total-pages to spandsp::txfaxnegociateresult...
Andrey Volk [Wed, 7 Jun 2017 20:55:12 +0000 (23:55 +0300)] 
FS-10377 [mod_spandsp] Add fax-document-total-pages to spandsp::txfaxnegociateresult and spandsp::txfaxpageresult events

8 years agoFS-10373: remove last bits of old in tree lua references from build system
Mike Jerris [Wed, 7 Jun 2017 15:15:07 +0000 (10:15 -0500)] 
FS-10373: remove last bits of old in tree lua references from build system

8 years agoFS-10167: Added preliminary support for blade.register, currently it is only used...
Shane Bryldt [Tue, 6 Jun 2017 21:50:38 +0000 (15:50 -0600)] 
FS-10167: Added preliminary support for blade.register, currently it is only used to update routes upstream, when a new nodeid is introduced or no longer available a blade.register is passed to update the routing tables. Edge cases are not handled yet.

8 years agoFS-10372: [Build-System,fs-utils] #resolve
Anthony Minessale [Tue, 6 Jun 2017 18:56:15 +0000 (13:56 -0500)] 
FS-10372: [Build-System,fs-utils]  #resolve

8 years agoMerge pull request #1221 in FS/freeswitch from ~NBLASGEN/freeswitch:feature/FS-10084...
Mike Jerris [Tue, 6 Jun 2017 18:40:58 +0000 (18:40 +0000)] 
Merge pull request #1221 in FS/freeswitch from ~NBLASGEN/freeswitch:feature/FS-10084-mod_v8-block-for-event to master

* commit 'd9c6ebc8031ef665f0332b3832030d8cb95b61b7':
  FS-10084 [mod_v8] Fixed incorrect variable name
  FS-10084 [mod_v8] If the value passed is negative, block until event is received

8 years agoFS-10371: [mod_httapi] Typo in httapi causes files to always report video #resolve
Anthony Minessale [Tue, 6 Jun 2017 17:37:56 +0000 (12:37 -0500)] 
FS-10371: [mod_httapi] Typo in httapi causes files to always report video #resolve

8 years agoFS-10369: [freeswitch-core] Preserve original progress time when getting more than one
Anthony Minessale [Tue, 6 Jun 2017 14:08:09 +0000 (09:08 -0500)] 
FS-10369: [freeswitch-core] Preserve original progress time when getting more than one

8 years agoFS-10189: [core] switch_core_add_state_handler runtime.state_handler_index may exceed...
Anthony Minessale [Mon, 5 Jun 2017 23:31:56 +0000 (18:31 -0500)] 
FS-10189: [core] switch_core_add_state_handler runtime.state_handler_index may exceed SWITCH_MAX_STATE_HANDLERS  #resolve

8 years agoFS-10240: [freeswitch-core] Use the "Negative Lookahead" in xml dialplan cause memory...
Anthony Minessale [Mon, 5 Jun 2017 23:15:18 +0000 (18:15 -0500)] 
FS-10240: [freeswitch-core] Use the "Negative Lookahead" in xml dialplan cause memory leak #resolve

8 years agoFS-10257: [mod_sofia] libsofia-sip-ua/msg no longer builds on Arch Linux due to ...
Brian West [Mon, 5 Jun 2017 22:44:42 +0000 (17:44 -0500)] 
FS-10257: [mod_sofia] libsofia-sip-ua/msg no longer builds on Arch Linux due to -Werror=parentheses

8 years agoFS-10167: Updates to get last blade stuff compiling and running under linux again
Shane Bryldt [Mon, 5 Jun 2017 21:52:01 +0000 (16:52 -0500)] 
FS-10167: Updates to get last blade stuff compiling and running under linux again

8 years agoFS-10167: Preliminary support for blade.execute, tested with a basic test.echo across...
Shane Bryldt [Mon, 5 Jun 2017 21:29:19 +0000 (15:29 -0600)] 
FS-10167: Preliminary support for blade.execute, tested with a basic test.echo across 3 nodes with a common master. Multitier routing is not yet fully supported

8 years agoupdate phrase
Mike Jerris [Mon, 5 Jun 2017 20:11:52 +0000 (15:11 -0500)] 
update phrase

8 years agoFS-10369: [freeswitch-core] Preserve original progress time when getting more than...
Anthony Minessale [Mon, 5 Jun 2017 19:20:21 +0000 (14:20 -0500)] 
FS-10369: [freeswitch-core] Preserve original progress time when getting more than one #resolve

8 years agoMerge pull request #1299 in FS/freeswitch from ~ANDYWOLK/freeswitch:bugfix/FS-10362...
Mike Jerris [Fri, 2 Jun 2017 23:15:30 +0000 (23:15 +0000)] 
Merge pull request #1299 in FS/freeswitch from ~ANDYWOLK/freeswitch:bugfix/FS-10362-update-lua-to-5.2-for-windows-build to master

* commit 'cbe8c8b52110e3ef00a9c33c4a9a290688197c5f':
  FS-10362 [mod_lua] Update lua to 5.2.4 for windows build.

8 years agoFS-10362 [mod_lua] Update lua to 5.2.4 for windows build.
Andrey Volk [Fri, 2 Jun 2017 22:32:21 +0000 (01:32 +0300)] 
FS-10362 [mod_lua] Update lua to 5.2.4 for windows build.

8 years agoMerge pull request #1298 in FS/freeswitch from ~ANDYWOLK/freeswitch:bugfix/FS-10365...
Mike Jerris [Fri, 2 Jun 2017 22:06:59 +0000 (22:06 +0000)] 
Merge pull request #1298 in FS/freeswitch from ~ANDYWOLK/freeswitch:bugfix/FS-10365-add-mod_http_cache-to-the-windows to master

* commit '9b1d58653ce0f225ecc16da7f45ee3c104ff27c2':
  FS-10365 [mod_http_cache] Add mod_http_cache to the windows build.

8 years agoFS-10365 [mod_http_cache] Add mod_http_cache to the windows build.
Andrey Volk [Fri, 2 Jun 2017 22:01:08 +0000 (01:01 +0300)] 
FS-10365 [mod_http_cache] Add mod_http_cache to the windows build.

8 years agoMerge pull request #1297 in FS/freeswitch from ~ANDYWOLK/freeswitch:bugfix/FS-10364...
Mike Jerris [Fri, 2 Jun 2017 20:22:47 +0000 (20:22 +0000)] 
Merge pull request #1297 in FS/freeswitch from ~ANDYWOLK/freeswitch:bugfix/FS-10364-fix-encryption-in-mod_event_multicast to master

* commit 'c877b350965421369917d701b5e5636eff60efda':
  FS-10364 [mod_event_multicast] Enable encryption on windows by adding missing defines.

8 years agoFS-10364 [mod_event_multicast] Enable encryption on windows by adding missing defines.
Andrey Volk [Fri, 2 Jun 2017 20:19:32 +0000 (23:19 +0300)] 
FS-10364 [mod_event_multicast] Enable encryption on windows by adding missing defines.

8 years agoMerge pull request #1296 in FS/freeswitch from ~ANDYWOLK/freeswitch:bugfix/FS-10363...
Mike Jerris [Fri, 2 Jun 2017 19:59:06 +0000 (19:59 +0000)] 
Merge pull request #1296 in FS/freeswitch from ~ANDYWOLK/freeswitch:bugfix/FS-10363-core-move-openssl-to-props-on-windows to master

* commit '06857d4e13bba54b6c2994da3bbd2b370f567d3b':
  FS-10363 [Core] Move openssl to props on windows.

8 years agoFS-10363 [Core] Move openssl to props on windows.
Andrey Volk [Fri, 2 Jun 2017 19:49:39 +0000 (22:49 +0300)] 
FS-10363 [Core] Move openssl to props on windows.

8 years agoFS-10360: [freeswitch-core,verto.js] FireFox Screen Sharing
Anthony Minessale [Fri, 2 Jun 2017 17:46:39 +0000 (12:46 -0500)] 
FS-10360: [freeswitch-core,verto.js] FireFox Screen Sharing

8 years agoFS-10360: [freeswitch-core,verto.js] FireFox Screen Sharing
Anthony Minessale [Fri, 2 Jun 2017 17:34:40 +0000 (12:34 -0500)] 
FS-10360: [freeswitch-core,verto.js] FireFox Screen Sharing

8 years agoFS-10360: [freeswitch-core,verto.js] FireFox Screen Sharing
Anthony Minessale [Thu, 1 Jun 2017 23:40:50 +0000 (18:40 -0500)] 
FS-10360: [freeswitch-core,verto.js] FireFox Screen Sharing

8 years agoFS-10360: [freeswitch-core,verto.js] FireFox Screen Sharing -- remove strange chars
Anthony Minessale [Thu, 1 Jun 2017 23:40:02 +0000 (18:40 -0500)] 
FS-10360: [freeswitch-core,verto.js] FireFox Screen Sharing -- remove strange chars

8 years agoFS-10360: [freeswitch-core,verto.js] FireFox Screen Sharing #resolve
Anthony Minessale [Thu, 1 Jun 2017 23:36:38 +0000 (18:36 -0500)] 
FS-10360: [freeswitch-core,verto.js] FireFox Screen Sharing #resolve

8 years agoFS-10269: [mod_conference] conference recording pause doesn't work correctly for...
Anthony Minessale [Thu, 1 Jun 2017 17:51:35 +0000 (12:51 -0500)] 
FS-10269: [mod_conference] conference recording pause doesn't work correctly for video -- fix regression from change re: FS-10249

8 years agoMerge pull request #1292 in FS/freeswitch from bugfix/FS-10352-seg-when-nack-received...
Mike Jerris [Thu, 1 Jun 2017 15:23:26 +0000 (15:23 +0000)] 
Merge pull request #1292 in FS/freeswitch from bugfix/FS-10352-seg-when-nack-received to master

* commit 'b79fd1f14fc73e4f884422f30e6f264c94953653':
  FS-10352 #resolve fix size doesn't match causing segs when casts to switch_rtp_packet_t

8 years agoFS-10167: Shifted the routing layer to occur slightly lower in the processing stack...
Shane Bryldt [Wed, 31 May 2017 22:19:08 +0000 (16:19 -0600)] 
FS-10167: Shifted the routing layer to occur slightly lower in the processing stack, which allows routing of messages without creating local pending requests for callback and TTL tracking

8 years agoFS-10249: [mod_av] Audio gradually falls behind video in recordings #comment Based...
Anthony Minessale [Wed, 31 May 2017 17:48:46 +0000 (12:48 -0500)] 
FS-10249: [mod_av] Audio gradually falls behind video in recordings #comment Based on that feedback, please try latest master

8 years agoFS-10167: First pass on adding support for blade.locate
Shane Bryldt [Wed, 31 May 2017 04:44:46 +0000 (22:44 -0600)] 
FS-10167: First pass on adding support for blade.locate

8 years agoFS-10269: [mod_conference] conference recording pause doesn't work correctly for...
Anthony Minessale [Tue, 30 May 2017 21:34:48 +0000 (16:34 -0500)] 
FS-10269: [mod_conference] conference recording pause doesn't work correctly for video #resolve

8 years agoFS-10167: Getting last commit to build and run under linux
Shane Bryldt [Tue, 30 May 2017 17:48:34 +0000 (12:48 -0500)] 
FS-10167: Getting last commit to build and run under linux

8 years agoFS-10167: Implemented first draft of blade.publish, still need to circle back to...
Shane Bryldt [Tue, 30 May 2017 16:51:15 +0000 (10:51 -0600)] 
FS-10167: Implemented first draft of blade.publish, still need to circle back to finish blade.route to support multi-tiered routes

8 years agoFS-10352 #resolve fix size doesn't match causing segs when casts to switch_rtp_packet_t
Seven Du [Mon, 29 May 2017 09:48:41 +0000 (17:48 +0800)] 
FS-10352 #resolve fix size doesn't match causing segs when casts to switch_rtp_packet_t

8 years agoFS-10249: [mod_av] Audio gradually falls behind video in recordings
Anthony Minessale [Fri, 26 May 2017 22:41:07 +0000 (17:41 -0500)] 
FS-10249: [mod_av] Audio gradually falls behind video in recordings

8 years agoFS-10319: fix casting
Mike Jerris [Thu, 25 May 2017 22:39:04 +0000 (18:39 -0400)] 
FS-10319: fix casting

8 years agoFS-10319: fix casting
Mike Jerris [Thu, 25 May 2017 17:11:10 +0000 (12:11 -0500)] 
FS-10319: fix casting

8 years agoFS-10249: [mod_av] Audio gradually falls behind video in recordings
Anthony Minessale [Thu, 25 May 2017 17:01:18 +0000 (12:01 -0500)] 
FS-10249: [mod_av] Audio gradually falls behind video in recordings

8 years agoFS-10341: [mod_conference] Remove unused conference object member from FS-5461 #resolve
Brian West [Wed, 24 May 2017 22:30:12 +0000 (17:30 -0500)] 
FS-10341: [mod_conference] Remove unused conference object member from FS-5461 #resolve

8 years agoFS-10340: [mod_conference] Zoom layers not working right when input image is same...
Anthony Minessale [Wed, 24 May 2017 19:18:51 +0000 (14:18 -0500)] 
FS-10340: [mod_conference] Zoom layers not working right when input image is same height as the layer #resolve

8 years agoFS-10338: [mod_sofia] add sip_invite_stamp variable of the time we received initial...
Mike Jerris [Tue, 23 May 2017 21:06:57 +0000 (17:06 -0400)] 
FS-10338: [mod_sofia] add sip_invite_stamp variable of the time we received initial invite on an inbound call leg

8 years agoreswig
Anthony Minessale [Tue, 23 May 2017 17:42:43 +0000 (12:42 -0500)] 
reswig

8 years agoFS-10231: [freeswitch-core] Some media bugs not fully cleaned up when session is...
Anthony Minessale [Tue, 23 May 2017 17:30:50 +0000 (12:30 -0500)] 
FS-10231: [freeswitch-core] Some media bugs not fully cleaned up when session is destroyed #comment Regression causing deadlock when holding write lock and close/destroying all the bugs but the video recording thread tries to read lock.  Separating destroy out so it can be called outside the lock after the bugs are detached.

8 years agoFS-10335: [mod_av] Colors in recorded MP4 appear dull #resolve
Anthony Minessale [Tue, 23 May 2017 00:58:32 +0000 (19:58 -0500)] 
FS-10335: [mod_av] Colors in recorded MP4 appear dull #resolve

8 years agoFS-10167: Updates to previous overhaul commit to get everything building right under...
Shane Bryldt [Mon, 22 May 2017 17:02:04 +0000 (12:02 -0500)] 
FS-10167: Updates to previous overhaul commit to get everything building right under linux

8 years agoFS-10167: Significant overhaul to libblade and it's operations to match the first...
Shane Bryldt [Mon, 22 May 2017 16:31:50 +0000 (10:31 -0600)] 
FS-10167: Significant overhaul to libblade and it's operations to match the first layer required by the blade protocol, still more work to be done but nodes can connect to router nodes and get initial identities registered based on realms configured for the master router node.

8 years agoFS-10328: [freeswitch-core] Add method to allow orphaned B legs during originate...
Anthony Minessale [Sat, 20 May 2017 00:05:44 +0000 (19:05 -0500)] 
FS-10328: [freeswitch-core] Add method to allow orphaned B legs during originate to transfer to another extension

8 years agoFS-10249: [mod_av] Audio gradually falls behind video in recordings
Anthony Minessale [Fri, 19 May 2017 23:23:42 +0000 (18:23 -0500)] 
FS-10249: [mod_av] Audio gradually falls behind video in recordings

8 years agoFS-10249: [mod_av] Audio gradually falls behind video in recordings
Anthony Minessale [Fri, 19 May 2017 22:38:08 +0000 (17:38 -0500)] 
FS-10249: [mod_av] Audio gradually falls behind video in recordings

8 years agoFS-10249: [mod_av] Audio gradually falls behind video in recordings
Anthony Minessale [Thu, 18 May 2017 23:19:17 +0000 (18:19 -0500)] 
FS-10249: [mod_av] Audio gradually falls behind video in recordings

8 years agoFS-10249: [mod_av] Audio gradually falls behind video in recordings #resolve
Anthony Minessale [Thu, 18 May 2017 21:30:20 +0000 (16:30 -0500)] 
FS-10249: [mod_av] Audio gradually falls behind video in recordings #resolve

8 years agoFS-10249: [mod_av] Audio gradually falls behind video in recordings #resolve
Anthony Minessale [Thu, 18 May 2017 19:34:46 +0000 (14:34 -0500)] 
FS-10249: [mod_av] Audio gradually falls behind video in recordings #resolve

8 years agoFS-10326: [mod_conference] Memory leak while playing video files that contain only...
Anthony Minessale [Thu, 18 May 2017 18:42:40 +0000 (13:42 -0500)] 
FS-10326: [mod_conference] Memory leak while playing video files that contain only a video stream #resolve

8 years agoFS-10328: [freeswitch-core] Add method to allow orphaned B legs during originate...
Anthony Minessale [Thu, 18 May 2017 16:57:37 +0000 (11:57 -0500)] 
FS-10328: [freeswitch-core] Add method to allow orphaned B legs during originate to transfer to another extension #resolve

8 years agoFS-10312: [mod_event_socket] bgapi uuid_transfer using -both option is not transferin...
Anthony Minessale [Tue, 16 May 2017 19:50:16 +0000 (14:50 -0500)] 
FS-10312: [mod_event_socket] bgapi uuid_transfer using -both option is not transfering both uuid's

8 years agoMerge pull request #1281 in FS/freeswitch from ~NETOGUIMARAES/freeswitch:bugfix/FS...
Italo Rossi [Tue, 16 May 2017 18:53:51 +0000 (18:53 +0000)] 
Merge pull request #1281 in FS/freeswitch from ~NETOGUIMARAES/freeswitch:bugfix/FS-10309-check-network-has-no-visual-feedback to master

* commit '25f5b3ab7e7eaa36d6ead8e2c74b6b4b9dfb41bf':
  FS-10309: [verto_communicator] Add a loader that shows up when check network is called and vanishes when the request is completed. The button to check network now is disabled when a request is processing.

8 years agoFS-10312: [mod_event_socket] bgapi uuid_transfer using -both option is not transferin...
Anthony Minessale [Tue, 16 May 2017 18:16:33 +0000 (13:16 -0500)] 
FS-10312: [mod_event_socket] bgapi uuid_transfer using -both option is not transfering both uuid's #resolve

8 years agoFS-10309: [verto_communicator] Add a loader that shows up when check network is calle...
Neto Guimaraes [Tue, 16 May 2017 14:26:59 +0000 (11:26 -0300)] 
FS-10309: [verto_communicator] Add a loader that shows up when check network is called and vanishes when the request is completed.
The button to check network now is disabled when a request is processing.

8 years agoFS-10319: fix build errors from rtp ts changes
Mike Jerris [Mon, 15 May 2017 23:11:31 +0000 (18:11 -0500)] 
FS-10319: fix build errors from rtp ts changes

8 years agoFS-10311: [core] RTP timestamp rollover calculation is incorrect
Anthony Minessale [Mon, 15 May 2017 23:00:40 +0000 (18:00 -0500)] 
FS-10311: [core] RTP timestamp rollover calculation is incorrect

8 years agoFS-10320: [mod_av] Playing a file with audio only with mod_av can crash when attempti...
Anthony Minessale [Mon, 15 May 2017 22:28:04 +0000 (17:28 -0500)] 
FS-10320: [mod_av] Playing a file with audio only with mod_av can crash when attempting to seek #resolve

8 years agoMerge pull request #1279 in FS/freeswitch from ~NETOGUIMARAES/freeswitch:bugfix/FS...
Italo Rossi [Mon, 15 May 2017 14:05:35 +0000 (14:05 +0000)] 
Merge pull request #1279 in FS/freeswitch from ~NETOGUIMARAES/freeswitch:bugfix/FS-10310-no-validation-at-change-login-information-form to master

* commit '3b8d65f90601c5005d55393d701596b5f8e097b4':
  FS-10310 [verto_communicator]: Adding validation at change login information modal

8 years agoFS-10310 [verto_communicator]: Adding validation at change login information modal
Neto Guimaraes [Mon, 15 May 2017 12:41:51 +0000 (09:41 -0300)] 
FS-10310 [verto_communicator]: Adding validation at change login information modal

8 years agoFS-10311: [core] RTP timestamp rollover calculation is incorrect
Anthony Minessale [Fri, 12 May 2017 19:35:13 +0000 (14:35 -0500)] 
FS-10311: [core] RTP timestamp rollover calculation is incorrect

8 years agoFS-10311: [core] RTP timestamp rollover calculation is incorrect #resolve
Anthony Minessale [Fri, 12 May 2017 19:05:24 +0000 (14:05 -0500)] 
FS-10311: [core] RTP timestamp rollover calculation is incorrect #resolve

8 years agoFS-10307: [freeswitch-core] Repetitive verto re-attach with video only channels can...
Anthony Minessale [Thu, 11 May 2017 18:22:45 +0000 (13:22 -0500)] 
FS-10307: [freeswitch-core] Repetitive verto re-attach with video only channels can cause a buffer overflow #resolve

8 years agoMerge pull request #1269 in FS/freeswitch from ~MOCHOUINARD/freeswitch:bugfix/FS...
Mike Jerris [Wed, 10 May 2017 16:14:29 +0000 (16:14 +0000)] 
Merge pull request #1269 in FS/freeswitch from ~MOCHOUINARD/freeswitch:bugfix/FS-10293-patchish-freetdm-audio-in-1-direction to master

* commit 'dabab9f25aa8b78676cb74b6efd93b0005c2de1d':
  FS-10293: Fix regression from FS-9638 causing 1 way audio on FreeTDM Calls

8 years agoMerge pull request #1271 in FS/freeswitch from ~TIAGOLISBOA/freeswitch:bugfix/FS...
Italo Rossi [Wed, 10 May 2017 01:55:21 +0000 (01:55 +0000)] 
Merge pull request #1271 in FS/freeswitch from ~TIAGOLISBOA/freeswitch:bugfix/FS-8941-can-not-use-verto-communicator-if to master

* commit '976677de60f5657fe4a5eb1db1568d5f1f4c3a78':
  FS-8941: [verto_communicator] Add No Microphone label to audio devices

8 years agoFS-8941: [verto_communicator] Add No Microphone label to audio devices
Tiago Lisboa [Wed, 10 May 2017 00:03:25 +0000 (21:03 -0300)] 
FS-8941: [verto_communicator] Add No Microphone label to audio devices

If no microphone was detected it was impossible to open a call.

So, add a No Microphone label, just like the No Camera, with id:none,
wich allow to enter a call with microphone disabled.

8 years agoFS-10300: [mod_verto] fix crash in multiple verto messages when processing messages...
Mike Jerris [Tue, 9 May 2017 17:22:15 +0000 (12:22 -0500)] 
FS-10300: [mod_verto] fix crash in multiple verto messages when processing messages with missing params

8 years agoFS-10300: [mod_verto] fix crash in verto.answer processing when missing params in...
Mike Jerris [Tue, 9 May 2017 15:47:00 +0000 (10:47 -0500)] 
FS-10300: [mod_verto] fix crash in verto.answer processing when missing params in message

8 years agoFS-10299 [mod_callcenter] Removing global lock on all cc_execute_sql functions when...
Italo Rossi [Tue, 9 May 2017 14:44:30 +0000 (11:44 -0300)] 
FS-10299 [mod_callcenter] Removing global lock on all cc_execute_sql functions when executing database queries

8 years agoFS-10298 [mod_callcenter] Firing bridge-agent-end if we failed to bridge answered...
Italo Rossi [Tue, 9 May 2017 14:19:59 +0000 (11:19 -0300)] 
FS-10298 [mod_callcenter] Firing bridge-agent-end if we failed to bridge answered agent with member.

8 years agoFS-10267: [freeswitch-core] zrtp_enrollment broken since 1.6.13 #resolve
Brian West [Mon, 8 May 2017 21:58:16 +0000 (16:58 -0500)] 
FS-10267: [freeswitch-core] zrtp_enrollment broken since 1.6.13 #resolve

8 years agoFS-10295: [freeswitch-core] Remove debug log line #resolve
Anthony Minessale [Mon, 8 May 2017 21:44:09 +0000 (16:44 -0500)] 
FS-10295: [freeswitch-core] Remove debug log line #resolve

8 years agoadd locate method
Anthony Minessale [Mon, 8 May 2017 21:15:13 +0000 (16:15 -0500)] 
add locate method

8 years agoadd exclusive param
Anthony Minessale [Mon, 8 May 2017 21:09:18 +0000 (16:09 -0500)] 
add exclusive param

8 years agoFS-10291: [fs_cli] fs_cli Error indicated on console loglevel debug with extra whites...
Anthony Minessale [Mon, 8 May 2017 19:01:56 +0000 (14:01 -0500)] 
FS-10291: [fs_cli] fs_cli Error indicated on console loglevel debug with extra whitespace before or after debug #resolve

8 years agoFS-10293: Fix regression from FS-9638 causing 1 way audio on FreeTDM Calls
Marc Olivier Chouinard [Sat, 6 May 2017 23:50:17 +0000 (19:50 -0400)] 
FS-10293: Fix regression from FS-9638 causing 1 way audio on FreeTDM Calls