FreePBX / superfecta

Provides simultaneous use of, and complete control over multiple caller id data sources.
http://www.freepbx.org
GNU General Public License v2.0
56 stars 92 forks source link

Added Send to MQTT functionality #331

Closed udo1toni closed 3 years ago

udo1toni commented 3 years ago

This commit adds a send to MQTT source. DID is used as last part of topic, while CID number and name are used as payload in JSON format. simple enough...

Prequerities are an installed mosquitto_pub command (comes with mosquitto).

udo1toni commented 3 years ago

Never mind. Will send another pull request.