Currently we through the error when command code is out of the SMPP standard. While this makes sense, it looks like users face this quite often and maybe raising an exception is not the best way to handle it.
Ideally, we should provide a way to "plug in" a custom command code handler, but this up to a developer who picks this up
Currently we through the error when command code is out of the SMPP standard. While this makes sense, it looks like users face this quite often and maybe raising an exception is not the best way to handle it.
Ideally, we should provide a way to "plug in" a custom command code handler, but this up to a developer who picks this up