> For the complete documentation index, see [llms.txt](https://ss7.learn-telecom.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ss7.learn-telecom.com/devices/ssp-service-switching-point.md).

# SSP - Service Switching Point

#### SSP - Service Switching Point

A Service Switching Point (SSP) is a component of the Intelligent Network (IN) architecture.&#x20;

It is an advanced telephone exchange (switch) that detects specific call events and interacts with Service Control Points (SCPs) to process special services based on predefined criteria.&#x20;

The SSP plays a crucial role in providing enhanced telecommunication services by enabling dynamic call handling and routing.

#### Functions of SSP

1. **Call Event Detection:** The SSP monitors the call setup process and identifies specific triggers that signal the need for specialized processing, such as dialing a toll-free number or requesting a collect call.
2. **Communication with SCPs:** When a trigger condition is met, the SSP communicates with Service Control Points to retrieve instructions on how to handle the call. This might involve querying databases or executing service logic stored in SCPs.
3. **Dynamic Call Routing:** Based on the instructions received from SCPs, the SSP can modify the call path dynamically. This might include redirecting calls based on user preferences, call types, or time schedules.
4. **Service Logic Execution:** The SSP can execute predefined service logic to provide various telecommunications services such as call forwarding, conference calling, or call screening.
5. **Data Collection:** Collects and reports data required for billing and analytics purposes, capturing necessary call details to ensure accurate billing and service metrics.

#### Importance in Telecommunications

SSPs enhance the flexibility and functionality of telecommunication networks by allowing real-time decision-making and service customization.&#x20;

This adaptability helps in efficiently deploying new services without the need for exhaustive hardware upgrades.


---

# 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://ss7.learn-telecom.com/devices/ssp-service-switching-point.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.
