Unexpected behavior with GetApps
Hi,
I have found an unexpected behavior when using the PbxAdminApi with following call:
app.send({ api: "PbxAdminApi", mt: "GetApps", limit: 20})
After the initial answer im using:
app.send({ api: "PbxAdminApi", mt: "GetApps", more: lastObjectName, limit: 20 });
The GetAppsResult is returning a different amount then set with the limit.
On our test-PBX I receive 7 GetAppsResult answers.
1: 17 objects
2: 19 objects
3: 20 objects
4: 17 objects
5: 19 objects
6: 20 objects
7: 12 objects
Regards,
Anton