jookies / jasmin

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

logprivacy -- field not working in jasmin-v0.10.12 #1111

Open bss-haresh-makwana opened 1 year ago

bss-haresh-makwana commented 1 year ago

Hello Team,

logprivacy field is not working while creating new smppccm connector. please find attached SS for your reference.

FYI: **jcli : smppccm -a Adding a new connector: (ok: save, ko: exit)

cid TESTLOG logprivacy no ok Error: log_privacy must be a boolean log_privacy no Unknown SMPPClientConfig key: log_privacy logprivacy true ok Error: log_privacy must be a boolean logprivacy false ok Error: log_privacy must be a boolean**

image_2023_04_21T08_49_23_250Z

Thanks & Regards, Haresh

farirat commented 1 year ago

you need to set logprivacy true

rmpessey commented 1 year ago

I am having the same issue with log_level. when when set to true, I still get the same Error: log_privacy must be a boolean

Kisuke-CZE commented 10 months ago

I believe there is already PR to fix this issue: https://github.com/jookies/jasmin/pull/1105