Hello.
I've been reading the documentation for the past few days and as I understand it, I'll need to implement a custom HTTP thrower to connect Jasmin to my telco using the HTTP API they gave me. My objective is to have Jasmin receive messages via SMPP and then forward it through the said HTTP API.
The problem is I don't know where to begin and the documentation seems unclear to me in this regard. It appears that jasmin.routing.throwers.deliverSmThrower.http_deliver_sm_callback implements building the URL for the HTTP request, making the request itself, and processing the response.
Does Jasmin have any facility where I can put a custom HTTP thrower in to extend jasmin.routing.throwers.deliverSmThrower or is modifying that class to suit my API requirements the only way? I'd appreciate any pointers on how to do this in as clean a manner as possible. TIA.