On Thu, 6 Nov 2003, Rafael 'Dido' Sevilla wrote:
> Our provider has just recently complained that we should be setting > TC/SD parameters in the messages we send out. They say that TC stands > for Tariff Class and SD means Service Description, and I've found that > they appear as parameters 64 and 65 in the CIMD spec. Now, my question > is, how do I set these parameters in messages I send from Kannel? It > doesn't seem obvious from reading the manual. > while working with an SMSC running EMI/UCP4, i also had problems sending out protocol-specific parameters/headers per message because there is currently no official HTTP interface parameters for them. the quick n dirty solution was to add the required code under the gw/smsc/smsc_emi*.c file (yours would be smsc_cimd*.c) if those parameter values you need to set for TC/SD are constant, you may just hardcode it. else, as others have mentioned, you must also touch the HTTP interface source and add the required CGI hooks to relay these HTTP input variables to your smsc_cimd*.c code. regards, pong
