Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Sending True Binary SMS With CF Gateway

Guest
Oct 29, 2010 Oct 29, 2010

So I have been working to send actual binary instructions to some remote decvices using the CF gateway.  I am setting the command to "data" and the messagePayload to a binary object made up of a hex string.  What the stopping point is, is that CF seems to transmit the message to the SMSC as plain text almost no matter what.

I have had some success changing up the DataCoding optional parameter and it has sent the messages to my test SMSC as binary BUT the big issue is that i need to send the message with a specific DCS (datacoding) value to get the remote device to recognize and execute the command.

So, does anyone know what else I have to do to get these messages to go through as binary every time?

Do you know what the range for the DataCoding parameter is?  CF SEEMS to want it as a number then it transforms it into the HEX string that the SMSC wants but it seems like any number above 128 gets totally ignored and the message goes through as plain text.

All in all its a very strange issue and it seems like i'm missing some key part of how to make this work.  Any suggestions would be appreciated.

TOPICS
Event gateways
2.3K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Oct 30, 2010 Oct 30, 2010
LATEST

On 10/29/2010 9:54 PM, Kaptain_Krayola said:

All in all its a very strange issue and it seems like i'm missing some key

part of how to make this work. Any suggestions would be appreciated.

see if anything here helps: http://bit.ly/cITUBw

can you post the code you've got so far?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources