# What File Format Is Required for PortSIP PBX Prompt?

### Supported Audio File Format

PortSIP PBX supports **WAV audio files** using the following specifications:

* **Codec:** PCM (uncompressed)
* **Sample rate:** 16 kHz, 32 kHz, or 48 kHz
* **Bit depth:** 16-bit
* **Channels:** Mono

Only audio files that meet these requirements can be uploaded and used as system prompts.

***

### Applicable Features

The supported audio file format applies to the following PortSIP PBX features:

* Virtual Receptionist (IVR)
* Call Queue
* Conference
* Voicemail
* Music on Hold (MOH)
* Call Parking

***

### Converting Unsupported Audio Files to WAV Format

If your audio file does not meet the required format, you must convert it before uploading it to PortSIP PBX.

The steps below use [Audacity](https://www.audacityteam.org/download/windows/), a free and widely available audio editor.

***

#### Prerequisites

* [Audacity ](https://www.audacityteam.org/download/windows/)is installed on your computer
* The source audio file you want to convert

***

#### Step-by-Step Instructions

1. **Install Audacity**\
   Download and install the free Audacity audio editor.
2. **Open the audio file**
   * Launch Audacity.
   * Go to **File > Open**, then select the audio file you want to convert.
3. **Export the file as WAV**
   * Go to **File > Export Audio**.
4. **Configure the export settings**\
   In the **Export Audio** window, under **Audio Options**:
   * **Channels:** Select **Mono**
   * **Sample Rate:** Choose **16000 Hz**, **32000 Hz**, or **48000 Hz**
   * **Encoding:** Select **Signed 16-bit PCM**
5. **Save the converted file**\
   Click **Export** to save the WAV file to your computer.

***

#### Expected Outcome

* The exported WAV file fully complies with PortSIP PBX audio requirements.
* The file can be uploaded and used successfully as a prompt in supported PBX features.

<figure><img src="/files/TR2gDaY6Ecgiyf3ofmxU" 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://support.portsip.com/portsip-communications-solution/faq/what-file-format-is-required-for-portsip-pbx-prompt.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.
