Te Matau Posted April 23, 2018 Report Posted April 23, 2018 Kazoo 4.1.61 I've got call recording working at the account level: /v2/accounts/aabb PATCH { "data": { "call_recording": { "account": { "any": { "any": { "enabled": true } } } } } } But if I turn off call recording at the account level and set it at the user level the call for that user isn't recorded: v2/accounts/aabb/users/ccdd PATCH { "data": { "call_recording": { "any": { "any": { "enabled": true } } } } } In the logs I see no kzc_recording entry. Am I doing something wrong?
tomas_ Posted April 25, 2018 Report Posted April 25, 2018 You can enable recording at the user level in the MonsterUI SmartPBX app;
Recommended Posts