PAMI icon indicating copy to clipboard operation
PAMI copied to clipboard

PHP Asterisk Manager Interface ( AMI ) supports synchronous command ( action )/ responses and asynchronous events using the pattern observer-listener. Supports commands with responses with multiple ev...

Results 81 PAMI issues
Sort by recently updated
recently updated
newest added

hello. please add a method to set a variable in originate action

Hi, I implement some new actions and corresponding events about _ConfBridge_ : - _ConfbridgeListRooms_ action and it's _ConfbridgeListRooms_ and _ConfbridgeListRoomsComplete_ events - _ConfbridgeLock_ and _ConfbridgeUnlock_ actions (no corresponding event) -...

When I make attend channel AttendedTransferAction I recieve the message (Atxfer successfully queued), but nothing happen

We've been getting this intermittent error message in our logs, and would like this fixed. > Uncaught PHP Exception Symfony\Component\Debug\Exception\FatalErrorException: "Error: Call to a member function addEvent() on boolean" at...

When submitting a Command action where the Command key is unrecognized, PAMI fails to recognize the response and eventually times out, even though an error response is immediately received. Debugging...

I'm trying to connect to AMI from a remote server, via telnet the connection works fine but with the PAMI it always gives the same error: Error connecting to ami:...

Provides a listing of all endpoints. For each endpoint, an 'EndpointList' event is raised that contains relevant attributes and status information. Once all endpoints have been listed an 'EndpointListComplete' event...

I have a dual socket Xeon motherboard on which I'm doing nothing else but running asterisk and php. Despite seemingly abundant resources, my scripts always crash with a read timeout....

Hello. How i can use this function https://wiki.asterisk.org/wiki/display/AST/Asterisk+13+ManagerAction_MessageSend ?