AMI commands for pausing and unpausing queue members

Hi

AMI commands for pausing and unpausing queue members.
Im in the process of writing a Agent gui and one thing thats confusing me is I can see that there is a AMI command to pause a member but no unpause.
in the dialplan there is pause and unpause. in AMI does it unpause if you pause a paused member ? I havent had the change to code it yet. But would like to know if pausing and more specificly unpausing works from the AMI

Cheers Ian

Ian,

Interesting observation/question.

I found this through the asterisk-java api docs.

asterisk-java.org/latest/apidocs … ction.html

The QueuePauseAction makes a queue member temporarily unavailabe (or available again).

So however you’re doing it, it should work the same directly with AMI

Cheers