E-Mail Driver Interoperability This section details interoperability features of the

Configuring Oracle User Messaging Service 11-13 SMPP Driver features include: ■ Automatic connection retry ■ HTTP proxy for firewall traversal ■ Authentication configuration ■ Configurable chunk size ■ Bulk Sending ■ Encoding: UCS2, IA5, GSM_DEFAULT ■ Priority Setting ■ Configurable Window size ■ Plain text content only The Gateway Vendors in Table 11–6 have been verified.

11.4.1.4.2 Common Properties These are common driver properties that are indicative of

the capabilities of this driver for use by the engine when routing outbound messages. Some properties are set by the driver developer and do not normally require modification, while others can be modified by the administrator to change the routing behavior. Some properties such as SendingQueuesInfo are for advanced use and only require modification for advanced deployment topologies. For a complete description of these properties and available values refer to the javadoc of DriverConfigPropertyNames. Table 11–6 SMPP Driver Gateway Vendors Vendor Logica CMG Clickatell Verisign OpenSMPP simulator Table 11–7 Common SMPP Properties Name Description Mandatory Default Value InstanceName Instance Name for internal use only Yes SMPP-Driver Capability Message sending and receiving capability Yes Both SupportedDeliveryTypes Supported Delivery Types Yes SMS SupportedContentTypes Supported Content Types Yes textplain SupportedStatusTypes Supported Status Types No DELIVERY_TO_ GATEWAY_SUCCESS, DELIVERY_TO_ GATEWAY_FAILURE Cost Cost No NA Speed Speed No NA SupportedCarriers Supported Carriers No NA Supported Protocols Supported Protocols No NA 11-14 Oracle Fusion Middleware Administrator’s Guide for Oracle SOA Suite

11.4.1.4.3 Custom Properties These are properties specific to this driver and are

generally associated with configuring access to the remote gateway and certain protocol or channel-specific behavior. SupportsCancel Supports Cancel Operation on the Message No False SupportsReplace Supports Replace Operation on the Message No False SupportsTracking Supports Tracking Operation on the Message No False SupportsStatusPolling Supports Status Polling Operation on the Message No False SenderAddresses Sender Addresses No NA DefaultSenderAddress Default Sender Address No NA SendingQueuesInfo Driver Sending Queue Info Yes OraSDPMQueueConne ctionFactory:OraSDPM QueuesOraSDPMDrive rDefSndQ1 Table 11–8 Custom SMPP Properties Name Description Mandatory? Default Value SmsAccountId The Account Identifier on the SMS-C. Yes NA SmsServerHost The name or IP address of the SMS-C server. Yes NA TransmitterSystemId The account ID that is used to send out messages. Yes NA ReceiverSystemId The account ID that is used to receive messages. Yes NA TransmitterSystemType The type of transmitter system. Yes The default value is Logica. ReceiverSystemType The type of receiver system. Yes The default value is Logica. TransmitterSystemPassw ord The password of the transmitter system. Yes NA ReceiverSystemPassword The password for the receiver system. Yes NA ServerTransmitterPort The TCP port number of the transmitter system. Yes NA ServerReceiverPort The TCP port number of the receiver system. Yes NA DefaultEncoding The default encoding of the SMPP driver. No The default value is UCS2. EncodingAutoDetect If set to true the default, the SMPP driver encodes automatically. No The default value is true. LocalSendingPort The local TCP port used by the SMPP driver to messages to the SMS-C. No NA LocalReceivingPort The local TCP port used by the SMPP drivers to receive messages from the SMS-C. No NA Table 11–7 Cont. Common SMPP Properties Name Description Mandatory Default Value