Hi, I have a question regarding configuration for proxying messages between an operator SMSC and an internal HTTP service. I have the following requirements: - Receive an MO from the operator SMSC - Send the MO in the XML Post format (http://www.kannel.org/download/1.4.1/userguide-1.4.1/userguide.html#POSTXML) to an internal application over HTTP. - NOT respond synchronously to the MO with an MT.
So my question is, can I define an sms-service to do this, even though the assumption of an sms-service is that the HTTP service defined will return a synchronous response that will get delivered as an MT? If so, what would that configuration look like? Is it sufficient to have the HTTP service just return nothing in response to the request? This process would look like: mo -> [SMSC] -> [bearerbox] -> [smsbox] -> [HTTP service] -> end Or, is it possible to route the MO back to the bearerbox to dispatch to the HTTP service, like it was an HTTP gateway? This process would look like: mo -> [SMSC] -> [bearerbox] -> [smsbox] -> [bearerbox] -> [HTTP gateway] -> end Or, is there another way to do it altogether? Thanks! Garth
