Howto implement a parameter in SMPP-Port creation

Matthias Hübner7 years ago

Salut zusammen,

great piece of software, easy to use, but
I have some problems in connecting to my smpp provider he wants that i send systemType parameter

Please be advised that your connection attempts are failing because the systemType parameter is blank:

systemID=ver-669247; systemType=; ver=0x34 

Please can you configure this to be 'systemType=SMPP' and attempt to bind again?

But systemType is not described in the configuration-file. How to implement it?

Thank you & Best regards
Matthias

Anton Tananaev7 years ago

Looks like there was no option, but I have just added it now:

https://github.com/tananaev/traccar/commit/7cf9835a62b7b4c4938b8422f72e1f661b4c01d0

Matthias Hübner7 years ago

Great, very kind. Is there any nightly build to use and test it?

Best regards
Matthias

Anton Tananaev7 years ago

No, but you can build yourself from source code if you don't want to wait.

Matthias Hübner7 years ago

Salut Anton,

waiting will mean waiting for ???? I see you recommend NetBeans, I know the ide from some very small lines in php. I'm used in codeblocks and c/c++ and fortran77. Is it neccessary to use the ide in linux? i am not a fan from ubuntu, but use mint regulary. The testing of your system, I did it in Windows 10 virtualized on my qnap NAS.

Thank you and best regards
Matthias

Anton Tananaev7 years ago

Waiting means waiting for official release. You don't have to use Linux. If you want to compile it yourself, there is plenty of information online on how to compile a Maven project.