jookies / jasmin

Jasmin - Open source SMS gateway
http://jasminsms.com
Other
1.02k stars 550 forks source link

SMPP Client connector 'system_type' must be of type string for Clickatell's api #64

Closed farirat closed 9 years ago

farirat commented 9 years ago

As reported by balsagoth in #62, Clickatell SMPP server doesnt accept system_type when saved in a string variable.

To be confirmed and fixed.

farirat commented 9 years ago

Fixed in v0.5.2:

Root cause: str2num() in jcli is used to cast any entered number to an int whenever it is possible because all jcli inputs are strings, this will lead 999999 to be casted to int, and then no more encodable through the wire.

Fix: Added an exeception keys SMPPClientConfigStringKeys in jasmin.protocols.cli.smppccm