My favorites | Sign in
Logo
                
Search
for
Updated Dec 10, 2009 by T.Delenikas
SMSServer_Interfaces  
SMSServer Interfaces

SMSServer Interfaces

Introduction

Interfaces act as source of messages to be sent out or as storage of messages already received by SMSServer gateways.

It's possible to restrict a interface to inbound or outbound message processing only:

interface.1=db1, Database
...
interface.2=xml1, Xml, inbound
...
interface.3=jmx1, Jmx, outbound

This would create three interfaces:

  • db1 is used to handle inbound and outbound messages.
  • xml1 will receive inbound messages but will never be able to send outbound messages.
  • jmx1 will never receive inbound messages but will be able to send outbound messages.

Installation

The core SMSServer sources are shipped with some basic interfaces in order to reduce dependencies. Some of the interfaces below may require extra installation steps. Please read each interface's documentation carefully!

Supported interfaces

SMSServer currently supports the following interfaces:


Comment by Olah.Istvan, Nov 25, 2009

In the example xml2 (with bold) is jmx1.


Sign in to add a comment
Hosted by Google Code