dagmoller / monast

The Asterisk Monitor Web Panel
BSD 3-Clause "New" or "Revised" License
50 stars 45 forks source link

Not working with Asterisk 14 #3

Closed marcoacarvalho closed 7 years ago

marcoacarvalho commented 7 years ago

Probably due to changes in AMI on Asterisk v14, Monast is not working on this version:

[Thu Mar 16 16:18:17 2017] NOTICE :: Initializing Monast AMI Interface... [Thu Mar 16 16:18:17 2017] NOTICE :: Parsing config file /etc/monast.conf [Thu Mar 16 16:18:17 2017] NOTICE :: Server Test :: AMI Connected... [Thu Mar 16 16:18:17 2017] ERROR :: Server Test :: Error Requesting Asterisk Version, reason: Command output follows

http://lists.digium.com/pipermail/asterisk-commits/2015-April/072904.html

dagmoller commented 7 years ago

Monast uses starpy to connect to AMI, but it does not support new AMI output format yet...

dagmoller commented 7 years ago

You need to get starpy from github(https://github.com/asterisk/starpy) and apply the patch below...

asterisk-14.txt

marcoacarvalho commented 7 years ago

Thanx I will check this out