1. 16 2月, 2014 4 次提交
  2. 15 2月, 2014 5 次提交
  3. 14 2月, 2014 11 次提交
  4. 13 2月, 2014 5 次提交
  5. 12 2月, 2014 9 次提交
  6. 11 2月, 2014 6 次提交
    • Chris Rienzo's avatar
      mod_rayo: shut up CentOS 5 warning · 396e1a72
      Chris Rienzo 提交于
      396e1a72
    • Anthony Minessale's avatar
      use portable switch_inet_ntop · 10d2dd3e
      Anthony Minessale 提交于
      10d2dd3e
    • Travis Cross's avatar
      Force sofia rebuild · 3449e265
      Travis Cross 提交于
      The rebuild is needed for commit d3b9aaba.
      3449e265
    • Travis Cross's avatar
      Add voicemail parameter storage-dir-shared · a6c90763
      Travis Cross 提交于
      If this is set to true (default false) we assume the storage-dir is
      shared, organized by realm/domain, with uses other than voicemail, so
      we adopt a directory structure of:
      
        <storage_dir>/<realm>/voicemail/<id>
      a6c90763
    • Travis Cross's avatar
      Add vm-domain-storage-dir param · b9a85831
      Travis Cross 提交于
      This replaces the semantics of the storage-dir parameter without the
      deprecation notice.  The behavior of storage-dir never should have
      been deprecated, though it was probably correct to deprecate the name
      itself.
      
      Rather than having both vm-storage-dir and vm-domain-storage-dir it
      might be nice if the config system could just notice at what level it
      was defined and do the right thing.  Indeed, this is why I'd left
      things as-is for so long.
      
      But as Master Foo famously said, "which one will reach the other side
      of the river: the one who dreams of a raft, or the one that hitchhikes
      to the next bridge?"
      
      FS-5329
      b9a85831
    • Travis Cross's avatar
      Add mod_sofia support for setting socket TCP keepalive · d3b9aaba
      Travis Cross 提交于
      Some OSes like linux provide a mechanism for sending TCP keepalive
      pings.  Sofia provides its own mechanism for doing this in userspace.
      We shouldn't conflate these two mechanisms.
      
      FS-6104
      d3b9aaba