Re: Camel SMPP component does not allow to set interface version?

2023-10-30 Thread Andrea Cosentino
As far as I see in the codebase there is no usage of InterfaceVersion class. You can open an issue on JIRA so we could investigate. Thanks Il giorno lun 30 ott 2023 alle ore 10:48 Bruno Riemenschneider < bruno.riemenschnei...@bvu.de> ha scritto: > Hi, > > I have used Camel to implement an SMS

Camel SMPP component does not allow to set interface version?

2023-10-30 Thread Bruno Riemenschneider
Hi, I have used Camel to implement an SMS service, and the SMSC provider wants us to use SMPP interface version v5.0. The underlying library jSMPP that is used by the Camel component supports interface versions 3.3, 3.4, and 5.0 - however, there is no way to set this in Camel. Did I