In the previous post, we created Lync users that are enterprise voice enabled. Now we want to use these users and make sure they can answer to incoming call to the Response Group we will create later.
The object used to hold the collection of agents assigned to a Response Group is called an AgentGroup. Properties from this AgentGroup object are, I believe, straight forward but let's see all of them.
There are two ways create new AgentGroup: via the Lync Server Control Panel or via the Lync Server Management Shell (or any PowerShell console). Let's start with Lync Server Control Panel approach first:
Figure 1: Creating a new group
Now let's do the same but with the Lync Server Management Shell.
You now have your first agent group created and saved in the database! Congrats :-). Next step will be to create a queue, which is where the callers are placed on hold until an agent from an agent group answer the call.
In the two previous posts we first created voice enterprise enabled users usable as response group agents