kneodev / ksmppd

Kurt's SMPP Daemon (SMPP Server for Kannel)
Other
56 stars 38 forks source link

rebuild-user method like rebuild-routes #124

Closed m-faraz closed 4 years ago

m-faraz commented 4 years ago

Is it possible to have a rebuild-user method just like the rebuild-routes method. We recently had to update just the throughput of a single user and to achieve that, we had to restart ksmppd.

donald-jackson commented 4 years ago

This isn't needed as throughput isn't cached as with other methods.

You can unbind the user and the next time they connect they will receive updated throughput setting.

m-faraz commented 4 years ago

Thanks @donald-jackson . That was exactly what we had done, just forgot to update it here.