Perform this task to configure the SMS parameters. After you enable SMS notifications and configure SMS parameters, the system sends a message to the specified phone number through the SMS platform when an alarm occurs. SMS notifications provide higher efficiency than email notifications.
After you enable SMS notifications, the system can send SMS notifications to the administrators through SMS agents such as Jixintong message platform or Huawei message machine.
To send SMS notifications, perform the following tasks:
Enable SMS notifications and configure SMS parameters.
Configure SMS notification parameters in "Configure SMS notification parameters."
On the top navigation bar, click System, and then select Parameters > SMS Notifications from the navigation pane.
Configure the SMS parameters as described in "Parameters."
Click Test Deliverability to check the SMS settings.
Click Save.
SMS: Select whether to enable SMS notifications. If you select On, configure the parameters below.
SMS Platform: Select a SMS agent. Options include Jixintong SMS Platform, Huawei SMS Platform, China Mobile Proxy Server, Ruicheng SMS Platform, Common SMS Platform, and NetsUnion Platform.
Jixintong SMS Platform—Third-party message sending platform that requires registration and deployment. For more information, see the official website of Jixintong.
Huawei SMS Platform—Message sending device of Huawei.
China Mobile Proxy Server—China mobile agent server.
Ruicheng SMS Platform—Third-party message sending platform that requires registration and deployment. For more information, see the official website of Ruicheng.
Common SMS Platform—Common SMS platform that sends messages through HTTP requests or commands.
NetsUnion Platform.
If you select Jixintong SMS Platform, configure the following parameters:
Login Name: Enter the login name used to access the Jixintong SMS platform.
Login Password: Enter the password of the login name.
HTTP Proxy: Select whether to enable HTTP proxy. If you select On, configure the proxy address, proxy port, proxy username, and proxy password.
If you select Huawei SMS Platform, configure the following parameters:
IP Address: Enter the IP address of the Huawei message machine.
Username: Enter the username used to access the Huawei message machine database.
Password: Enter the password of the username.
Login Name: Enter the login name used to access the Huawei message machine.
Login Password: Enter the password of the login name.
Caller Identification: Enter the caller ID of the Huawei message machine.
Business Code: Enter the service code of the Huawei message machine.
If you select China Mobile Proxy Server, configure the following parameters:
Interface Code: Enter the interface code of the mobile agent server.
Username: Enter the username used to access the mobile agent server database.
Password: Enter the password of the username.
If you select Ruicheng SMS Platform, configure the following parameters:
IP Address: Enter the IP address of the Ruicheng SMS platform.
Login Name: Enter the login name used to access the Ruicheng SMS platform.
Login Password: Enter the password of the login name.
HTTP Proxy: Select whether to enable HTTP proxy. If you select On, configure the proxy address, proxy port, proxy username, and proxy password.
If you select Common SMS Platform, configure the following parameters:
SMS Code: Select an encoding type. Options include UTF-8 and GBK.
Send Type: Select a message sending mode. Options include HTTP Request (POST) and Command.
Request URL: Enter the request URL for the common SMS platform to send messages. This parameter is required when the send type is HTTP Request (POST). To obtain the exact address and address format, contact the SMS provider. Example: http://192.168.0.1:80/sendSms?userName=a&pwd=b&mobile={Mobile}&content={Content}, where {Mobile} represents the phone numbers to receive alarm messages and {Content} represents alarm message contents.
Command: Enter the command for the common SMS platform to send messages. This parameter is required when the send type is Command. To obtain the scripts, script installation path, and command-line syntax, contact the SMS provider. Example: /vms/sendMsg.sh --mobile {Mobile} --content {Content}, where {Mobile} represents the phone numbers to receive alarm messages and {Content} represents alarm message contents.