Mo
MO Messages Meta Data coming from MO messages comes urlencoded into the %D parameter. Only TLV parameters defined on the configuration file are honored.
Example http://localhost/myscript?...&meta-data=%D&...
MT
MT Messages To send into an MT messages the meta-data parameter should be used.
The format used to pass the data has 2 parts: The ?smsc-type? (surrounded by question marks), which specify the kind of smsc receiving the data (at the moment only smpp is implemented) and then a set of key/value pairs with the data to be transmitted. Extra smsc-types can be added surrounded by question marks and followed by the key/value pairs.
In other words, the data should be coded using the following format, where URLENCODE() implies that the data between parentheses should be urlencoded:
?URLENCODE(<smsc-type1
Using multiple SMS centers
If you have several SMS center connections (multiple operators or a number of GSM modems) you need to configure one smsc group per SMS center (or GSM modem). When doing this, you might want to use routing systems to rout messages to specific centers - for example, you have 2 operator SMS centers, and the other is much faster and cheaper to use.
To set up routing systems, first give an unique ID for each SMS center - or if you want to treat multiple ones completely identical, give them identical ID. Then use preferred-smsc-id and denied-smsc-id to set up the routing to your taste. See also SMS PUSH settings (’sendsms-user’ groups), below.

Social Plugin