This is the list of message handlers and details about how they interact with specific components.
| Message | Component | Match param | Match value | Def. priority | Adjustable | Notes | Description |
|---|---|---|---|---|---|---|---|
| user.auth | |||||||
| call.route (msg) | |||||||
| - | smsc_npdb | module | smsc_map | 50 | 5-100 | onPorting | Interrogates local sqlite NPDB, only if ported is empty |
| - | smsc_map | route_type | msg | 105 | - | onMsgRoute | - |
| - | smsc_smpp | route_type | msg | 120 | - | onMsgRoute | Routes inbound SMPP messages |
| msg.execute | |||||||
| - | smsc_map | callto | smsc_map | 100 | - | onMsgExecute | - |
| - | smsc_smpp | callto | smsc_smpp | 120 | - | onMsgExecute | Handles inbound SMPP messages |