1. 21 4月, 2015 2 次提交
  2. 20 4月, 2015 2 次提交
  3. 17 4月, 2015 2 次提交
  4. 16 4月, 2015 4 次提交
  5. 15 4月, 2015 1 次提交
  6. 14 4月, 2015 2 次提交
  7. 13 4月, 2015 4 次提交
  8. 11 4月, 2015 1 次提交
  9. 10 4月, 2015 1 次提交
  10. 08 4月, 2015 2 次提交
  11. 07 4月, 2015 2 次提交
  12. 04 4月, 2015 1 次提交
  13. 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
  14. 01 4月, 2015 2 次提交
  15. 30 3月, 2015 1 次提交
  16. 27 3月, 2015 2 次提交
  17. 26 3月, 2015 5 次提交
  18. 25 3月, 2015 3 次提交