1. 02 10月, 2014 1 次提交
    • Flavio Grossi's avatar
      FS-5106 fire an event when a sip client doesn't respond to option-ping · 56535519
      Flavio Grossi 提交于
      When all-reg-options-ping is enabled, this adds a new custom event to mod_sofia
      (sofia::sip_user_state), which is fired when a client stops responding to such
      ping packets (or when it is reachable again).
      
      Add two needed new columns to the sip_registrations table:
        - ping_status, which is "Reachable" or "Unreachable" depending on the client
          status;
        - ping_count, which tracks the number of ping responses received and is used
          to provide some kind of hysteresis to avoid firing the event in case of
          transitory network failures.
      
      Then ping_count is checked against two threshold values, sip-user-ping-min
      and sip-user-ping-max in a similar fashion as the ping-{max,min} options for
      the gateways. These two values are configurable in the profile's xml
      configuration file.
      
      Also, if unregister-on-options-fail is enabled, the client is unregistered
      based on the number of OPTIONS failure which is also checked against the
      sip-user-ping-{min,max} values.
      56535519
  2. 28 9月, 2014 1 次提交
  3. 27 9月, 2014 1 次提交
  4. 26 9月, 2014 6 次提交
  5. 25 9月, 2014 7 次提交
  6. 24 9月, 2014 2 次提交
    • Travis Cross's avatar
      Add mod_cluechoo back to debian/control-modules · cd67dfc6
      Travis Cross 提交于
      The debian/control-modules file is a comprehensive list of modules,
      not a list of modules which are built.  Our build tools verify the
      file is comprehensive, so modules can't be removed from here unless
      we're taking them out of tree.
      
      Partially revert "don't package mod_cluechoo and don't build/load by default"
      This partially reverts commit e02e41a5.
      cd67dfc6
    • Anthony Minessale's avatar
      FS-6851 #resolve · c018c287
      Anthony Minessale 提交于
      c018c287
  7. 23 9月, 2014 6 次提交
  8. 22 9月, 2014 1 次提交
  9. 21 9月, 2014 4 次提交
  10. 19 9月, 2014 2 次提交
  11. 18 9月, 2014 9 次提交