> 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/telecom-references/protocols/sip-nap-polling.md).

# SIP NAP Polling

### Polling

* In Tmedia, option ["Poll Remote Proxy?"](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/poll-remote-proxy/README.md) is enabled by default
* Tmedia SIP polling is using SIP OPTIONS method to "poke" a SIP [Network Access Point (NAP)](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/protocols/nap/README.md) to see if it's alive or not, that is, [NAP](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/protocols/nap/README.md) availability
* Upon a response from the SIP [NAP](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/protocols/nap/README.md), Tmedia will determine whether to mark the [NAP](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/protocols/nap/README.md) as up
* If the option ["Map any response to available status"](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/map-any-response-to-available-status/README.md) is unchecked, any 2xx/3xx/4xx class response to a SIP OPTIONS will bring the [NAP](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/protocols/nap/README.md) up
* The first time a SIP [NAP](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/protocols/nap/README.md) is added in configuration and configuration activated, Tmedia polls at 5 seconds, after that and general use is polling at 60 seconds
  * Since version 3.0.73 NAP SIP MAP polling is configurable with two parameters:
    * Proxy Polling Interval (Default 1 minute)
    * Proxy Polling Response Timeout (Default 30 seconds)

### [Network Access Point (NAP)](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/protocols/nap/README.md) Availability

If ["Poll Remote Proxy?"](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/poll-remote-proxy/README.md) and ["Register to Proxy?"](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/register-to-proxy/README.md) are both checked, only the SIP OPTIONS answers will affect the [NAP](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/protocols/nap/README.md) availability.

### Configuration

* [Allocating a SIP NAP Configuration v3.0](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/configuration/allocating-a-sip-network-access-point-nap/README.md)
* [Allocating a SIP NAP Configuration v2.10](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/configuration/allocating-a-sip-network-access-point-nap/README.md)
* [Allocating a SIP NAP Configuration v2.9](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/configuration/allocating-a-sip-network-access-point-nap/README.md)
* [Allocating a SIP NAP Configuration v2.8](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/configuration/allocating-a-sip-network-access-point-nap/README.md)

\- \[Allocating a SIP NAP Configuration v2.7]\(/tmedia/configuration/allocating-a-sip-network-access-point-nap) - \[Allocating a SIP NAP Configuration v2.6]\(/tmedia/configuration/allocating-a-sip-network-access-point-nap) - \[Allocating a SIP NAP Configuration v2.5]\(/tmedia/configuration/allocating-a-sip-network-access-point-nap)


---

# 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/telecom-references/protocols/sip-nap-polling.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.
