ServiceType Property
Indicates the type of service for the current message.
Syntax
smppcontrol.ServiceType[=integer]
Possible Values
smppServiceDefault(0), smppServiceCMT(1), smppServiceCPT(2), smppServiceVMN(3), smppServiceVMA(4), smppServiceWAP(5), smppServiceUSSD(6), smppServiceCBS(7)
Default Value
0
Remarks
When sending messages, this property is used define the SMS application service to be associated with the message. The MC will use the value to determine the availability of enhanced messaging services and to control the teleservice used on the air interface.
The values are defined in the SMPP 5.0 specification as the following:
"" (NULL) | the MC default |
CMT | Cellular Messaging |
CPT | Cellular Paging |
VMN | Voice Mail Notification |
VMA | Voice Mail Alerting |
WAP | Wireless Application Protocol |
USSD | Unstructured Supplementary Services Data |
CBS | Cell Broadcast Service |
Data Type
Integer