SMS Aerialink

Component ID

1548106

Component name

SMS Aerialink

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

This module allows users to enable Aerialink as an SMS Framework gateway. This module also includes an example incoming message end point. In this case a Service was used. This module can however, be used simply as a SMS sender. Usage of the incoming messages end point is not required.

End Point for Incoming Messages

  • Uses a service defined in this module. Your Aerialink space should be configured to set your Deliver SMS URL to: http://www.yourDomain.com/services/rest/service_sms_aerialink/receive.xml (or similar).
  • The service end point uses basic HTTP authentication and requires that your Aerialink account pass Username and Password parameters (Configurable in your Aerialink dashboard).
  • Requires that you specify your Username and Password in settings.php or otherwise:
    <?php
    $conf = array(
      'sms_api_user' => 'someUserName',
      'sms_api_password' => 'somePassword',
    );
    ?>