Configure Farm Configuration Wizard for Receiving SMS
- Last UpdatedJul 01, 2024
- 1 minute read
The AVEVA Work Tasks Communication Service Settings will check the Phone device periodically for SMSs.
To configure the Farm Configuration Wizard for receiving SMS, you must set SMS Receiver attributes for the following fields:
-
Enable SMS Receiver
This is for enabling & disabling periodic checking of the device for SMS. If this is set to "True", the Notification Engine will check for SMS and if "False", the check is disabled. -
SMS Time Interval
The periodic Time interval for checking SMSs in the Device. Specify it in a time span (e.g. 0.00:01:30 = 1 minute 30 secs). It will delete the SMS from device based on the time interval. -
Wait Task Handler Path
The Assembly path for handling timeout action & warning. -
Wait Task Handler Class
The Class name for handling timeout action & warning. -
Provider Configuration
This is used to enter service-provider-specific details for receiving SMS. Currently details for one provider – GSM – have been given. If you are using any other service, you can add your provider details here.
Name - Name of the provider. The supporting providers are GSM, Email Provider, and SMS pattern match.
Assembly - Enter the required dll file path.
Class - Class Name.
Device - Name of the device that is connected to the COM port.Note: Under each Connection Type, apart from their configuration details, two compulsory nodes – SMSMessengerAssembly & SMSMessengerClass – have to be specified. This is the class which sends SMS for each provider. This class should implement ISMSSender interface.