1. 14 9月, 2017 1 次提交
  2. 13 9月, 2017 3 次提交
    • Anthony Minessale's avatar
      85348331
    • Italo Rossi's avatar
      FS-10666: [mod_callcenter] Adding callcenter_break agent api · 7f31967a
      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.
      7f31967a
    • Shane Bryldt's avatar
      FS-10167: Temporary commit to retain changes before removing concept of… · af69e2fb
      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
      af69e2fb
  3. 12 9月, 2017 1 次提交
  4. 11 9月, 2017 3 次提交
  5. 08 9月, 2017 4 次提交
  6. 07 9月, 2017 2 次提交
    • Shane Bryldt's avatar
    • Shane Bryldt's avatar
      FS-10167: Added support for SSL/TLS, specifically enforcing TLS 1.2 currently… · ee8db10a
      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.
      ee8db10a
  7. 06 9月, 2017 2 次提交
  8. 01 9月, 2017 2 次提交
  9. 31 8月, 2017 3 次提交
  10. 29 8月, 2017 1 次提交
  11. 28 8月, 2017 1 次提交
    • Hristo Trendev's avatar
      FS-10617: [mod_sofia] Nightmare transfer: expose remote server's channel UUIDs as variables. · 9d4c2682
      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).
      9d4c2682
  12. 24 8月, 2017 4 次提交
  13. 22 8月, 2017 1 次提交
  14. 21 8月, 2017 2 次提交
  15. 18 8月, 2017 3 次提交
  16. 17 8月, 2017 6 次提交
  17. 16 8月, 2017 1 次提交