Call List Api: How to get more than 100 Calls
I have the problem that I receive only 100 Calls from the Call List Api. There is no Limit documented.
Here my code:
var calllistApi = start.consumeApi("com.innovaphone.calllist");
calllistApi.onmessage.attach(onmessage);
calllistApi.send({ "mt": "Subscribe", "count": 10000});