Perform this task to configure the SMS parameters. 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.
From the left navigation pane, select Parameters.
Click the SMS tab.
Configure the parameters as described in "Parameters."
Click SMS Test.
Click Save.
SMS: Select whether to enable SMS notifications or not. If you enable SMS notifications, configure the parameters below.
SMS Type: Select an SMS agent. Options include Jixintong Message Platform, Huawei Message Machine, Mobile Agent Server, Ruicheng Message Platform, Common SMS Platform, and NetsUnion Platform.
Jixintong Message Platform—Third-party message sending platform that requires registration and deployment. For more information, see the official website of Jixintong.
Huawei Message Machine—Message sending device.
Mobile Agent Server—Third-party message agent server.
Ruicheng Message 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.
Login Name: Enter the login name used to access the Jixintong message platform, Huawei message machine, or Ruicheng message platform.
Password: Enter the password used to access the Jixintong message platform, Huawei message machine, or Ruicheng message platform.
HTTP Proxy: Select whether to enable HTTP proxy or not. This parameter is available only when you select Jixintong Message Platform. If you enable HTTP proxy, configure the following parameters:
Proxy Address: Enter the HTTP proxy address.
Proxy Port: Enter the HTTP proxy port.
Proxy Username: Enter the HTTP proxy username.
Proxy Password: Enter the HTTP proxy password.
IP Address: Enter the IP address of the Huawei message machine or the mobile agent server. This parameter is required if you select Huawei Message Machine or Mobile Agent Server.
Database Username: Enter the database username of the Huawei message machine or the mobile agent server. This parameter is required if you select Huawei Message Machine or Mobile Agent Server.
Password: Enter the database password of the Huawei message machine or the mobile agent server. This parameter is required if you select Huawei Message Machine or Mobile Agent Server.
Caller ID: Enter the caller ID of the Huawei message machine. This parameter is required if you select Huawei Message Machine.
Service Code: Enter the service code of the Huawei message machine. This parameter is required if you select Huawei Message Machine.
Interface Code: Enter the interface code of the mobile agent server. This parameter is required if you select Mobile Agent Server.
SMS Code: Select an encoding type. Options include UTF-8 and GBK. This parameter is required if you select Common SMS Platform.
Send Type: Select a message sending mode. Options include HTTP Request (POST) and Command. This parameter is required if you select Common SMS Platform.
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 telephone 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 telephone numbers to receive alarm messages and {Content} represents alarm message contents.