constant SMS_CARRIER_DEFAULT in SMS Framework 6.2
Same name and namespace in other branches
- 7 sms.module \SMS_CARRIER_DEFAULT
3 uses of SMS_CARRIER_DEFAULT
- carrier_save in ./
sms.module - Save a carrier.
- sms_carriers in ./
sms.module - Get a list of all carriers
- sms_carriers_admin_form in ./
sms.admin.inc - Form builder for the list of sms carriers.
File
- ./
sms.module, line 42 - The core of the SMS Framework. Provides gateway managment and API for sending and receiving SMS messages.
Code
define('SMS_CARRIER_DEFAULT', 0);