Difference between revisions of "AppSuite:SMS Sipgate"

(Created SMS_Sipgate page)
(No difference)

Revision as of 08:50, 10 February 2016

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. 0 is the default and means unlimited

com.openexchange.sms.sipgate.maxlength=0