AppSuite:SMS Sipgate
From Open-Xchange
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