Yeap, That is for the application end. For the other end you will need to configure 2 SMScs:
1) smpp smsc 2) http smsc These are also described in the user's guide. I am not sure of the stability of the HTTP smsc client. I know that recently some patching was done, but I am not sure if it is finished. BR, Nikos ----- Original Message ----- From: Sandesh K To: [email protected] Cc: [email protected] Sent: Thursday, October 22, 2009 12:21 PM Subject: Re: Reply SMS as part of same request-response cycle Nitin, This can be achieved by configuring: You can have cgi or php app to respond back with the respective response that you to pass. group = sms-service keyword = default url = "http://XXX.XXX.XXX.XXX/cgi-bin/app.cgi?SenderNo=%p&to=%P&" omit-empty = "true" max-messages = 3 SMSC ==> deliver_sm ==> Request comes Nitin ==> KANNEL ==> SMPP/HTTP ==> sms-service ==> url called : http://XXX.XXX.XXX.XXX/cgi-bin/app.cgi?SenderNo=%p&to=%P&value=NITIN ==> Response back from CGI / PHP : Response: Name registered ==> Response back to Kannel HTTP/ SMPP ==> Submit_SM ==> SMSC Regards Sandesh K Regards Sandesh K On Thu, 22 Oct 2009 13:18:25 +0530 wrote > Hi All I am using Kannel in the following deployment mode: SMSC –(HTTP/SMPP) - Kannel – (HTTP) - My Application I am required to send a HTTP or SMPP response back to SMSC for every request which SMSC sends to my application. Can I configure Kannel to achieve this? In nutshell, I am looking at following: SMSC sends either a HTTP or SMPP request to Kannel Kannel sends HTTP request to My App My app sends a HTTP response to Kannel Kannel sends either a HTTP or SMPP response respectively to the same request it received from SMSC originally. Regards nitin
