1. 16 4月, 2015 1 次提交
  2. 13 4月, 2015 2 次提交
  3. 11 4月, 2015 1 次提交
  4. 10 4月, 2015 1 次提交
  5. 08 4月, 2015 2 次提交
  6. 07 4月, 2015 2 次提交
  7. 04 4月, 2015 1 次提交
  8. 03 4月, 2015 3 次提交
    • William King's avatar
      Adding debian packaging for mod_amqp · 3f685a25
      William King 提交于
      3f685a25
    • William King's avatar
      Merge pull request #121 in FS/freeswitch from mod_amqp to master · 102e5544
      William King 提交于
      * commit '1a96f23f':
        Adding mod_amqp as an event_handler module
      102e5544
    • William King's avatar
      Adding mod_amqp as an event_handler module · 1a96f23f
      William King 提交于
      AMQP(Advanced Message Queueing Protocol) is an event bus protocol
      with more info here http://www.amqp.org/about/what
      
      mod_amqp implements the client side of the amqp protocol. Currently
      the module supports two separate, but not mutually exclusive usages:
      
      1. Sending a filtered whitelist of events to an AMQP server. The
      before the events are sent an amqp routing header is generated so that
      downstream subscriptions can subscribe using filters. If the
      connection to the remote server is interrupted, the module will
      attempt to reconnect.
      
      2. Subscribing to a 'control' channel on the remote AMQP server. When
      events are received on this channel if they match a configured filter,
      the commands are run locally as api commands. If the filter for the
      events being sent to the remote AMQP server include SWITCH_EVENT_API
      then the results of the api commands will be sent back to the AMQP
      server.
      
      FS-7060 #resolve
      Thanks-to: Daniel Bryars <danb@aeriandi.com> and Tim Brown <tim.brown@aeriandi.com>
      1a96f23f
  9. 01 4月, 2015 2 次提交
  10. 30 3月, 2015 1 次提交
  11. 27 3月, 2015 2 次提交
  12. 26 3月, 2015 5 次提交
  13. 25 3月, 2015 3 次提交
  14. 24 3月, 2015 2 次提交
  15. 25 3月, 2015 1 次提交
  16. 24 3月, 2015 1 次提交
  17. 23 3月, 2015 2 次提交
  18. 22 3月, 2015 1 次提交
  19. 21 3月, 2015 1 次提交
  20. 18 3月, 2015 3 次提交
  21. 17 3月, 2015 1 次提交
  22. 16 3月, 2015 2 次提交
    • William King's avatar
      Merge pull request #222 in FS/freeswitch from… · b32abaad
      William King 提交于
      Merge pull request #222 in FS/freeswitch from feature/FS-7373-add-ability-to-specify-custom-source.list to master
      
      * commit '4738da13':
        When using the debian/utils.sh script to build FreeSWITCH packages, add the ability to pass -T[path to custom sources path] and -K[custom keyfile path] options to build the FS packages with a custom sources and keyring path.
      b32abaad
    • William King's avatar
      When using the debian/utils.sh script to build FreeSWITCH packages, · 4738da13
      William King 提交于
      add the ability to pass -T[path to custom sources path] and -K[custom keyfile path]
      options to build the FS packages with a custom sources and keyring path.
      
      FS-7373
      4738da13