- 07 9月, 2016 1 次提交
-
-
由 Richard Screene 提交于
Only send final PUT on Azure profiles Fix core dump when reading Azure key from environment variable Improve interface between mod_http_cache and storage providers Remove debug Remove out-of-date TODO Add new configuration to example Changes arising from Christopher Rienzo's comments Add function to pointers to the profile to allow for better integration with the storage providers. Add function to pointers to the profile to allow for better integration with the storage providers Remove old header file inclusion
-
- 24 8月, 2016 1 次提交
-
-
由 Italo Rossi 提交于
The member can hangup the call while we are playing the outbound announce audio to the agent, this patch detects this and properly hangup the agent channel to avoid keeping it up with just a silence call since there's no active bridge. The agent-bridge-end event now has CC-Agent-Bridged: true if the bridge successfully happens, variable cc_agent_bridged was added so we can track this in the agent and member CDRs. If you want to play an audio to the agent to indicate the member hangup the call before the bridge set the variable cc_bridge_failed_outbound_announce, for example: <action application="set" data="cc_bridge_failed_outbound_announce=tone_stream://%(250,250,425);loops=3"/> or <action application="set" data="cc_bridge_failed_outbound_announce=your-caller-has-gone-away-audio"/> prior to calling callcenter application. These variables are documented at https://freeswitch.org/confluence/display/FREESWITCH/mod_callcenter
-
- 23 8月, 2016 2 次提交
-
-
由 Ken Rice 提交于
FS-9442 #resolve #comment tweak the deb packages to properly install the debug symbols via freeswitch-all-dbg and freeswitch-meta-all-dbg lang packages do not have dbg packages as they are just xml
-
- 22 8月, 2016 7 次提交
-
-
由 Brian West 提交于
-
由 Mike Jerris 提交于
Merge pull request #938 in FS/freeswitch from ~IXYD/freeswitch:bugfix/FS-9452-mod_sofia-sip-capture-src-and-dst to master * commit 'ebaf95e7': FS-9452: fixed true/false logic for using dst flag
-
由 Brian West 提交于
-
由 Ken Rice 提交于
FS-9442 #resolve #comment tweak the deb packages to properly install the debug symbols via freeswitch-all-dbg and freeswitch-meta-all-dbg
-
由 Ken Rice 提交于
-
由 Sebastian Denz 提交于
-
由 Ken Rice 提交于
-
- 21 8月, 2016 1 次提交
-
-
由 William King 提交于
* commit '5f534649': FS-9409: Wait for avformat reader thread before reading.
-
- 20 8月, 2016 7 次提交
-
-
由 Mike Jerris 提交于
Merge pull request #936 in FS/freeswitch from ~PIOTRGREGOR/freeswitch:bugfix/FS-9447-fix-build-on-windows to master * commit 'e5fc843c': FS-9447: [mod_avmd] #fix PRId64 on windows
-
由 Piotr Gregor 提交于
We need to include inttypes.h header on Windows for this to work.
-
由 Anthony Minessale 提交于
-
由 Mike Jerris 提交于
Merge pull request #935 in FS/freeswitch from ~SJTHOMASON/freeswitch:bugfix/FS-9449-enable-clock-calibration-and-clock_nanosleep to master * commit 'c5eb29d7': FS-9449: Enable clock calibration and clock_realtime on Solaris
-
由 Mike Jerris 提交于
* commit '676419a2': FS-9439 check chained loopback for loopback_bowout
-
由 Spencer Thomason 提交于
-
由 Luis Azedo 提交于
-
- 19 8月, 2016 6 次提交
-
-
由 Mike Jerris 提交于
Merge pull request #934 in FS/freeswitch from ~PIOTRGREGOR/freeswitch:feature/FS-9447-avmd-increase-default-number-of-samples to master * commit '169f1c0b': FS-9447: [mod_avmd] increase factory default value of samples to skip
-
由 Mike Jerris 提交于
* commit 'ea5b3936': FS-9440 add transfer_destination
-
由 Mike Jerris 提交于
* commit 'f8c2abc1': FS-9441 optional skip member outcall beep
-
由 Piotr Gregor 提交于
Increase the value of parameter for factory settings (used when config can't be loaded or on 'set default' command).
-
由 Mike Jerris 提交于
Merge pull request #933 in FS/freeswitch from ~PIOTRGREGOR/freeswitch:feature/FS-9447-avmd-increase-default-number-of-samples to master * commit 'fb065a14': FS-9447: [mod_avmd] increase default value of samples to skip
-
由 Piotr Gregor 提交于
Increase value of samples to skip at the beginning of new frame. This increases the robustness against false detections observed on German voicemail from Switzerland (see wav audio attached to case FS-9447).
-
- 18 8月, 2016 4 次提交
-
-
由 Moises Silva 提交于
-
由 Brian West 提交于
Revert FS-8565, its getting a few blames for 3cx interop issues, we need to revisit the original reason and make sure this was the right fix.
-
由 Luis Azedo 提交于
-
由 Luis Azedo 提交于
-
- 17 8月, 2016 5 次提交
-
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Brian West 提交于
-
由 Anthony Minessale 提交于
-
由 Brian West 提交于
Merge pull request #859 in FS/freeswitch from ~SJTHOMASON/freeswitch:bugfix/FS-9183-call-with-t.38-reinvite-fails-after to master * commit '5b71dffb': FS-9183: [mod_sofia] Handle 415 Unsupported Media Type as 488
-
- 16 8月, 2016 6 次提交
-
-
由 Mike Jerris 提交于
Merge pull request #883 in FS/freeswitch from ~LORNI/freeswitch:feature/FS-9256-add-db.finalize-in-order-to-close to master * commit '36ffb292': FS-9256: mod_v8: Add DB.Finalize() in order to close statements.
-
由 Michael Jerris 提交于
Conflicts: libs/sofia-sip/.update
-
由 Mike Jerris 提交于
Merge pull request #915 in FS/freeswitch from ~SJTHOMASON/freeswitch:bugfix/FS-8783-srtp-bus-error-on-sparc to master * commit 'c08809e2': FS-8783: [libsrtp] Fix alignment issue
-
由 Mike Jerris 提交于
Merge pull request #926 in FS/freeswitch from ~SJTHOMASON/freeswitch:bugfix/FS-9424-__byte_order-macro-not-defined-correctly to master * commit '2febb557': FS-9424 #resolve Define byte order correctly on Solaris/SPARC
-
由 Mike Jerris 提交于
Merge pull request #927 in FS/freeswitch from ~SJTHOMASON/freeswitch:bugfix/FS-9423-segfault-if-sofia-profile-param-local-network-acl to master * commit '8928852d': FS-9423 #resolve Handle null value in ACL list name
-
由 Mike Jerris 提交于
Merge pull request #924 in FS/freeswitch from ~PIOTRGREGOR/freeswitch:feature/FS-9069-avmd-add-total-time-to-beep-event to master * commit '9fbf9d02': FS-9069: [mod_avmd] add detection time to beep event
-