Difference between revisions of "AppSuite:MSISDN"

(Created page with "<div class="title">MSISDN Support</div>")
 
Line 1: Line 1:
 
<div class="title">MSISDN Support</div>
 
<div class="title">MSISDN Support</div>
 +
 +
== Enabling MSISDN Support ==
 +
MSISDN support is disabled by default. In order to enable this feature, you must define the capability '''msisdn'''. This is done by simply adding the word "msisdn" to the property "permissions" in '''/opt/openexchange/etc/permission.properties''':
 +
 +
<pre>
 +
permissions=...,msisdn
 +
</pre>

Revision as of 06:26, 11 July 2013

MSISDN Support

Enabling MSISDN Support

MSISDN support is disabled by default. In order to enable this feature, you must define the capability msisdn. This is done by simply adding the word "msisdn" to the property "permissions" in /opt/openexchange/etc/permission.properties:

permissions=...,msisdn