Character Set improvements to http_adapter

Many of the Content Gateway applications are so old that they use ISO-8859-1 (Latin-1) or ISO-8859-15 (Latin-9) instead of UTF-8 as their Character Set. I’ve been tuning the http_adapter to better serve these applications.

Read More

Using http_adapter in sandbox mode

While testing some modifications to the http_adapter I had the need to test sending MT messages without actually letting them reach the phone. Opaali API has the sandbox mode for such a need.

Read More

packto7bits.sh

(a script for packing/unpacking 7-bit text)

I uploaded the packto7bits.sh script I used in Tuning Binary Messages so that you can repeat the example from that article.

Read More

HTTP adapter configuration tips

(finally some documentation available)

The last time I wrote about the http_adapter (article HTTP adapter available for testing) was a little over a year ago. Maybe it’s time to start documenting how to configure the new functionality that has been added since then…

Read More

Tuning Binary Messages

Fragmenting sent messages on your own

Here I present an actual customer case regarding sending prefragmented binary messages. Most of you readers may want to skip reading this, as this is a very specific situation only very few of you will encounter. However, if you are sending binary messages there might be something useful for you to know here.

Read More