Frage

Is there a way in Asterisk, how to detect proper status of the manager's connection to the Asterisk? (my point is the notification about failed connection to asterisk) I'm implementing visual indication to our java application (using Asterisk Java library), however from my point of view it is not working as one would expect.

There is a method getStatus() on ManagerConnection, but even if I disconnect network cable, the result is always CONNECTED. And I haven't observed anything similar I could use.

Keine korrekte Lösung

Andere Tipps

Simple way:

  • set global variable PING in extensions.conf to 1
  • via manager get global variable value. If not 1, re-connect.
Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top