README.txt |
README.txt |
|
About
-----
SMS Framework provides a modular API for Drupal to interact with SMS messages.
It also integrates well with the Messaging module
(http://drupal.org/project/messaging).
The project bundles the the following optional modules which improve… |
README.txt |
bootstrap/README.txt |
|
----------------------------
An option for receiving SMS
----------------------------
To receive, parse and queue SMS for processing at a low bootstrap level.
The include file (ab)uses the option to include a file at the cache level of
bootstrap.… |
README.txt |
modules/sms_devel/README.txt |
|
The virtual gateway part of this module is only partially working, and the
activity log (in the admin form) needs to be written. I am really struggling to
get the AJAX working to have this text field update as messages come in and out
of the virtualgw. |
README.txt |
modules/sms_track/README.txt |
|
-----------------------------------------------------------
SMS Framework Message Tracking feature module
-----------------------------------------------------------
** THIS MODULE IS VERY UNFINISHED **
- The module is tracking messages fine, by… |
README.txt |
modules/sms_valid/README.txt |
|
Description
===========
Provides number validation features for the Drupal SMS Framework.
Installation
============
Documentation
=============
http://moo0.net/smsframework/?q=node/19
Credits
=======
aspope… |
sms.admin.inc |
sms.admin.inc |
|
The admin sms functions. |
sms.api.php |
sms.api.php |
|
SMS Framework hooks. |
sms.info |
sms.info |
|
name = "SMS Framework"
description = "Provides a extensible API that facilitates communication between Drupal and various SMS gateways."
package = SMS Framework
core = 7.x
project = "smsframework"
files[] =… |
sms.install |
sms.install |
|
Install, update, and uninstall functions for the smsframework module. |
sms.module |
sms.module |
|
The core of the SMS Framework. Provides gateway management and API for
sending and receiving SMS messages. |
sms.module.test |
tests/sms.module.test |
|
Contains tests for the functions in sms.module and core sms framework. |
sms.parser.inc |
sms.parser.inc |
|
|
sms.rules.inc |
sms.rules.inc |
|
Rules module integration for the smsframework. |
sms.rules.test |
tests/sms.rules.test |
|
|
sms.tokens.inc |
sms.tokens.inc |
|
Token callbacks for the sms module. |
sms_actions.info |
modules/sms_actions/sms_actions.info |
|
name = "SMS Actions"
description = "Provides an action for sending outgoing messages and the ability to define custom triggers for incoming messages."
package = SMS Framework
dependencies[] = sms
dependencies[] = trigger
core =… |
sms_actions.module |
modules/sms_actions/sms_actions.module |
|
Provides a "Send SMS" action and the ability to define custom triggers for
incoming messages. |
sms_actions.test |
modules/sms_actions/sms_actions.test |
|
Contains tests for the functions in sms_action.module and actions integration. |
sms_blast.info |
modules/sms_blast/sms_blast.info |
|
name = SMS Blast
description = Allows bulk text messages to be sent to registered users.
package = SMS Framework
dependencies[] = sms_user
files[] = sms_blast.test
core = 7.x |
sms_blast.module |
modules/sms_blast/sms_blast.module |
|
Allows bulk text messages to be sent to registered users. |
sms_blast.test |
modules/sms_blast/sms_blast.test |
|
Contains tests for the sms_blast module. |
sms_devel.info |
modules/sms_devel/sms_devel.info |
|
name = SMS Devel
description = Dev and test tools to assist module/site development with the SMS Framework.
core = 7.x
package = SMS Framework
dependencies[] = sms
scripts[] = /js/sms_devel_virtualgw.js
files[] = sms_devel.install
files[] =… |
sms_devel.install |
modules/sms_devel/sms_devel.install |
|
SMS Development feature module: Install file |
sms_devel.module |
modules/sms_devel/sms_devel.module |
|
Development and testing tools for Drupal SMS Framework. |
sms_devel.send_form.inc |
modules/sms_devel/sms_devel.send_form.inc |
|
Test send form include for the sms_devel module of the SMS Framework. |
sms_devel.test |
modules/sms_devel/tests/sms_devel.test |
|
Tests for the SMS Devel module. |
sms_devel.virtualgw.admin.inc |
modules/sms_devel/sms_devel.virtualgw.admin.inc |
|
Virtual Gateway for the sms_devel module: Admin forms include |
sms_devel.virtualgw.inc |
modules/sms_devel/sms_devel.virtualgw.inc |
|
Virtual Gateway for the sms_devel module of the SMS Framework. |
sms_incoming.inc |
bootstrap/sms_incoming.inc |
|
Include file to (ab)use the cache router to accept and queue SMS. |
sms_international.info |
modules/sms_international/sms_international.info |
|
name = "SMS International"
description = "Provides international number validation."
dependencies[] = sms
package = SMS Framework
core = "7.x" |
sms_international.install |
modules/sms_international/sms_international.install |
|
|
sms_international.module |
modules/sms_international/sms_international.module |
|
Contains sms_international module. |
sms_sendtophone.css |
modules/sms_sendtophone/sms_sendtophone.css |
|
span.sms-sendtophone-inline {
background: #F9F7BC;
}
#sms-sendtophone-send-form .message-preview {
font-family: monospace;
} |
sms_sendtophone.info |
modules/sms_sendtophone/sms_sendtophone.info |
|
name = Send to phone
description = Provides various tools for sending bits of information via SMS.
dependencies[] = sms
package = SMS Framework
core = 7.x
files[] = sms_sendtophone.css
files[] = sms_sendtophone.module
files[] = sms_sendtophone.test |
sms_sendtophone.module |
modules/sms_sendtophone/sms_sendtophone.module |
|
Provides various tools for sending bits of information via SMS. |
sms_sendtophone.test |
modules/sms_sendtophone/sms_sendtophone.test |
|
Contains tests for sms_sendtophone.module |
sms_test_gateway.info |
tests/sms_test_gateway/sms_test_gateway.info |
|
name = Test Gateway
description = Support module for sms gateway testing.
hidden = 1
package: Testing
version: VERSION
core = 7.x |
sms_test_gateway.module |
tests/sms_test_gateway/sms_test_gateway.module |
|
A test gateway to be used for testing the sms framework |
sms_track.admin.inc |
modules/sms_track/sms_track.admin.inc |
|
Message tracking module: Admin settings form functions. |
sms_track.info |
modules/sms_track/sms_track.info |
|
name = Tracking
description = Message archiving and delivery tracking for the SMS Framework.
core = 7.x
package = SMS Framework
dependencies[] = sms
dependencies[] = views
files[] = views/sms_track.views.inc
files[] =… |
sms_track.install |
modules/sms_track/sms_track.install |
|
SMS Framework Message Tracking feature module: Install file. |
sms_track.module |
modules/sms_track/sms_track.module |
|
Message tracking feature module for Drupal SMS Framework. |
sms_track.test |
modules/sms_track/tests/sms_track.test |
|
|
sms_track.views.inc |
modules/sms_track/views/sms_track.views.inc |
|
SMS Framework Message Tracking feature module: views |
sms_track.views_default.inc |
modules/sms_track/views/sms_track.views_default.inc |
|
SMS Framework Message Tracking feature module: views |
sms_track_handler_field_direction.inc |
modules/sms_track/views/sms_track_handler_field_direction.inc |
|
SMS Framework Message Tracking feature module: views |
sms_track_handler_field_gateway.inc |
modules/sms_track/views/sms_track_handler_field_gateway.inc |
|
SMS Framework Message Tracking feature module: views |
sms_track_handler_field_local_number.inc |
modules/sms_track/views/sms_track_handler_field_local_number.inc |
|
SMS Framework Message Tracking feature module: views |
sms_user.actions.inc |
modules/sms_user/sms_user.actions.inc |
|
SMS User Action Implementation. |
sms_user.admin.inc |
modules/sms_user/sms_user.admin.inc |
|
sms_user.admin.inc
SMS admin pages and functions. |