> For the complete documentation index, see [llms.txt](https://prosbcdocs.telcobridges.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://prosbcdocs.telcobridges.com/troubleshooting-and-support/troubleshooting-tips-and-actions/creating-a-test-call.md).

# Creating a test call

Test calls can be used to verify many aspects of the system, such as system resources, connection points, and more. Two types of test calls can be run:

* Outgoing
* Simulated incoming call.

\
To configure a test call:

1- Select Test Call from the navigation panel

<figure><img src="https://docs.telcobridges.com/w/images/c/cd/CreateTestCall_0.png" alt=""><figcaption></figcaption></figure>

\
2- Configure the parameters for the test call:

* Select a mode: Simulated incoming or Outgoing
* Enter settings for the call
* Click Place Call

<figure><img src="https://docs.telcobridges.com/w/images/7/7f/CreateTestCall_1.png" alt=""><figcaption></figcaption></figure>

\
As the call is placed the Current Test Call Status and Current Call Trace regions are updated as the call progresses.

\
Call Ringing

<figure><img src="https://docs.telcobridges.com/w/images/9/97/CreateTestCall_3.png" alt=""><figcaption></figcaption></figure>

\
Call Answered

<figure><img src="https://docs.telcobridges.com/w/images/7/7f/CreateTestCall_4.png" alt=""><figcaption></figcaption></figure>

<br>

When the call terminates, the call status field is updated

<figure><img src="https://docs.telcobridges.com/w/images/6/63/CreateTestCall_5.png" alt=""><figcaption></figcaption></figure>

### List of Parameters

* [Mode](/configuration-details/configuration-parameters-all.md#parameter-test-mode)
* [NAP](/configuration-details/configuration-parameters-all.md#parameter-test-nap)
* [Calling Number](/configuration-details/configuration-parameters-all.md#parameter-test-calling-number)
* [Called Number](/configuration-details/configuration-parameters-all.md#parameter-test-called-number)
* [File/Tone to Play](/configuration-details/configuration-parameters-all.md#parameter-test-filetone-to-play)
* [Tone String](/configuration-details/configuration-parameters-all.md#parameter-test-tone-string)
* [Generate CDR](/configuration-details/configuration-parameters-all.md#parameter-test-generate-cdr)
* [Call Duration](/configuration-details/configuration-parameters-all.md#parameter-test-call-duration)
* [Record](/configuration-details/configuration-parameters-all.md#parameter-test-record)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://prosbcdocs.telcobridges.com/troubleshooting-and-support/troubleshooting-tips-and-actions/creating-a-test-call.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
