Support forum

Advanced Search

— Forum Scope —




— Match —





— Forum Options —





Minimum search word length is 3 characters - maximum search word length is 84 characters

sp_TopicIcon
forward emails SMS in uppercase
sp_NewPost Add Reply sp_NewTopic Add Topic
October 26, 2013
7:55 pm
Henk Helmantel
Admin
Forum Posts: 1488
Member Since:
May 28, 2013
sp_UserOfflineSmall Offline

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",
"");
}

regards, Henk

October 26, 2013
1:46 pm
rasdai
Guest
Guests

Is it possible to force all forwarded emails to SMS in upper case ?

Forum Timezone: Europe/Amsterdam

Most Users Ever Online: 529

Currently Online:
6 Guest(s)

Currently Browsing this Page:
1 Guest(s)

Top Posters:

Member Stats:

Guest Posters: 672

Members: 0

Moderators: 0

Admins: 1

Forum Stats:

Groups: 2

Forums: 3

Topics: 1141

Posts: 3899

Newest Members:

, Henk Helmantel

Administrators: Henk Helmantel: 1488