Experimental project
This is a sandbox project, which contains experimental code for developer use only.
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', ); ?>
Project information
Unsupported
Not supported (i.e. abandoned), and no longer being developed. Learn more about dealing with unsupported (abandoned) projectsNo further development
No longer developed by its maintainers.- Created by chrisfree on , updated


