#Value-added services for MO messages Back to main page - Table of contents - Previous section
It is possible to enable automatic retrieval of customer data and attach it to the incoming SMS messages. Currently the services offers directory inquiries and network lookup.
This integration extends the set of input parameters available in the MO SMS request given above with the following:
VAS Type | Parameter name | Description | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Directory Inquiry | di_recordtype | Record type. See the table below for mapping the code to types.
| ||||||||||||||||||
di_firstname | First name, if person | |||||||||||||||||||
di_middlename | Middle name | |||||||||||||||||||
di_lastname | Last name, or company name if record type is Business | |||||||||||||||||||
di_gender | Gender type. See the table below for mapping the code to types.
| |||||||||||||||||||
di_birthdate | Person - Birth date in format YYYYMMDD | |||||||||||||||||||
di_streetname | Address - Street name | |||||||||||||||||||
di_house_number | Address - House number | |||||||||||||||||||
di_entrance | Address - House entrance | |||||||||||||||||||
di_zip | Address - Post zip number | |||||||||||||||||||
di_zip_location | Address - Post zip location | |||||||||||||||||||
di_municipiality | Address - Municipality | |||||||||||||||||||
di_country | Address - Country | |||||||||||||||||||
di_orgnr | Business – Organization number | |||||||||||||||||||
di_boxtext | Postbox – Name on postbox | |||||||||||||||||||
di_boxnumber | Postbox – Number | |||||||||||||||||||
di_boxoffice | Postbox - Office | |||||||||||||||||||
di_boxzip | Postbox – Post zip code | |||||||||||||||||||
di_boxcity | Postbox – Post zip location / city | |||||||||||||||||||
di_boxcountry | Postbox - Country | |||||||||||||||||||
di_coord_matchtype | Coordinate – match type | |||||||||||||||||||
di_coord_xpos | Coordinate – X Position | |||||||||||||||||||
di_coord_ypos | Coordinate – Y Position | |||||||||||||||||||
MSISDN Network lookup | msisdn_errorcode | Error code | ||||||||||||||||||
msisdn_errortext | Error description | |||||||||||||||||||
msisdn_mnc | Mobile network code | |||||||||||||||||||
msisdn_mcc | Mobile country code | |||||||||||||||||||
msisdn_spid | Service provider ID | |||||||||||||||||||
msisdn_spname | Service provider Name | |||||||||||||||||||
msisdn_cc | Country Code |
http://mogw.example.com/incomingaction?messageid=[messageid] &originator=[originator]&streetname=[di_streetname]&date_of_birth=[di_birthdate]&mnc=[msisdn_mnc]&mcc=[msisdn_mcc]
The attributes in the SMS-MO message will substitute the corresponding part of the template.