SMPP Portal
Routes
Configure how messages are routed through connectors.
Routes determine which connector handles outgoing messages. The routing system evaluates rules in order and sends the message through the first matching route.
Route types
| Type | Description |
|---|---|
| Static | Always routes to a specific connector |
| Round-robin | Distributes messages across multiple connectors |
How routing works
- A message arrives from an SMPP user
- The system checks routes in order of priority
- Filters are evaluated (user, destination, source)
- The message is sent through the matched connector
Filters
Filters determine which messages match a route:
| Filter type | Description |
|---|---|
| User filter | Match messages from a specific SMPP user |
| Destination filter | Match messages to specific number patterns |
| Source filter | Match messages with specific sender IDs |
Route management
Routes and filters are managed by administrators through the SMPP Portal dashboard.
- View routes — See all configured routes with their priority and connectors
- Create route — Set up a new routing rule with filters
- Delete route — Remove a routing rule