Configure SMSC¶
The CONFIGURE_SMSC function allows the user to configure the SMS Service Center (SMSC) address on an MCM device. This function is essential for enabling SMS functionality by setting the correct service center number provided by the mobile network operator.
Parameters¶
| Parameter Name | Description | Example Values | Required | Default Value |
|---|---|---|---|---|
| SMSC_ADDRESS | The SMSC address to configure. Must be a valid MSISDN format including country code. | +1234567890 | Yes | |
| EXPECT | The expected result of the SMSC configuration. If the SMSC is successfully configured, it returns SUCCESS. If the SMSC configuration fails, it returns FAILURE. | SUCCESS, FAILURE | Yes | SUCCESS |
Explanation of Fields¶
- SMSC_ADDRESS: The SMS service center phone number that the device will use to send and receive SMS messages. This must be provided by your mobile network operator.
- EXPECT: Defines the expected outcome of the SMSC configuration operation.
SUCCESSmeans the SMSC address was successfully set, whileFAILUREindicates it was not configured or an error occurred.