constant SMS_GW_ERR_OTHER in SMS Framework 6
Same name and namespace in other branches
- 6.2 sms.module \SMS_GW_ERR_OTHER
- 7 sms.module \SMS_GW_ERR_OTHER
4 uses of SMS_GW_ERR_OTHER
- sms_clickatell_map_response_code in modules/
sms_clickatell/ sms_clickatell.module - Map a Clickatell gateway response status code to an SMS Framework gateway status code
- sms_simplegateway_send in modules/
sms_simplegateway/ sms_simplegateway.module - Send a message
- sms_track_archive_write in modules/
sms_track/ sms_track.module - Write a record to the DB table
- sms_txtlocal_command in modules/
sms_txtlocal/ sms_txtlocal.module - Executes a command using the Txtlocal API
File
- ./
sms.module, line 39 - The core of the SMS Framework. Provides gateway managment and API for sending and receiving SMS messages.
Code
define('SMS_GW_ERR_OTHER', 500);