Hi all,
After finally figuring out concurrent calls, etc - some more queries.
1. I want to give free daily minutes to a certain destination to users. I have setup the minutes in nanoseconds. Everything seems to work correctly, however, is there a way to round up seconds to a full minute? I have tried RateIncrement already, but doesn't seem to work.
2. I need to add approximately 100,000 user accounts to my server. Came up with the following script (its a follow-on to a setup I have already), is this the most efficient way? Would uploading via csv be preferable?
https://pastebin.com/58DU3uZpAppreciate the help.