Difference between revisions of "AppSuite:SMS Sipgate"

(Created SMS_Sipgate page)
 
(Added Sipgate's message length limit)
 
Line 27: Line 27:
 
  com.openexchange.sms.sipgate.password=YOUR_SIPGATE_PASSWORD
 
  com.openexchange.sms.sipgate.password=YOUR_SIPGATE_PASSWORD
  
Optional, a message length limit can be configured. 0 is the default and means unlimited
+
Optional, a message length limit can be configured. 460 is the default and is Sipgate's message lenght limit
  com.openexchange.sms.sipgate.maxlength=0
+
  com.openexchange.sms.sipgate.maxlength=460

Latest revision as of 12:20, 11 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. 460 is the default and is Sipgate's message lenght limit

com.openexchange.sms.sipgate.maxlength=460