constant SMS_GW_OK in SMS Framework 6
Same name and namespace in other branches
- 6.2 sms.module \SMS_GW_OK
- 7 sms.module \SMS_GW_OK
4 uses of SMS_GW_OK
- sms_clickatell_command in modules/
sms_clickatell/ sms_clickatell.module - Executes a command using the Clickatell API
- sms_devel_virtualgw_send in modules/
sms_devel/ sms_devel.virtualgw.inc - Callback for sending messages.
- sms_simplegateway_send in modules/
sms_simplegateway/ sms_simplegateway.module - Send a message
- sms_txtlocal_command in modules/
sms_txtlocal/ sms_txtlocal.module - Executes a command using the Txtlocal API
File
- ./
sms.module, line 28 - The core of the SMS Framework. Provides gateway managment and API for sending and receiving SMS messages.
Code
define('SMS_GW_OK', 200);