Gateways and connectors

Navigation:  Getting started >

Gateways and connectors

Previous pageReturn to chapter overviewNext page

gateways Gateways


Diafaan SMS Server uses gateways to interface with SMS and other messaging services. The following gateways are supported:

 

All editions:

gsmmodem GSM Modem gateway

Diafaan SMS Server can use GSM modems and SIM boxes to send and receive SMS messages. This includes a broad range of devices like the Sierra Wireless Fastrack, Cinterion, Wavecom, Siemens, Nokia, Huawei or Option GSM modems and a large number of normal GSM phones.

 

clickatell Clickatell gateway

Clickatell is a world leading communication provider specializing in bulk messaging services and SMS gateway connectivity. Diafaan SMS Server makes use of the Clickatell HTTP interface to send SMS messages.

 

Basic- and full editions only

smpp_gateway SMPP gateway

SMPP is a high performance two-way SMS protocol that is supported by a large number of online SMS providers. Use the SMPP Gateway to send and receive SMS messages with an SMS operator over an Internet connection. The SMPP Gateway supports SMPP version 3.3 or 3.4.

 

pager Paging gateway

Send messages to pagers and GSM phones with an analog or ISDN modem or an Internet connection. The Paging Gateway supports the IXO/TAP and UCP 01 protocols over a modem connection and the SNPP, SMTP (e-mail), WCTP and UCP 01 protocols over an Internet connection.

 

scriptinggateway Scripting gateway

Use the scripting gateway to send and receive messages to messaging services like e-mail, SMS or internet services. The scripting gateway is also used to change the recipient, message text etc. and to dispatch the message to a different gateway. The scripting gateway supports scripts in C# and Visual Basic .NET.

 

 

connectors Connectors


Connectors are used to connect Diafaan SMS Server with other software. This can be a database, e-mail system, web server and more. The following connectors are supported:

 

web Web connector

The Web connector uses a built-in web server that is used to send SMS messages and query the status of previously sent messages. The web connector can also be used to post received messages to webpages.

 

email E-mail connector

E-mail is converted into SMS messages with a built-in SMTP server or with a connection to an external POP server. The e-mail connector can also forward SMS messages to an e-mail address.

 

sqlconnector SQL connector

The SQL connector provides the connection to the database you want to use. It supports three database tables, one for messages to send (MessageOut), one to store received messages (MessageIn) and a table to log sent or failed calls (MessageLog).

 

scriptinggateway Scripting connector

Use a script to send SMS messages and process received messages. A simple script might send an SMS response to a received SMS message. The scripting connector supports scripts in C# and Visual Basic .NET.