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 request,
right? I have tried various values in service_op but with no avail. I am
still not getting the *answer* option in the handset. What am i missing.

The Bind mode of the account that the operator has given me is Tx.

The url that i m hitting is:-

http://
***.***.***.***:***/cgi-bin/sendsms?username=**password=from=***to=smsc=text=**metadata=smpp_service_op=*its_session_info=**

2011/3/15 gautam sasikumar gautam...@gmail.com

 Thank you..


 2011/3/15 Elton Hoxha elt...@gmail.com

 Download and install recent version, no patch is needed.


 2011/3/15 gautam sasikumar gautam...@gmail.com

 H,

  Does this mean that kannel doesn't need a patch for USSD.???


 2011/3/15 Elton Hoxha elt...@gmail.com

 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=%Doriginator=%pchoice=%areceiver=%PussdId=%I

 You can read the user guide about explanation of these parameters.


 2011/3/15 gautam sasikumar gautam...@gmail.com

 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
 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 boc...@gmail.com

 2011/3/14 gautam sasikumar gautam...@gmail.com:
  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. %2B48%2079%2069%200%2069%2079+48 79 69 0 69 79









Re: Ussd development with kannel

2011-03-15 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
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 boc...@gmail.com

 2011/3/14 gautam sasikumar gautam...@gmail.com:
  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



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, is
an example of receiving MO USSD requests, sending all needed parameters to
your application.

get-url = http://IP:PORT
/UssdServices.asmx/GetUssdRequest?metadata=%Doriginator=%pchoice=%areceiver=%PussdId=%I

You can read the user guide about explanation of these parameters.

2011/3/15 gautam sasikumar gautam...@gmail.com

 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
 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 boc...@gmail.com

 2011/3/14 gautam sasikumar gautam...@gmail.com:
  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





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 elt...@gmail.com

 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=%Doriginator=%pchoice=%areceiver=%PussdId=%I

 You can read the user guide about explanation of these parameters.


 2011/3/15 gautam sasikumar gautam...@gmail.com

 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
 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 boc...@gmail.com

 2011/3/14 gautam sasikumar gautam...@gmail.com:
  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






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 gautam...@gmail.com

 H,

  Does this mean that kannel doesn't need a patch for USSD.???


 2011/3/15 Elton Hoxha elt...@gmail.com

 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=%Doriginator=%pchoice=%areceiver=%PussdId=%I

 You can read the user guide about explanation of these parameters.


 2011/3/15 gautam sasikumar gautam...@gmail.com

 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
 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 boc...@gmail.com

 2011/3/14 gautam sasikumar gautam...@gmail.com:
  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. %2B48%2079%2069%200%2069%2079+48 79 69 0 69 79







Re: Ussd development with kannel

2011-03-15 Thread gautam sasikumar
Thank you..

2011/3/15 Elton Hoxha elt...@gmail.com

 Download and install recent version, no patch is needed.


 2011/3/15 gautam sasikumar gautam...@gmail.com

 H,

  Does this mean that kannel doesn't need a patch for USSD.???


 2011/3/15 Elton Hoxha elt...@gmail.com

 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=%Doriginator=%pchoice=%areceiver=%PussdId=%I

 You can read the user guide about explanation of these parameters.


 2011/3/15 gautam sasikumar gautam...@gmail.com

 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
 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 boc...@gmail.com

 2011/3/14 gautam sasikumar gautam...@gmail.com:
  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. %2B48%2079%2069%200%2069%2079+48 79 69 0 69 79








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, then where can i find a patch?
3 What parameters do i have set in kannel to avail ussd facilities.

Thanks and Regards,
Gautam Sasikumar.


Re: Ussd development with kannel

2011-03-14 Thread Marcin Bockowski
2011/3/14 gautam sasikumar gautam...@gmail.com:
 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