[asterisk-bugs] [JIRA] (ASTERISK-27009) AMI Ping Action returns Permission denied
Kevin Stange (JIRA)
noreply at issues.asterisk.org
Fri May 19 12:08:57 CDT 2017
Kevin Stange created ASTERISK-27009:
---------------------------------------
Summary: AMI Ping Action returns Permission denied
Key: ASTERISK-27009
URL: https://issues.asterisk.org/jira/browse/ASTERISK-27009
Project: Asterisk
Issue Type: Bug
Security Level: None
Components: Core/ManagerInterface
Affects Versions: 13.15.0
Environment: Asterisk 13.15.0 under FreePBX 13
Reporter: Kevin Stange
Severity: Minor
We had been running asterisk 13.14.0 and we had a third party integration set up which would authenticate to the manager interface and then call the Ping action.
The manager config looks like this:
[name]
secret = <secret>
deny=0.0.0.0/0.0.0.0
permit=<IP>/255.255.255.255
read = system,call,log,verbose,command,agent,user,config,dtmf,reporting,cdr,dialplan,originate
write = system,call,originate
writetimeout = 100
This worked fine. After upgrading to version 13.15.0, we suddenly started seeing this:
id: 326777
ActionID: 326777
Action: Ping
Response: Error
ActionID: 326777
Message: Permission denied
I did some research and I wasn't able to find a documented permission that is to be used for allowing the Ping action or any notes of changes to AMI in 13.15.0's ChangeLog.
This seems like a bug, but if it's working as intended, perhaps some documentation of the change is missing?
I downgraded back to 13.14.0 and my application's able to call Ping again.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list