Answered
MX Telecom ID Codes
Is this forum ever visited or replied to? I see the three
messages posted here before me have not warranted one reply from
anyone.
I will try another question. I hope someone who knows is monitoring!
After experimenting with SMS providers, we settled on MX Telecom. Great - except that the level of the service we have says that we must send back a special username based on the carrier from which the message came. Pain in the posterior...
So, for example, they give this parameter for Operator Code:
ID: 0x3010
Name: Operator Code
Direction: MX -> Customer
Length: Variable
value: string (not null terminated)
So, if my cfscript code looks something like this:
mesg = structNew();
mesg.command = "submit";
mesg.sourceAddress = "12345";
mesg.destAddress = "16125551212";
mesg.shortMessage = "Hello, World.";
sendGatewayMessage("smsMyMenuTest", mesg);
Just how do I encode and pass along that parameter that they want?
RLS
I will try another question. I hope someone who knows is monitoring!
After experimenting with SMS providers, we settled on MX Telecom. Great - except that the level of the service we have says that we must send back a special username based on the carrier from which the message came. Pain in the posterior...
So, for example, they give this parameter for Operator Code:
ID: 0x3010
Name: Operator Code
Direction: MX -> Customer
Length: Variable
value: string (not null terminated)
So, if my cfscript code looks something like this:
mesg = structNew();
mesg.command = "submit";
mesg.sourceAddress = "12345";
mesg.destAddress = "16125551212";
mesg.shortMessage = "Hello, World.";
sendGatewayMessage("smsMyMenuTest", mesg);
Just how do I encode and pass along that parameter that they want?
RLS
