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
