Kisuke

Results 20 comments of Kisuke

For me this happened too when upgrading from 0.10.X to 0.11. Problem was in post-install script which was not checking if directories exists - it was just issuing `mkdir /etc/jasmin/store`....

Do you think you can suggest patch that can fix it (if possible create pull request in upstream) ? I do not understand that part of code. But if there...

Not sure if this will be helpful. But for me it works. As for the SMSC_DELIVERY_RECEIPT_REQUESTED only on last part. I actually tried 2 commercial alternatives for sending messages, and...

I tried to fix the logging part in commit above. Those logs are really misleading if someone investigates them. Seems there are multiple problems with multipart messages. But let's try...

Are you sure? In my case it seems to be working OK. Important is that `coding=8` is not UTF-8 but UTF-16. Here is an example bash script which can send...

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

Hi, not sure if your problem is actual so far. Based of information from @farirat at in https://github.com/jookies/jasmin/issues/1122, I believe correct way to enforce DLR using interceptor should be: ```...

Just tested it in real world, and it really does not work. When I update `registered_delivery` using interceptor script, it is not passed into real PDUs for some reason. Not...

Are you talking about PID file? Not sure how on Ubuntu. But on AlmaLinux8 I've created this to start service: ``` [Unit] Description=PlaySMS daemon Requires=network.target After=network.target [Service] SyslogIdentifier=playsmsd Type=forking User=playsms...

Thanks for the suggestion. Wanted to test it out, but it seems that fanout plugin does not work with `worker_count 1`. If I do that it just ends whole Coredns...