Changing the skills of an agent is not applied to Asterisk
Description
Given I have an agent A Given I have a skill "english" Given I have a queue with an incall skill rule "english > 90" and member A Given I associate skill "english = 95" to agent A via xivo-confd REST API When I call the queue Q via the incall Then agent A does not ring
Expected: agent A rings
Workaround: run "queue reload all" in the Asterisk CLI
Given I have an agent A
Given I have a skill "english"
Given I have a queue with an incall skill rule "english > 90" and member A
Given I associate skill "english = 95" to agent A via xivo-confd REST API
When I call the queue Q via the incall
Then agent A does not ring
Expected: agent A rings
Workaround: run "queue reload all" in the Asterisk CLI