Announcing Distributed Device State Script
Hi all!
I’ve created a ØMQ Asterisk Manager Interface (AMI) Broker.
ØMQ broker is used to distribute Asterisk AMI messages among Asterisk servers. For example by using DeviceStateChange AMI event it makes all Asterisk servers share the same device states. We use it instead of res_xmpp and Jabber server. It is based on res_zmq_manager module. It’s available here – https://github.com/litnimax/zmq-ami-broker/
Feel free to submit there feature requests and bugs. Regards, Max.