Extracting mBlox operator id from MO message

Extracting mBlox operator id from MO message SearchSearch
Author Message
Michael
New member
Username: Trgr_msd

Post Number: 7
Registered: 08-2006
Posted on Sunday, August 20, 2006 - 09:54 pm:   

mBlox inlcudes the Operator ID in each incoming message. I was wondering how I can extract this number, and include it as one of the parameters in the command to execute field (2-Way Messaging).

Michael
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 6403
Registered: 10-2002
Posted on Monday, August 21, 2006 - 07:18 pm:   

Hi Michael,

If you enable the extended SMPP options that are typically used for connecting to mBlox, NowSMS will automatically parse all of these extended SMPP options, and append the values to your 2-way URL automatically.

It is not possible to define additional replaceable parameters in the URL template for these variables, as if present, they will be appended to the end of the URL automatically.

For example, if you've used the SMPPOptions settings for mBlox as described in the following thread:

http://support.nowsms.com/discus/messages/1/9114.html

... then if an operator ID is present in a received message, we would append "&SMPPOption_mblox_operator=value" to the 2-way SMS URL.

-bn