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

Re: HTTP SMSC

2011-03-15 Thread Lee Vidor
I know how to configure Send-URL parameters and how to set kannel to receive DLR. However I need to know what is actually required at the SMSc as we have the following setup SMPP CLIENT --- KANNEL OPENSMPPBOX --- BEARERBOX --- HTTPSMSC VARIOUS SMCs The HTTPSMSC is actually our own

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,

smsbox-route with keywords

2011-03-15 Thread Imran Aghayev
Hi there, I found the following link. Seems old patch but something I am looking for http://www.mail-archive.com/devel@kannel.org/msg08124.html Unfortunately, I was unable to patch svn copy taken from trunk. Could anyone who dealt with it explain me how to apply this patch or latest trunk ?

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 =

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

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

RE: Not Receiving DLR Update from Kannel via HTTP

2011-03-15 Thread Rene Kluwen
What does your smsbox.log has to tell about this? == Rene -Original Message- From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Jarrod Hermer Sent: Monday, 14 March, 2011 16:55 To: users@kannel.org Subject: Not Receiving DLR Update from Kannel via HTTP Hi All,

[ANN] kannel-java libraries

2011-03-15 Thread Garth Patil
Hi all, I've posted a set of Java libraries I built for Kannel on Github. I thought it would be useful to share these with the community of Java developers that use Kannel. You can find them here: https://github.com/garthpatil/kannel-java These are currently focused on the SMS functionality of