On Fri, Oct 20, 2017 at 2:51 PM, Gabriel Ortiz Lour
wrote:
> Hi devs!
>
> I want to code a new asterisk App to send messages over MQTT. looking
> the docs the MQTT lib needs frequent calling to a "loop" function, since
> the "send" method is asyncronous.
>
> I don't want to use it externally
Hi devs!
I want to code a new asterisk App to send messages over MQTT. looking the
docs the MQTT lib needs frequent calling to a "loop" function, since the
"send" method is asyncronous.
I don't want to use it externally with "System" or "AGI" since it will be
called in the ahngup handler and