Null Backend

Description

NULL backend does not store data at all. It could be useful in case you don’t want to store messages at all and you want to process then in RunOnReceive handler.

Configuration

The configuration file then can look like:

[smsd]
Service = null
RunOnReceive = /usr/local/bin/process-sms

Table Of Contents

Previous topic

ODBC Backend

Next topic

SMSD Database Structure

This Page