# iOS - Dual-Sim with SCA

**Third-party apps like the SCA can’t actively control which SIM card is used for outgoing calls.** \
\
SCA tells the operating system to dial a number. \
iOS then decides which SIM to use based on device settings\
—in this case it would be the default line for outgoing calls.\
\
Usually, the business SIM is set as the default.<br>

**The only way to influence this is:**

* When creating a private contact, manually set the preferred SIM.
* Or, during the first call to a new contact, choose the desired SIM (e.g. “Private”) in the pop-up.

The iOS typically remembers this choice and uses it for future calls to that contact.

**We recommend, the following:**

* The business SIM should be set as the default for outgoing calls in device settings.
* All private contacts should be saved with the private SIM assigned for outgoing calls.\ <br>

**How to set Default Voice Line:**

* Go to *Settings*
* Go to *Mobile Service*
* You can set your *Default Voice Line* to Business or Primary.<br>

Underneath, both SIM lines (Primary and Business) are visible with their numbers.\
This setting defines which SIM line will be used first by default when you dial a number.\ <br>

**How to assign Prefered Line for Contacts:**

* Open the contact you want to change Preferred line.
* Tap the area between the profile picture and the name to edit the line setting.
* You can set the ***Preferred Line*** to **Last Used**, or choose to always use **Business** or **Primary**.

<br>

<figure><img src="/files/IUBZ3Vc41CkZmur79QTj" alt=""><figcaption></figcaption></figure>


---

# 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://docs.secure-contacts.com/enduser-guide/ios-dual-sim.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.
