# Call as Teams Queue Setup

This feature is in preview. See [Feature States](/appendix/feature-states.md)

{% hint style="warning" %}
Prerequisites:&#x20;

1. Verify the user is able to initiate calls as the Teams queue in the Teams client.  For more info see: <https://learn.microsoft.com/en-us/microsoftteams/create-a-phone-system-call-queue?tabs=general-info#assign-a-calling-id-optional>

2. Additional permissions are required to enable call as queue. See [Permissions](https://ac.docs.landis.cloud/appendix/pages/MXfcsBnbFZNffCP8ReLj#calldelegation.readwrite)
   {% endhint %}

3. In the Teams admin center, edit the Teams queue and locate the section labeled Assign calling ID. Select the resource account and click Copy object ID button. Paste the object ID(s) in the custom setting below. One or multiple object IDs can be listed.

```json
[
    {
        "key": "additionalDelegators",
        "description": "Array of additional delegators to add to the contact list. Array of strings of IDs",
        "value": [
            "Resource Account Object ID"
        ]
    }
]
```

2. In Landis Attendant Console, select Settings | Advanced | Copy and paste the custom setting in the Custom Settings text box. See example custom setting below:

<figure><img src="/files/p5jbuqrYkWxPsOjeeyCr" alt="" width="563"><figcaption></figcaption></figure>

3. Restart attendant console and now the resource accounts should appear in the "call as" dropdown list.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ac.docs.landis.cloud/appendix/call-as-teams-queue-setup.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
