SMD - SIP Message Dispatcher
The SMD service is a SfB server application which is responsible for detecting agent related SfB actions and for the busy on busy feature. This component has to be installed on all SfB FE machines.
Installation
- Run the SMD.Setup.msi on the SfB server
- On the Luware-LUCS-SMD Configuration Settings screen of the setup pay attention to fill the
- Instance Name
- Port number
- SfB Server Version
- Configure Certificate Security
For security reason LUCS provides possibility to use certificate-based encryption and verification during the components communication. To configure certificate based authentication, select ‘Configure Certificate Security’ check box and press ‘Next’ button to open a page with server certificate settings.
Example of filled Luware-LUCS-SMD Configuration Settings screenIf ‘Configure Certificate Security’ check box was set to true, configure the server and client certificate settings as the next step. The client settings specify which settings SMD will use while connecting to PS. The server settings are used to validate another services when they try to connect to SMD.
example of filled Luware-LUCS-SMD Server Certificate Settings screenSettings Description Value Mode Transfer security modes offered by WCF to ensure a secured communication between a client and a server. None : This mode ensures that no security is applied while communication between server and client. Transport: As the name suggests, it is concerned with security of communication between a client and a service over a network protocol. It guarantees the confidentiality and integrity of messages at transport level since transport security secures the entire communication channel.
Validation Mode The mode that specifies how incoming certificate is validated and how trust is determined . None: In this mode no validation is perfomed. ChainTrust: : In this mode WCF simply validates the certificate against the issuer of a certificate known as a root authority (the expiration time is checked too).
PeerTrust: In this mode WCF simply checks if the incoming certificate is installed in the Trusted People folder in the certificate store (the expiration time is checked too).
PeerOrChainTrust: Mixed mode.
Is Dedicated The flag that defins which certificate is used for encryption. False: Encryption is done with default certificate. It means that certificate with the hostname of the machinefrom the Personal Store is used on server side. True: Encryption is done with a dedicated certificate. It means there is possibility to configure identifier (thumbprint) of the certificate.
Thumbprint The thumbprint is a hash value computed over the complete certificate, which includes all its fields, including the signature.
Note: The system reports all errors related to connection or certificate issues to a log file ‘C:\Program Files\Luware AG\LUCS-SMD\log\connectionIssues.log’.
Open Services and start the installed service.
Check that the service is successfully started without any errors in Event Viewer or in the log file
c:\Program Files\Luware AG\LUCS-SMD\log\regularLog.txt
Configuration
Open WebConfigurator -> Topology -> Components (Server)
Add SMD component as it is shown in the example (select the SMD Server Type, System Instance, Activity Order and fill the service’s Settings according to the table below):
Pay the attention that "System Instances" set for SMD are the SfB Frontend servers.
Key in Configurator | Description |
---|---|
ConnectionLivenessInterval | Enter the interval time in seconds between the keep alive pings. |
ConnectionLivenessTimeout | Enter the amount of seconds the component will wait for a keep alive response. |
ConnectionReconnectInterval | Enter the amount of seconds between the retries to reestablish the connection to the service. |
FQDNsToFilter | Default: Empty Allows to add multiple FQDNS, delimited by semicolon ';' On SMD this filters calls coming from those FQDNs for "direct call tracking". |
ManifestURI | This URI identifies the registered SfB server application. To get the required value 1. run Get-CsServerApplication command in SfB Server Management Shell 2. search for LUCS application 3. copy the URIproperty |
MaxRetry | Deprecated: Will be removed in future releases |
MessageTimeout | Deprecated: Will be removed in future releases |
PoolAwareness | Set to ‘true’ , to allow to redirect a call to the default endpoint address of an ICH in case of a pool failover. By default set to ‘false’. |
ReconnectTimeout | Deprecated: Will be removed in future releases |
RedirectAllSipRequestToCurrentPool | Enable the option to retarget all sip requests to a service, whICH is assigned to another SfB pool, to the default endpoint of the current ICH / pool. By default is set to false. It doesn’t require SMD restart. |
RedirectAllSipRequestToCurrentPoolResetTimeInSec | Defines how long the “RedirectAllSipRequestToTheCurrentPool” option wills stay active If Ithis value is <=0 and “RedirectAllSipRequestToCurrentPool” = true the retargeting to manual target will remain active until it is set back to false If this value is bigger than 0 and”RedirectAllSipRequestToCurrentPool” = true, reset the flag automatically after reset time is over By default is set to 0. It doesn’t require SMD restart. |
TrackDirectImConversations | By default set to 'true'.
If this setting is set to false, IM conversations for Agents are ignored, not tracked and not considered for reporting. |
VbssSdpExtractorEnabled | By default set to ‘false’. |
VideoSdpModifierEnabled | Set to ‘false’ to disable video sdp adjustment. By default set to ‘true’. |