Its better to upgrade your kannel with latest version. After it, add to your conf file following lines, so you can talk to your USSDC.
group = smpp-tlv name = mydata tag = 0x0501 type = integer length = 1 smsc-id = YourID After successfull binding, the following line within sms-service section, is an example of receiving MO USSD requests, sending all needed parameters to your application. get-url = "http://IP:PORT /UssdServices.asmx/GetUssdRequest?metadata=%D&originator=%p&choice=%a&receiver=%P&ussdId=%I" You can read the user guide about explanation of these parameters. 2011/3/15 gautam sasikumar <[email protected]> > hiiii, > > I have an operator who is forwarding the request from his USSD to my > server in smpp protocol. I was wondering about how am i to catch that > request in kannel and forward it to my application. Will i be able to get > the parameters like the mmi that the user sent, Any input that the user > gives( Like 1 for sports, 2 for News etc), the session id of that particular > session in the TLV parameters of the kannel or will i get all these > parameters in the text of the message. > > > 2011/3/14 Marcin Bockowski <[email protected]> > >> 2011/3/14 gautam sasikumar <[email protected]>: >> > Hiii, >> > I am developing USSD application which is at a basic stage. I was >> > looking for a patch for USSD in kannel version 1.4.3. I have searched >> the >> > whole web but in vain. I have three basic questions. >> > 1> Does Kannel require a patch for implementing ussd?? >> > 2> If Kannel does require a patch, then where can i find a patch? >> > 3> What parameters do i have set in kannel to avail ussd facilities. >> >> Hey, >> it all depends on your USSDC provider and supported protocols... >> Kannel may be used as HTTP to SMPP gateway in some case. >> >> Kind Regards, >> >> -- >> Marcin Boćkowski >> tel. +48 79 69 0 69 79 >> > >
