> For the complete documentation index, see [llms.txt](https://developer.ecall-messaging.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.ecall-messaging.com/api-references/smpp.md).

# SMPP

## SMPP

Use the eCall SMPP interface to send SMS messages and receive callbacks.

### At a glance

* Host: `smpp.ecall.ch`
* Port: `2776`
* Transport: **TLS 1.2** or **TLS 1.3**
* Protocol: **SMPP v3.4**

### Navigate this section

* [Getting started](/api-references/smpp/getting-started.md) — prerequisites, protocol version, and connection details
* [Session management](/api-references/smpp/session-management.md) — supported commands, bind flow, and keep-alive behavior
* [Sending SMS](/api-references/smpp/sending-sms.md) — `submit_sm` and supported parameter values
* [Receiving messages](/api-references/smpp/receiving-messages.md) — delivery receipts and inbound SMS
* [Error codes](/api-references/smpp/error-codes.md) — custom eCall SMPP errors
* [Code examples](/api-references/smpp/code-examples.md) — Python, Java, and C# examples

### Core features

* Send single-part and multi-part SMS messages.&#x20;
* Receive delivery receipts.
* Forward inbound SMS to your client.

{% hint style="info" %}
Use `bind_transceiver` for most integrations.
{% endhint %}


---

# 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:

```
GET https://developer.ecall-messaging.com/api-references/smpp.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.
