]>
git.ipfire.org Git - thirdparty/freeswitch.git/log
Anthony Minessale [Fri, 7 Jul 2017 16:35:36 +0000 (11:35 -0500)]
FS-10448: [mod_conference] Add Video Blind -- make blind video feature work in passthrough mode too
Ken Rice [Thu, 6 Jul 2017 22:21:10 +0000 (17:21 -0500)]
Update Debian Package Builds in prep for early early debian 9 packages and for changes in the master branch.
trevora [Tue, 2 Aug 2016 13:11:02 +0000 (13:11 +0000)]
FS-10395: [mod_sofia] Fix ssl error handling in tls sip traffic
Clears SSL error state.
Updates tport_tls.c to clear the SSL error state after an error occurs.
OpenSSL puts errors into a queue that is kept in thread local storage.
In some cases, such as when SSL_ERROR_SSL is returned by SSL_get_errror(),
OpenSSL will queue multiple errors for a single event. When this occurs,
OpenSSL will report an error the next time I/O is performed if the queue
is not cleared first, which can result in TLS connections being torn down
prematurely.
Mike Jerris [Thu, 6 Jul 2017 21:15:07 +0000 (21:15 +0000)]
Merge pull request #1306 in FS/freeswitch from ~HRISTO/freeswitch:FS-10407-set-some-redirect-channel-variables to master
* commit '
1d15e411f9f5b6c8883cda47534cc1e9c3a77f95 ':
FS-10407: [mod_sofia] Set redirect variables when outbound_redirect_fatal is true
Italo Rossi [Thu, 6 Jul 2017 20:52:51 +0000 (20:52 +0000)]
Merge pull request #1313 in FS/freeswitch from ~ANTONIO/freeswitch:bugfix/FS-10368-mod_callcenter-lock-database-errors to master
* commit '
04854fddaa1548e5d57a90fad74a433bee7a0750 ':
Revert "FS-10299 [mod_callcenter] Removing global lock on all cc_execute_sql functions when executing database queries"
Mike Jerris [Thu, 6 Jul 2017 20:41:20 +0000 (20:41 +0000)]
Merge pull request #1307 in FS/freeswitch from ~HRISTO/freeswitch:feature/FS-10416-add-new-endpoints-to-be-called-while to master
* commit '
b11955db0bfdcccd5ad98fd689870153d31154f3 ':
FS-10416: [mod_commands] add new outbound channels to an in-progress originate
Mike Jerris [Thu, 6 Jul 2017 20:35:41 +0000 (20:35 +0000)]
Merge pull request #1322 in FS/freeswitch from ~SAFAROV/freeswitch2:FS-10461 to master
* commit '
d5cceb304adacc60d4c58471acbe8e0ce93c773d ':
FS-10461: created scripts to build docker base image
Mike Jerris [Thu, 6 Jul 2017 19:43:09 +0000 (19:43 +0000)]
Merge pull request #1319 in FS/freeswitch from ~SAFAROV/freeswitch2:FS-10451 to master
* commit '
0fc8c71a860525d73db232a5d39bd669cbf729bf ':
FS-10451: Updated sound files descriptions
Mike Jerris [Thu, 6 Jul 2017 19:40:59 +0000 (19:40 +0000)]
Merge pull request #1320 in FS/freeswitch from ~SAFAROV/freeswitch2:FS-10452 to master
* commit '
aaa5f0f619f21ca6c8d744eecb61ed048f13d886 ':
FS-10452: Fixed build of docker container
Anthony Minessale [Thu, 6 Jul 2017 19:39:24 +0000 (14:39 -0500)]
FS-10473: [freeswitch-core] FreeSWITCH crash - Null event pointer dereference during conference_cdr_del #resolve
Anthony Minessale [Wed, 5 Jul 2017 23:11:31 +0000 (18:11 -0500)]
FS-10472: [mod_conference] Invalid free in personal canvas mode #resolve
Anthony Minessale [Wed, 5 Jul 2017 22:54:14 +0000 (17:54 -0500)]
FS-10286: [mod_conference] Sync member joins up with keyframes in shared encoder mode -- high cpu usage on h264
Mike Jerris [Wed, 5 Jul 2017 20:54:56 +0000 (15:54 -0500)]
FS-10388: [core] fix crash on shutdown when using multiple meida bugs
Mike Jerris [Wed, 5 Jul 2017 19:37:03 +0000 (14:37 -0500)]
FS-10388: [core] fix crash on shutdown when using multiple meida bugs
Italo Rossi [Wed, 5 Jul 2017 18:51:03 +0000 (18:51 +0000)]
Merge pull request #1273 in FS/freeswitch from ~EDUARDO/freeswitch:FS-10304-prevent-infinite-logging-when-a to master
* commit '
be741eab2ce34122755198c31894941f6e7da7d2 ':
FS-10304: [mod_callcenter] Prevent infinite logging when a stale queue member in found in the database
Mike Jerris [Wed, 5 Jul 2017 18:42:33 +0000 (13:42 -0500)]
FS-10430: [mod_amqp] fix support for libamqp version .0.5.2. Change to api actually happend in v0.6.0
Mike Jerris [Wed, 5 Jul 2017 17:17:24 +0000 (12:17 -0500)]
FS-10471: [build] fix build error on debian 9 with --enable-zrtp
Anthony Minessale [Mon, 3 Jul 2017 22:37:05 +0000 (17:37 -0500)]
FS-10466: [freeswitch-core] Add session to some log lines #resolve
Shane Bryldt [Mon, 3 Jul 2017 19:45:29 +0000 (13:45 -0600)]
FS-10167: Bug fixes, memory leaks, etc
Shane Bryldt [Mon, 3 Jul 2017 18:57:47 +0000 (13:57 -0500)]
FS-10167: Updating to build clean on linux
Shane Bryldt [Mon, 3 Jul 2017 18:48:46 +0000 (12:48 -0600)]
FS-10167: Significant cleanup and isolation of code into manager types for better maintainability and easier path to future updates
Mike Jerris [Mon, 3 Jul 2017 15:24:00 +0000 (15:24 +0000)]
Merge pull request #1323 in FS/freeswitch from ~ANDYWOLK/freeswitch:bugfix/FS-10464-fix-broken-classes-after-switching to master
* commit '
cd79ae19ad7d5d5600ff6b835ccb152ff91313a0 ':
FS-10464 [mod_v8] Fix broken classes after switching to new libv8 #resolve
Andrey Volk [Mon, 3 Jul 2017 15:16:54 +0000 (18:16 +0300)]
FS-10464 [mod_v8] Fix broken classes after switching to new libv8 #resolve
Sergey Safarov [Sun, 2 Jul 2017 14:01:36 +0000 (10:01 -0400)]
FS-10461: created scripts to build docker base image
Mike Jerris [Fri, 30 Jun 2017 22:28:56 +0000 (17:28 -0500)]
FS-10458: [mod_av] temporarily silence warning when building against ffmpeg 3.2 until we fix them properly
Mike Jerris [Fri, 30 Jun 2017 21:44:05 +0000 (17:44 -0400)]
FS-10457: [mod_cdr_csv] set group too when creating new csv file so other users in the group can access it
Mike Jerris [Fri, 30 Jun 2017 20:34:21 +0000 (16:34 -0400)]
FS-10455: [build, mod_v8] new build system for libv8 and upgrade libv8
Anthony Minessale [Fri, 30 Jun 2017 17:38:03 +0000 (12:38 -0500)]
FS-10456: [mod_av] add wav support to mod_av as well as specifying audio_codec -- add av_record_audio_only param
Mike Jerris [Fri, 30 Jun 2017 17:28:35 +0000 (13:28 -0400)]
FS-10455: [build] add small configure check to determine V8_TARGET for GN build
Anthony Minessale [Fri, 30 Jun 2017 17:32:04 +0000 (12:32 -0500)]
FS-10456: [mod_av] add wav support to mod_av as well as specifying audio_codec #resolve
Mike Jerris [Fri, 30 Jun 2017 17:19:51 +0000 (17:19 +0000)]
Merge pull request #1321 in FS/freeswitch from ~LAZEDO/freeswitch:bug/fs-10453 to master
* commit '
4631e6cdfab6e9cb70c11a0c33098ee06e09e786 ':
FS-10453 [kazoo] fix dropped messages
Anthony Minessale [Fri, 30 Jun 2017 16:28:49 +0000 (11:28 -0500)]
FS-10454: [mod_av] Regression in video file seek #resolve
Anthony Minessale [Fri, 30 Jun 2017 15:29:00 +0000 (10:29 -0500)]
FS-10448: [mod_conference] Add Video Blind -- add tweak
Mike Jerris [Fri, 30 Jun 2017 15:19:28 +0000 (15:19 +0000)]
Merge pull request #1310 in FS/freeswitch from ~TADAMS/fs-9785:master to master
* commit '
fb46f87b076608968c49bc93af539454ab78d367 ':
FS-9785: fix ./mod_conference.h:353:23: error: enumerator value for ‘EFLAG_BLIND_MEMBER’ is not an integer constant expression [-Werror=pedantic] EFLAG_BLIND_MEMBER = (1 << 31)
FS-9785: update mod_event_multicast to work with OpenSSL 1.1.0.
FS-9785: Fix src/switch_ivr_play_say.c:1668:48: error: ‘*’ in boolean context, suggest ‘&&’ instead [-Werror=int-in-bool-context]
FS-9785: Fix format-truncation warnings for systems that treat it as an error.
lazedo [Fri, 30 Jun 2017 11:38:32 +0000 (12:38 +0100)]
FS-10453 [kazoo] fix dropped messages
Sergey Safarov [Fri, 30 Jun 2017 11:07:16 +0000 (07:07 -0400)]
FS-10452: Fixed build of docker container
Sergey Safarov [Fri, 30 Jun 2017 08:37:54 +0000 (04:37 -0400)]
FS-10451: Updated sound files descriptions
Trever L. Adams [Fri, 30 Jun 2017 03:30:29 +0000 (21:30 -0600)]
FS-9785: fix ./mod_conference.h:353:23: error: enumerator value for ‘EFLAG_BLIND_MEMBER’ is not an integer constant expression [-Werror=pedantic] EFLAG_BLIND_MEMBER = (1 << 31)
Trever L. Adams [Fri, 30 Jun 2017 03:28:11 +0000 (21:28 -0600)]
FS-9785: update mod_event_multicast to work with OpenSSL 1.1.0.
Trever L. Adams [Wed, 28 Jun 2017 12:12:44 +0000 (06:12 -0600)]
FS-9785: Fix src/switch_ivr_play_say.c:1668:48: error: ‘*’ in boolean context, suggest ‘&&’ instead [-Werror=int-in-bool-context]
Trever L. Adams [Wed, 28 Jun 2017 12:10:46 +0000 (06:10 -0600)]
FS-9785: Fix format-truncation warnings for systems that treat it as an error.
Anthony Minessale [Thu, 29 Jun 2017 23:21:23 +0000 (18:21 -0500)]
FS-10440: [mod_httapi] valgrind: event leak in mod_httapi.c #resolve
Anthony Minessale [Thu, 29 Jun 2017 23:11:16 +0000 (18:11 -0500)]
FS-10448: [mod_conference] Add Video Blind #resolve
Anthony Minessale [Thu, 29 Jun 2017 22:58:49 +0000 (17:58 -0500)]
FS-10433: [mod_av,mod_conference] Crash when video recording fails to setup properly -- fix regression
Anthony Minessale [Thu, 29 Jun 2017 21:57:13 +0000 (16:57 -0500)]
FS-10447: [freeswitch-core] Manual video refresh mode #resolve
Mike Jerris [Thu, 29 Jun 2017 18:22:56 +0000 (13:22 -0500)]
FS-10445: [build] remove mod_skypopen from build/packages sense microsoft killed it
Mike Jerris [Thu, 29 Jun 2017 18:21:07 +0000 (13:21 -0500)]
FS-10439: [mod_sofia] fix small leak when receiving REFER message
Italo Rossi [Thu, 29 Jun 2017 18:12:39 +0000 (15:12 -0300)]
FS-10444 [vanilla config/languages] Adding phrases and macros tag to languages es, pt and sv
Mike Jerris [Thu, 29 Jun 2017 17:24:10 +0000 (17:24 +0000)]
Merge pull request #1318 in FS/freeswitch from ~ANDYWOLK/freeswitch:feature/FS-10436-upgrade-javascript-libv8-from-3.24.14 to master
* commit '
4455893e0e3483e67b0207ce12fd37505ba74629 ':
FS-10436 [mod_v8] Upgrade javascript libv8 from 3.24.14 to 5.6.326 on windows.
Andrey Volk [Thu, 29 Jun 2017 00:04:18 +0000 (03:04 +0300)]
FS-10436 [mod_v8] Upgrade javascript libv8 from 3.24.14 to 5.6.326 on windows.
Mike Jerris [Wed, 28 Jun 2017 22:34:42 +0000 (22:34 +0000)]
Merge pull request #1317 in FS/freeswitch from ~ANDYWOLK/freeswitch:feature/FS-10435-update-mod_v8-to-support-future to master
* commit '
ba32e0e23de3543027c82a896521cf7556e26540 ':
FS-10435 [mod_v8] Update mod_v8 to support future v8 engine version change
Andrey Volk [Wed, 28 Jun 2017 22:05:19 +0000 (01:05 +0300)]
FS-10435 [mod_v8] Update mod_v8 to support future v8 engine version change
Italo Rossi [Wed, 28 Jun 2017 19:43:16 +0000 (16:43 -0300)]
FS-10432 [mod_callcenter] Increase agent contact field up to 1024.
Anthony Minessale [Wed, 28 Jun 2017 17:16:46 +0000 (12:16 -0500)]
FS-10433: [mod_av,mod_conference] Crash when video recording fails to setup properly #resolve
Anthony Minessale [Wed, 28 Jun 2017 16:32:24 +0000 (11:32 -0500)]
FS-10394: [freeswitch-core] FS Crash while linphone sends ICE packets
Anthony Minessale [Wed, 28 Jun 2017 01:58:34 +0000 (20:58 -0500)]
FS-10394: [freeswitch-core] FS Crash while linphone sends ICE packets #resolve
Mike Jerris [Tue, 27 Jun 2017 22:06:39 +0000 (17:06 -0500)]
FS-10431: [mod_smpp] fix build on newer compilers due to malformed system headers
Mike Jerris [Tue, 27 Jun 2017 21:42:45 +0000 (16:42 -0500)]
FS-10430: [mod_amqp] add support for libamqp >= 0.5.2
Mike Jerris [Tue, 27 Jun 2017 19:35:16 +0000 (14:35 -0500)]
FS-9785: fix build deps for mod_java
Anthony Minessale [Tue, 27 Jun 2017 18:06:27 +0000 (13:06 -0500)]
FS-10249: [mod_av] Audio gradually falls behind video in recordings -- init timer for audio only as well
Mike Jerris [Tue, 27 Jun 2017 17:33:38 +0000 (12:33 -0500)]
FS-10427: move mod_python to use swig3.0 so we can reswig on debian9
Mike Jerris [Tue, 27 Jun 2017 17:32:17 +0000 (12:32 -0500)]
FS-10427: move mod_perl to use swig3.0 so we can reswig on debian9
Mike Jerris [Tue, 27 Jun 2017 17:18:21 +0000 (12:18 -0500)]
FS-10427: move mod_lua to use swig3.0 so we can reswig on debian9
Mike Jerris [Tue, 27 Jun 2017 17:16:45 +0000 (12:16 -0500)]
FS-10427: move mod_java to use swig3.0 so we can reswig on debian9
Mike Jerris [Tue, 27 Jun 2017 17:10:04 +0000 (12:10 -0500)]
FS-10427: move libesl to use swig3.0 so we can reswig on debian9
Anthony Minessale [Mon, 26 Jun 2017 21:31:34 +0000 (16:31 -0500)]
FS-10409: [core] Crash (ABRT) using conferencing -- related to FS-10132 #resolve
Mike Jerris [Mon, 26 Jun 2017 19:53:39 +0000 (14:53 -0500)]
FS-9785: changes to support newer openssl
Mike Jerris [Mon, 26 Jun 2017 19:17:17 +0000 (14:17 -0500)]
FS-10405: fix typo in timer destroy check
Mike Jerris [Mon, 26 Jun 2017 17:11:02 +0000 (12:11 -0500)]
FS-9785: upgrade libsrtp to 2.1
Anthony Minessale [Mon, 26 Jun 2017 17:56:42 +0000 (12:56 -0500)]
FS-10417: [freeswitch-core] Reduce flicker in screen sharing -- minor tweak
Mike Jerris [Fri, 23 Jun 2017 19:42:32 +0000 (19:42 +0000)]
Merge pull request #1309 in FS/freeswitch from ~ANDYWOLK/freeswitch:bugfix/FS-9717-make-available-windows-binaries to master
* commit '
0bdd607c948fd0eb1125bc5b49d39a4270406386 ':
FS-9717 [Build-System] Fix missing mods in msi packages. Fix x64 release build on a clean tree on windows.
Italo Rossi [Fri, 23 Jun 2017 18:39:21 +0000 (15:39 -0300)]
FS-9894 [verto_communicator] Removing refreshDevices before doing a call.
Antonio [Fri, 23 Jun 2017 17:02:39 +0000 (19:02 +0200)]
Revert "FS-10299 [mod_callcenter] Removing global lock on all cc_execute_sql functions when executing database queries"
This reverts commit
faf87febdb5a90f7c339df6934fd7eb04c927b67 .
Anthony Minessale [Thu, 22 Jun 2017 21:43:11 +0000 (16:43 -0500)]
FS-10420: [verto.js] Verto on Safari #resolve
Anthony Minessale [Thu, 22 Jun 2017 20:48:20 +0000 (15:48 -0500)]
FS-10387: [core] High memory usage with mod_sofia, osmo-nitb and DTX setting active #resolve
Anthony Minessale [Thu, 22 Jun 2017 00:26:14 +0000 (19:26 -0500)]
FS-10417: [freeswitch-core] Reduce flicker in screen sharing #resolve
Shane Bryldt [Wed, 21 Jun 2017 23:15:53 +0000 (17:15 -0600)]
FS-10167: First pass of adding a test protocol
Andrey Volk [Wed, 21 Jun 2017 22:51:46 +0000 (01:51 +0300)]
FS-9717 [Build-System] Fix missing mods in msi packages. Fix x64 release build on a clean tree on windows.
Hristo Trendev [Wed, 21 Jun 2017 17:00:52 +0000 (19:00 +0200)]
FS-10416: [mod_commands] add new outbound channels to an in-progress originate
This allows new endpoints (outbound channels) to be called, after an originate
is already in progress, where any of the originally called endpoints need to
continue to ring.
One use case would be to convert a 302 Moved Temporarily destination to SIP
endpoint(s) and then to add the new endpoints to an in-progress originate,
without cancelling any of the other (already ringing) outbound channels.
Brian West [Wed, 21 Jun 2017 13:51:50 +0000 (08:51 -0500)]
FS-10406: [mod_sofia] mod_sofia secure websocket connections SSLv3 and tls v1.0 is still not disabled #resolve
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.
Mike Jerris [Mon, 19 Jun 2017 17:57:31 +0000 (13:57 -0400)]
FS-10405: [core] Fix Timer destroy error on one legged calls
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
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
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
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.
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
Shane Bryldt [Mon, 12 Jun 2017 18:22:35 +0000 (13:22 -0500)]
FS-10167: Fixing linux build for blade.broadcast related stuff
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
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
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>
Shane Bryldt [Sat, 10 Jun 2017 03:34:02 +0000 (21:34 -0600)]
FS-10167: Preliminary version of blade.subscribe is implemented
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
Roman Sukhov [Fri, 9 Jun 2017 22:05:54 +0000 (01:05 +0300)]
FS-10383 [freeswitch-core] Destroy RTP session write timer
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
Anthony Minessale [Thu, 8 Jun 2017 00:41:21 +0000 (19:41 -0500)]
FS-10378: [freeswitch-core] VPX Tweaks
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
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
Anthony Minessale [Wed, 7 Jun 2017 22:59:35 +0000 (17:59 -0500)]
FS-10378: [freeswitch-core] VPX Tweaks #resolve
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