> > get-url = > "http://myserver/sys_getGatewixMo.php?from=%p&to=%P&message=%b &k=%k&r=%r&a=% a&b=%b&t=%t&q=%q&Q=%Q&i=%i&d=%d&n=%n&c=%c&C=%C"
What parameters should I add to this line to get the smpp optionnal paremeters ? You can't get SMPP optional parameters to an SMS box sms service. You'll need to write code to extract the MO parameters and map them into one or more of the existing Msg struct fields. A subset of the Msg struct fields can be exposed via the % style formatters for the get-url argument.
