> When an SMS comes in the Kannel log shows: > CIMD2 packet contains unknown parameter 70 > CIMD2 packet contains unknown parameter 71 > CIMD2 packet contains unknown parameter 100 > > Does anyone know how I can make modifications so these > parameters are > read and can be used in the http-get url as a variable?
You'll need to write some code. Modify the smsc/smsc_cimd.c driver to parse the CIMD parameters into the Msg struct, preferably using existing fields or adding new ones if there is no good fit. If you need new fields in the Msg struct, you'll need to modify gw/urltrans.[ch] to expose them in a URL.
