Emmanuel Bouton
Emmanuel Bouton
I'm not sure about that, but I think some SMSC will expected you to send GenericNack if you do not handle DataSM at all. The spec is clear with that,...
That would be great, because we should be able to introduce a system of windowing on ESME side. @linxGnu : I think you missed something when you merged #61 ......
Of course ... sorry I'm a little bit tired :joy:
I had a chat with our SMSC expert ... In case of ESME does not handle some kinds of PDUs, we should not respond a Generic Nack because in this...
Yes ... but that's a problem if we introduce a `PDUResponder` in `Settings` like @bachhh suggests.
Another thing about charset tables, it would be great if we can have the possibility to set a default character in case of a mapping is not found (instead of...
@laduchesneau : Even if it's technically possible to provide address_range in a transmitter bind, it is not expected according to the specification : > The address_range parameter is used in...
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 :)