Master is in the process of being fully updated to v2, so there's
quite a bit broken about it. I apologize, and am working as quickly
as I can to get it up to snuff. The v1 branch has far fewer bugs, and
will let you 'get to know' OpenACD better. I'll be making an
announcement on this mailing list when v2 is done.
1: It's currently a place holder for now. I'm currently focused on
other functionality (such as getting email fully working again in v2),
which is why it's in the half-finished state. The admin screen lacks
an option for configuring an agent's endpoint completely. This has
been implemented on the backend, however:
agent_auth:set_endpoint({login, "agent"}, freeswitch_media,
{sip_registration, "agent"}).
agent_auth:drop_endpoing({login, "administrator}, email_media).
2: I'll look into this; there should be no issue on v1, so it may be
as simple as merging a fix in.
Micah