1. 16 4月, 2014 4 次提交
    • Anthony Minessale's avatar
      FS-6462 --resolve · bce51017
      Anthony Minessale 提交于
      I found a problem here but it may not completely match your expectations.
      I reviewed the RFC 4028 and checked against the code and I discovered we should not be putting a Min-SE in any response at all besides a 422:
      
      section 5:
      
         The Min-SE header field MUST NOT be used in responses except for
         those with a 422 response code.  It indicates the minimum value of
         the session interval that the server is willing to accept.
      
      I corrected this problem and implemented the 422 response so if you request a value lower than the minimum specified for the profile.
      If the value is equal or higher to the minimum, it will be reflected in the Session-Expires header in the response and no Min-SE will be present.
      bce51017
    • Anthony Minessale's avatar
      FS-5997 regression from commit 70accd9f this… · 2bc28110
      Anthony Minessale 提交于
      FS-5997 regression from commit 70accd9f this caused some attended transfers to calls with multiple targets to get the abondoned channels to be stuck on write lock
      2bc28110
    • William King's avatar
    • Anthony Minessale's avatar
      add generic keepalive system and implement it in sofia to send MESSAGE or INFO… · a4a79248
      Anthony Minessale 提交于
      add generic keepalive system and implement it in sofia to send MESSAGE or INFO packets in-dialog at specified interval.
      
      Adds app: enable_keepalive 0|<seconds>
      This app can be run in the dialplan or with execute_on_* type variables for B-legs.
      
      Adds sofia param: keepalive-method  : defaults to MESSAGE can also be "INFO"
      This param sets which SIP method to use.
      a4a79248
  2. 15 4月, 2014 3 次提交
  3. 14 4月, 2014 5 次提交
  4. 13 4月, 2014 1 次提交
    • Peter Olsson's avatar
      FS-6457 --resolve · 295964f0
      Peter Olsson 提交于
      Upgrade to OpenSSL 1.0.1g in Windows build (Visual Studio 2010 and 2012)
      295964f0
  5. 12 4月, 2014 7 次提交
  6. 11 4月, 2014 6 次提交
  7. 10 4月, 2014 5 次提交
  8. 09 4月, 2014 9 次提交