In response to customer demand, aql.com now offer an experimental interface that attempts replicate the "sms-wap.com" interface. At the moment, the functionality is limited, but will expand with time. This currently supports text / flash messages, along with operator logos in Nokia format (supplied as hex encoded gif's) and RTTTL ringtones for Nokia mobiles.
Technical Details
- Text Message Interface
Interface address
https://www.aql.com/sms/gw-smswap-text.phpRequired Variables:
uid (aql username)
pw (aql password)
n (destination number/numbers - seperated by commas)
m (message - upto 160 characters)Optional Variables:
o (Originator ID - 11 characters alphanumeric / 16 digits numeric. If
ommited will use account default)
mcl (Message class. Set to 0 for flash message, or 1 for normal message)
Response Codes:99 (Username/Password incorrect / ommited)
98 (not enough credit for messages)
97 (variable missing / general error)
00 (messages queued for sending) - Ringtone Interface
Interface address
https://www.aql.com/sms/gw-smswap-ringtone.phpRequired Variables:
uid (aql username)
pw (aql password)
n (destination number/numbers - seperated by commas)
rt (Ringtone in RTTTL format)Optional Variables:
o (Originator ID - 11 characters alphanumeric / 16 digits numeric. If
ommited will use account default)
Response Codes:99 (Username/Password incorrect / ommited)
98 (not enough credit for messages)
97 (variable missing / general error)
00 (messages queued for sending)NB: Only Nokia ringtones are accepted at the moment
- Logo Interface
Interface address
http://gw3.aql.com:8020/send/smswap-logo.phpRequired Variables:
uid (aql username)
pw (aql password
n (destination number/numbers - seperated by commas)
mc (operator code of end user)
img (operator logo in gif format, hex encoded)Optional Variables:
o (Originator ID - 11 characters alphanumeric / 16 digits numeric. If
ommited will use account default)
Response Codes:99 (Username/Password incorrect / ommited)
98 (not enough credit for messages)
97 (variable missing / general error)
00 (messages queued for sending)