constant SMS_MSG_STATUS_DELIVERED in SMS Framework 6
Same name and namespace in other branches
- 6.2 sms.module \SMS_MSG_STATUS_DELIVERED
- 7 sms.module \SMS_MSG_STATUS_DELIVERED
3 uses of SMS_MSG_STATUS_DELIVERED
- sms_clickatell_map_message_status_code in modules/
sms_clickatell/ sms_clickatell.module - Map a Clickatell message status code to an SMS Framework message status code
- sms_devel_virtualgw_sendlogic in modules/
sms_devel/ sms_devel.virtualgw.inc - sms_txtlocal_map_message_status_code in modules/
sms_txtlocal/ sms_txtlocal.module - Map a Txtlocal message status code to an SMS Framework message status code
File
- ./
sms.module, line 19 - The core of the SMS Framework. Provides gateway managment and API for sending and receiving SMS messages.
Code
define('SMS_MSG_STATUS_DELIVERED', 202);