> 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/parameter-reference/lnp-options-incoming-calls-lnp-mode.md).

# LNP Options: Incoming Calls LNP Mode

Terminate LNP

* Routing is done using the real called party number (not the LRN). LNP fields are ignored for the outgoing leg. (Default)

Forward LNP from incoming to outgoing call

* Routing is done using the LRN when available otherwise the called party number is used. LNP fields are kept for possible relay on outgoing leg.

Ignore LNP information

* Routing is done using the called party number. LNP fields are ignored for the outgoing leg.

The following table contains the pseudo-code of the mapping according to the configuration AND the content of the incoming call signaling:

**CPN** = called party number or the TO sip header

**called** = called number variable accessible in routing script

**GAP** = generic address number SS7 information element type 0xc0

**ported\_number** = extra number type accessible in the routing script

**RN** = rn field in SIP request URI

**bitM** = SS7 Forward call indicator information element: ported number translation indicator (bit M)

**X** = drop number

| Incoming NAP conf. | Incoming SS7                                                                                             | Incoming SIP                                                                                                          |
| ------------------ | -------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- |
| Ignore             | CPN => called GAP => X                                                                                   | CPN => called RN => X                                                                                                 |
| Terminate          | GAP => called CPN => X ported\_number not available                                                      | CPN => called RN => X ported\_number not available                                                                    |
| Forward            | if bitM=1 then : "" => ported\_number : if GAP then :: CPN => called :: GAP => PNB :else ::CPN => called | \| if npdi=yes then : "" => ported\_number : if RN then :: CPN => ported\_number :: RN=> called :else ::CPN => called |


---

# 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/parameter-reference/lnp-options-incoming-calls-lnp-mode.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.
