i am working in asterisk 21 with freepbx 17 and i used the asterisk AMI in my node js server, and i wanted to see of agent is in ringing status. when i call to the queue i can and if the agent answer it the status will be 2 which mean according to asterisk 21 event documentation it is “ID USE”. but i don;t know why i am not able to see the device ringing status, which is status of 6 .
{
Event: ‘QueueMember’,
Queue: ‘2000’,
Name: ‘Agent Onee’,
Location: ‘Local/1001@from-queue/n’,
StateInterface: ‘hint:1001@ext-local’,
Membership: ‘static’,
Penalty: ‘0’,
CallsTaken: ‘8’,
LastCall: ‘1745324636’,
LastPause: ‘0’,
LoginTime: ‘1745322174’,
InCall: ‘0’,
Status: ‘1’,
Paused: ‘0’,
PausedReason: ‘’,
Wrapuptime: ‘0’,
ActionID: ‘–spec_1745325275657’
}
the above is the event am getting for tracking the agent in the queue, and am using the “QueueMember” event for displaying or console logging the member status.