Re: How to pass parameters to the url using Kannel?

2009-09-07 Thread Siddhartha` Adhikari
Hi Alejandro, I did study the guide but I am thoroughly confused with all the parameters. I tried to put in a conf file:- group = core admin-port = 13000 smsbox-port = 13001 admin-password = bar #status-password = foo #admin-deny-ip = #admin-allow-ip = log-file = /sid.log log-level = 1

How to pass parameters to the url using Kannel?

2009-09-06 Thread Siddhartha` Adhikari
Hi, I have a simple application which accepts city as a parameter:- http://localhost:8080/Test/readCity.jsp?City=??? I need to pass the parameter at run time from Kannel. The application would return a response back. a) How would the parameter be passed at runtime? b) How would I capture the

Re: How to pass parameters to the url using Kannel?

2009-09-06 Thread Alejandro Guerrieri
Have you _really_ read the userguide? On Sun, Sep 6, 2009 at 9:35 AM, Siddhartha` Adhikari grad...@gmail.comwrote: Hi, I have a simple application which accepts city as a parameter:- http://localhost:8080/Test/readCity.jsp?City=??? I need to pass the parameter at run time from Kannel.