- 14 9月, 2017 1 次提交
-
-
由 Anthony Minessale 提交于
-
- 13 9月, 2017 3 次提交
-
-
由 Anthony Minessale 提交于
-
由 Italo Rossi 提交于
callcenter_break agent <uuid> can be called with an uuid that represents an outbound session created to call an agent. The current behavior of mod_callcenter is to keep watching this channel until it is hangup, once the hangup happens the bridge-agent-end and member-queue-end events are fired, agent is released on the database so it can receive more calls and member is also updated on database. If you do not want to the agent channel hangup to release the agent you can call this app with the agent session uuid and the agent will be released and available to receive more calls. This is useful when the agent is located on a remote freeswitch box and transfer the call internally, the original leg between the first FreeSWITCH and the remote box remains live and the agent will only be Available when the original call hangup.
-
由 Shane Bryldt 提交于
FS-10167: Temporary commit to retain changes before removing concept of realm/subrealm as per discussions, will revisit this concept later when a real use-case presents itself, tests will not operate correctly in this build as realms are incomplete prior to removal
-
- 12 9月, 2017 1 次提交
-
-
由 Anthony Minessale II 提交于
Merge pull request #1386 in FS/freeswitch from ~VICTORTORRES/freeswitch-fs-7445:bugfix/FS-10654 to master * commit '67dad063': FS-10654: [verto] implementing replace prototype in verto dialog
-
- 11 9月, 2017 3 次提交
-
-
由 Anthony Minessale 提交于
-
由 Mike Jerris 提交于
Merge pull request #1390 in FS/freeswitch from ~ANDYWOLK/freeswitch:bugfix/FS-10663-portaudio-and-windows-devices-empty to master * commit 'fe83efca': FS-10663: [mod_portaudio] Fix empty pa devlist on windows x64 release build.
-
由 Andrey Volk 提交于
-
- 08 9月, 2017 4 次提交
-
-
由 Anthony Minessale 提交于
FS-10622: [core] Auto-fixing audio codec from G722 to PCMU although PCMU was not negotiated #resolve
-
由 Mike Jerris 提交于
Merge pull request #1374 in FS/freeswitch from ~MOCHOUINARD/freeswitch:bugfix/FS-10608-patch-change-hard-coded-60-value to master * commit '348c2c42': FS-10608: Change 60 second timeout value to a global #define SWITCH_DEFAULT_TIMEOUT
-
由 Victor Torres 提交于
-
由 Mike Jerris 提交于
Merge pull request #1372 in FS/freeswitch from ~HRISTO/freeswitch:FS-10617-nightmare-xfer-uuid-helper-vars to master * commit '9d4c2682': FS-10617: [mod_sofia] Nightmare transfer: expose remote server's channel UUIDs as variables.
-
- 07 9月, 2017 2 次提交
-
-
由 Shane Bryldt 提交于
-
由 Shane Bryldt 提交于
FS-10167: Added support for SSL/TLS, specifically enforcing TLS 1.2 currently but could be more configurable later. Added support for obtaining SANS from X509 certificates within the default wss transport, SANS will be used for preapproved automatically registered identities, currently only being cached on server side for downstream connections providing the remote client upstream certificate SANS, but can also be used by a master to obtain initial master identities from it's own downstream certificate in the future (planned, but not yet implemented) as it is the exception with no upstream and MUST have downstream available. Also added the openssl executable to the projects being built in the libblade solution to provide a windows executable for certificate production when required.
-
- 06 9月, 2017 2 次提交
-
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
- 01 9月, 2017 2 次提交
-
-
由 Anthony Minessale 提交于
FS-10613: [core] freeswitch using the the wrong PT value (using the transmit PT instead of the receive PT) #resolve
-
由 Anthony Minessale 提交于
FS-10637: [core] FreeSWITCH crash in 'enterprise originate' API caused due to fix done for FS-10596 #resolve
-
- 31 8月, 2017 3 次提交
-
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Seven Du 提交于
-
- 29 8月, 2017 1 次提交
-
-
由 Marc Olivier Chouinard 提交于
-
- 28 8月, 2017 1 次提交
-
-
由 Hristo Trendev 提交于
Currently there is no easy way for ESL and dial plan users to easily correlate the channel UUID of the call legs involved in a nightmare transfer. This patch adds two new channel variables, which are set to the remote server call leg UUIDs (transfer_refer_from, transfer_refer_for). The UUIDs are passed from the remote server in custom headers (X-FS-Refer-From and X-FS-Refer-For).
-
- 24 8月, 2017 4 次提交
-
-
由 Brian West 提交于
* commit 'aea2db04': FS-10592: [mod_sofia] add sofia_profile_url to b channel
-
由 Brian West 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
- 22 8月, 2017 1 次提交
-
-
由 Mike Jerris 提交于
-
- 21 8月, 2017 2 次提交
-
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
FS-10571: [mod_conference,RTP] TMMBR messages request the same size for any user layout size when manage-inbound-video-bitrate enabled #resolve
-
- 18 8月, 2017 3 次提交
-
-
由 Shane Bryldt 提交于
-
由 Shane Bryldt 提交于
FS-10167: Updated publish and broadcast to support adding and removing channels at runtime, as well as removing protocols at runtime. In effect this provides cleanup on subscriptions when an entire channel or protocol becomes unavailable. Committing to test linux build.
-
由 Anthony Minessale 提交于
FS-10561: [freeswitch-core,mod_conference] Video concurrency improvements for 1.8 -- fix locking regression part 2
-
- 17 8月, 2017 6 次提交
-
-
由 Anthony Minessale 提交于
-
由 Mike Jerris 提交于
-
由 lazedo 提交于
-
由 Brian West 提交于
* commit '72335514': FS_10597: [mod_expr] add logic AND & OR
-
由 Brian West 提交于
Merge pull request #1367 in FS/freeswitch from ~JUNGLEBOOGIE/freeswitch:bugfix/FS-10595-pr-vars.xml-delete-whitespace to master * commit '4cb44e6c': FS-10593: clean up whitespaces from several xml files.
-
由 lazedo 提交于
-
- 16 8月, 2017 1 次提交
-
-
由 sean f 提交于
-