49.1. CTISMS - CTI SMS resource

CTISMS resource allows to send SMS through an UMTS-BOX device.

If it's used toghether with SMTP resource, it allows to send/receive sms through emails.

[Tip]Tip

Interesting chapters:

Section 65.19, “How to configure CTISMS to send sms via emails”;

Section 65.18, “How to configure CTISMS to send sms using the web interface”.

49.1.1. Activating the CTISMS resource

Add the resource to the Abilis system with the following command.

[09:08:14] ABILIS_CPX:a res:ctisms

RES:CTISMS ALREADY EXISTS

The CTISMS resource may already exist in the system, but may not yet be active: set it active with the command:

[09:10:00] ABILIS_CPX:s act res:ctisms

COMMAND EXECUTED
[Caution]Caution

You must restart the Abilis to make the resource running (use the command warm start to reboot the Abilis) after adding or setting the CTISMS active.

[11:01:39] ABILIS_CPX:s p ctisms act:yes

COMMAND EXECUTED

[13:07:41] ABILIS_CPX:d p ctisms

RES:CtiSms - Not Saved (SAVE CONF), Not Refreshed (INIT)-----------------------
       DESCR:Short_Message_Service
       LOG:NO          ACT:YES      MAX-SMS-SPLIT:1     ALLOW-UNICODE:NO  
       DFT-IN:NO
       DFT-SMTP:
       wdir:C:\APP\SMS\
[Caution]Caution

Execute the initialization command init res:ctisms to activate the changes made on the upper case parameters; use save conf and warm start commands to set active the changes made on the lowercase parameters.

49.1.2. CTISMS resource parameters

Use the below command to display the parameters of the resource; the d p ctisms ? command shows the meaning of parameters.

[14:08:12] ABILIS_CPX:d p ctisms

RES:CtiSms --------------------------------------------------------------------
Run    DESCR:Short_Message_Service
       LOG:NO          ACT:YES      MAX-SMS-SPLIT:1     ALLOW-UNICODE:NO  
       DFT-IN:NO
       DFT-SMTP:
       wdir:C:\APP\SMS\

Meaning of the most important parameters:

LOG

State changes log and alarm generation [NO, D, S, A, L, T, ALL] [+E] (D: Debug Log; S: System Log; A: Alarm view; L: Local audible alarm; T: SNMP traps; +E: Extended Log of state changes, see ref. manual) ACT: Operation activation [NO, YES].

ACT

Runtime CTISMS activation/deactivation.

MAX-SMS-SPLIT

Maximal number of SMS for a single outgoing message [1..4].

ALLOW-UNICODE

Allow/disallow UNICODE encoding [NO, YES].

UNICODE is disallow, only LATIN-1 is used

DFT-IN

Default route for incoming SMS [NO: No default route, message deleted , SMTP: Message routed to SMTP].

DFT-SMTP

SMTP recipient()s for default route. From 0 up to 128 ASCII printable characters. Spaces are not allowed. Case is preserved.

wdir

Working directory. It cannot be empty. Physical full path in DOS notation, i.e. starting with a drive letter in the range ['A'..'Z'] and ending with the '\' character. Max. 128 characters. Case is preserved. Spaces are allowed. Strings holding spaces must be written between quotation marks (E.g.: "C:\My dir\").

The following command allows the administrator to change the configuration of the resource:

s p ctisms parameter:value...

[Caution]Caution

Execute the initialization command init res:ctisms to activate the changes made on the upper case parameters; use save conf and warm start commands to set active the changes made on the lowercase parameters.