Support forum
Hello Rasdai,
If you use the basic- or full edition of Diafaan SMS Server you can use a Scripting Gateway to convert the message to upper case and route the changed message to the GSM Modem Gateway or SMPP Gateway. An example of routing with a Scripting Gateway can be found here.
Example script snippet with uppercase message:
private void OnMessageToSend(string recordId, string toAddress, string fromAddress,
string message, string messageType)
{
PostDispatchMessage(
recordId,
toAddress,
fromAddress,
message.ToUpper(),
messageType,
"GSM Modem Gateway",
"");
}
string message, string messageType)
{
PostDispatchMessage(
recordId,
toAddress,
fromAddress,
message.ToUpper(),
messageType,
"GSM Modem Gateway",
"");
}
regards, Henk
Forum Timezone: Europe/Amsterdam
Most Users Ever Online: 494
Currently Online:
2 Guest(s)
Currently Browsing this Page:
1 Guest(s)
Top Posters:
Member Stats:
Guest Posters: 590
Members: 0
Moderators: 0
Admins: 1
Forum Stats:
Groups: 2
Forums: 3
Topics: 979
Posts: 3354
Newest Members:
, Henk HelmantelAdministrators: Henk Helmantel: 1239