AppSuite:SMS Sipgate

Revision as of 12:20, 11 February 2016 by Jan.bauerdick (talk | contribs) (Added Sipgate's message length limit)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Send SMS messages via Sipgate

Requirements

  • An activated Sipgate account

Available packages

To send SMS messages via Sipgate, the package open-xchange-sms-sipgate has to be installed and configured.

Debian GNU/Linux

Run

$ apt-get install open-xchange-sms-sipgate

Red Hat Enterprise Linux

Run

$ yum install open-xchange-sms-sipgate

SUSE Linux Enterprise Server

Run

$ zypper in open-xchange-sms-sipgate

Configuration

Open /opt/open-xchange/etc/sipgate.properties and apply following changes:

com.openexchange.sms.sipgate.username=YOUR_SIPGATE_USERNAME
com.openexchange.sms.sipgate.password=YOUR_SIPGATE_PASSWORD

Optional, a message length limit can be configured. 460 is the default and is Sipgate's message lenght limit

com.openexchange.sms.sipgate.maxlength=460