Hi All,
I have started to read about Asterisk::AMI module. In that module if we want to send the action to the AMI server,we need to use the Action with action name using send_action method. In that module they mentioned about Action => 'Ping' within send_action method. Here what is the use of Action => 'Ping'.Can anyone explain me about it.
send_action({ Action => 'Ping',
CALLBACK => \&method,
});
Thanks in advance.