Is it possible to simply send a message to appear as an AMI message/event, from the dialplan?For example exten =>123,1,ami(myEvent, param1, param2) and in the AMI a message appears like: Event: myEventPrivilege: call,allChannel: PJSIP/misspiggy-00000001Unique..
Author : Nathan
Im compiling an Asterisk system on a ESXi VM with recent CPU, but will deploy onto an old ESXi VM with older CPU. Is it possible to configure Asterisk to NOT use CPU specific instructions/optimizations so that the executable is portable? ThanksDan..
I am designing a solution for a hotel booking call center with the following(mandatory) design:After the call from the customer with the booking agent is complete (and the Hotel PBX disconnects from the call), a second PBXtakes over to conduct a sur..
I am communicating with Asterisk 13.18.3 over the AMI and issue the command: ActionID: 11Action: commandCommand: core show calls And the response I get is: Response: FollowsPrivilege: CommandActionID: 11–END COMMAND-But where is the call data?What..
According to some older documentation it is possible to disable subscription to any AMI events during the authentication process by adding Events: off as a parameter to the login action.Looking at the Digium documentation from Asterisk 13 onwards: https://wiki.asterisk.org/wiki/display/AST/Asterisk+13+ManagerAction_Lo..