Re: Ussd development with kannel

2011-04-18 Thread raj verma
hi... Please cross check the following thing:- 1) Bind the account which you get from the operator end with NOWSMS and test it. 2) Also check the receiver bind at your kannel.

Re: Ussd development with kannel

2011-04-12 Thread gautam sasikumar
Hiii, I have received the gateway from my operator. We have successfully pushed the ussd message to the handset. The only problem is that when i give the value 2 to service_op then i don't get the *answer* option in my handset. According to my knowledge, value 2 in service_op stands for USSN reque

Re: Ussd development with kannel

2011-03-15 Thread gautam sasikumar
Thank you.. 2011/3/15 Elton Hoxha > Download and install recent version, no patch is needed. > > > 2011/3/15 gautam sasikumar > >> H, >> >> Does this mean that kannel doesn't need a patch for USSD.??? >> >> >> 2011/3/15 Elton Hoxha >> >>> Its better to upgrade your kannel with lat

Re: Ussd development with kannel

2011-03-15 Thread Elton Hoxha
Download and install recent version, no patch is needed. 2011/3/15 gautam sasikumar > H, > > Does this mean that kannel doesn't need a patch for USSD.??? > > > 2011/3/15 Elton Hoxha > >> Its better to upgrade your kannel with latest version. After it, add to >> your conf file following

Re: Ussd development with kannel

2011-03-15 Thread gautam sasikumar
H, Does this mean that kannel doesn't need a patch for USSD.??? 2011/3/15 Elton Hoxha > 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 =

Re: Ussd development with kannel

2011-03-15 Thread Elton Hoxha
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, i

Re: Ussd development with kannel

2011-03-14 Thread gautam sasikumar
h, 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 g

Re: Ussd development with kannel

2011-03-14 Thread Marcin Bockowski
2011/3/14 gautam sasikumar : > 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?? >

Ussd development with kannel

2011-03-14 Thread gautam sasikumar
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, the