Is there some way by which credentials can be loaded into the uacreg table, but not all of them used at once?
The problem I have is a need to make these registrations active and inactive periodically, whereas the registration facility that the uac module provides is fully managed/largely unattended.
Using $uac_req(...) is not an option because I need to capture the failure replies (which is not supported in TM) in order to do digest challenge authentication.