...
- smsincoming - incoming SMS settings;
- allowed - list of numbers and user names from which incoming SMS are allowed, separator - space (example: +123456789 user100);
- sms_bot - enable SMS bot to process commands;
- mail_enable - enable forwarding to email;
- mail_allowed_only - SMS forwarding to email only for allowed incoming phone numbers (see GSM Modem Service);
- mail_list - list of email addresses or user names for SMS forwarding;
- sms_enable - enable forwarding to phone number by SMS;
- sms_allowed_only - SMS forwarding to phone only for allowed incoming phone numbers (see GSM Modem Service);
- sms_list - list of phone numbers or user names for SMS forwarding.
- sms_inc_list - queue of incoming SMS;
- sms_inc - incoming SMS in the queue:
- from - phone number from incoming SMS;
- message - SMS text;
- date - the time when added to the queue in UTS.
- sms_inc - incoming SMS in the queue:
...
- k - user session ID;
- allowed - list of numbers and user names from which incoming SMS are allowed, separator - space (example: +123456789 user100);
- sms_bot - enable SMS bot to process commands (0 - disable, 1 - enable);
- mail_enable - enable forwarding to email (0 - disable, 1 - enable);
- mail_allowed_only - SMS forwarding to email only for allowed incoming phone numbers (0 - all incoming SMS, 1 - for allowed phone numbers only);
- mail_list - list of email addresses or user names for SMS forwarding, separator - space (example: foo@company.com user44);
- sms_enable - enable forwarding to phone number by SMS (0 - disable, 1 - enable);
- sms_allowed_only - SMS forwarding to phone only for allowed incoming phone numbers (0 - all incoming SMS, 1 - for allowed phone numbers only);
- sms_list - list of phone numbers or user names for SMS forwarding, separator - space (example: +123456789 user44).