I would like to use Apache Camel SMPP for my ESME, but the SMSC expects SMPP version 5.0 to be used.
In other libraries (e.g. https://github.com/vnesek/nmote-smpp) I can see where to set the interface version; but I can't find that option in the camel SMPP configuration document.
I am following a guide as a starting point.
From what I understand, Camel SMPP is based on JSMPP, which clearly states it supports SMPP version 5.0.
Can anyone help me understand where to configure the application with the interface version number?