Open goten4 opened 4 years ago
Hi @goten4 , Do you have any way to solve this problem?
Hi @freedom9527, I'm using this library in a fake SMPP server, so I forked and made the Context.Sess variable public. I'd prefer a better approach :)
I also make a fake SMPP server, It can send DeliverSM PDU to the client after fixed #10 ,Thanks @goten4
Hi Freedom9527, Could you please help how you are able to trigger DeliverSM PDU to client
Hi Freedom9527, Could you please help how you are able to trigger DeliverSM PDU to client
When client bind transceiver, made the Context.Sess variable public.
Hi,
I'm implementing an SMPP server, and my server is waiting for ESME connections. So I wrote the following handler :
In the case of BindTransceiverID PDU, I would like to be able to store context session, in order to reuse it later (when sending back Delivery Receipt for example). To do that, I should have a way to access to the session of the context. I can create a Pull Request to make it public if you'd like.
Maybe I missed something, but I didn't find a way to send my DeliverSM PDU.
Thanks, Emmanuel