# Emergency Calls

<figure><img src="/files/XsTkRMsqslCLY5dIuVSm" alt=""><figcaption><p>Sonoran Radio - Emergency Calls</p></figcaption></figure>

## Emergency Calling In-Game

Players are able to make an emergency call in FiveM with `/radio 911`. This will place them in a call on the Dispatch Panel waiting for a dispatcher.

<div><figure><img src="/files/z8EHUcdrAuekyP7vmpwF" alt=""><figcaption><p>Sonoran Radio FiveM - Emergency Call</p></figcaption></figure> <figure><img src="/files/CqjGqfaaHa14WBX1N6gf" alt=""><figcaption><p>Sonoran Radio - Dispatch Panel</p></figcaption></figure></div>

### Caller Microphone

The emergency call will use the caller's default microphone. If the caller can not be heard, they may need to [change the input device selection](/radio/tutorials/usage/troubleshooting/set-mic-in-game-for-radio.md) with `/radio 911 mic`.

<div><figure><img src="/files/DSRr1UJMwwaxbov7y6MO" alt=""><figcaption></figcaption></figure> <figure><img src="/files/FeDrft5B3R31ncor5Elf" alt=""><figcaption></figcaption></figure></div>

## Answering the Emergency Call

You can join and listen to an emergency call using the microphone and headphone buttons, just like any other channel in Sonoran Radio. The buttons will highlight green and red respectively when enabled

{% hint style="info" %}
Mic clicks are disabled in emergency channels
{% endhint %}

<div align="center" data-full-width="false"><figure><img src="/files/3J2vgPSMvsCvZsTl2818" alt=""><figcaption><p>Sonoran Radio - Speaking in 911 Call</p></figcaption></figure></div>

## Ending the Emergency Call

Dispatchers can end an emergency call with the red "End Call" button, and in-game players can end it by using `/radio 911` again.

<figure><img src="/files/tgR8a7UQbERfHLs122eR" alt=""><figcaption><p>Sonoran Radio - End 911 Call</p></figcaption></figure>

## Redial the Caller

In some cases, the caller may hang up or dispatch needs to call them back for more information.

Once the call has ended, a `Re-dial {user}` option will appear. Click the green call button to re-dial.

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

## Customize The Emergency Number & Banner

By [editing the config file](/radio/tutorials/getting-started/installing-the-in-game-resource.md#updates) you can customize the following options:

1. Customize `911` to any other number or word by editing the `emergencyCommand` property.
2. Hide the user's emergency call banner by setting `showEmergencyCallHelp` to `false`.

## Integrated Phone Scripts

Sonoran Radio also integrates with popular FiveM phone scripts like LB Phone!

{% content-ref url="/pages/2p0JIGazOPtokjpINm3Q" %}
[FiveM Phone Scripts](/radio/tutorials/integrations/fivem-phone-scripts.md)
{% endcontent-ref %}

## Developer Documentation

Third-party scripts, such as a phone system, can also programmatically start and end emergency calls.

{% content-ref url="/pages/TBpWjuKVZhv5bJwrQ8Ja" %}
[Resource API](/radio/developer-documentation/developer-documentation/resource-events.md)
{% endcontent-ref %}


---

# 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.sonoransoftware.com/radio/tutorials/usage/dispatch-panel/emergency-calls.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.
