Oracle Audio Technologies Application 9i ユーザーズマニュアル

ページ / 140
Alerts
3-4
Oracle9Application Server Wireless Edition Configuration Guide
Edition can also use the URL connection to the SMS-C server when sending the 
SMS message. In this case, provide the correct URL to the SMS-C server:
sms.server.url=
3.2.4.2 SMPP Protocol
If the SMPP protocol is used to communicate between the Wireless Edition
 and SMS-C when sending the notification message, set: 
sms.driver.class=oracle.panama.util.sms.SmsSMPPDriver
Set the following entries with the appropriate values:
# The SMPP system id <string>
#
sms.smpp.system.id=
#
# The SMPP system type <string>
#
sms.smpp.system.type=
#
# The SMPP client password <string>
#
sms.smpp.system.password=
3.2.4.3 SMS Protocol
When sending the SMS message, the Wireless Edition can use either the Universal 
Computer Protocol (either operation 01 or operation 51 command set), or the Short 
Message Peer-to-Peer (SMPP) protocol to communicate with the SMS-C. 
3.2.4.4 UCP Protocol
If the UCP protocol is used to communicate between the Wireless Edition and 
SMS-C when sending the notification message, set:
sms.driver.class=oracle.panama.util.sms.SmsUCPDriver
Also, specify which command set to use:
sms.ucptype=01 (for operation 01 command set)
sms.ucptype=51 (for operation 51 command set)