1. 26 6月, 2017 3 次提交
  2. 23 6月, 2017 2 次提交
  3. 22 6月, 2017 3 次提交
  4. 21 6月, 2017 3 次提交
  5. 19 6月, 2017 1 次提交
  6. 15 6月, 2017 2 次提交
  7. 13 6月, 2017 2 次提交
    • Trevor Alpeter's avatar
      FS-10370: Enable SRTP Key Padding · 09174819
      Trevor Alpeter 提交于
      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
      09174819
    • Italo Rossi's avatar
      FS-10237 [mod_callcenter] Do not kick member out on timeout if originating to an agent · b4ada1b8
      Italo Rossi 提交于
      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.
      b4ada1b8
  8. 12 6月, 2017 2 次提交
  9. 11 6月, 2017 2 次提交
  10. 10 6月, 2017 2 次提交
  11. 09 6月, 2017 3 次提交
  12. 08 6月, 2017 1 次提交
  13. 07 6月, 2017 5 次提交
  14. 06 6月, 2017 5 次提交
  15. 05 6月, 2017 4 次提交