Re: examine standardapp for telephony
hi
one more time i found it myself.
( best practice is here (and everytime yau work on webstuff) to right click in the myAPPS and visualize the console output)
you'll find the model and stuff when the phoneapi is
initialized with
var phoneApi = start.consumeApi("com.innovaphone.phone");
and eviscerated with
console.log(phoneApi);
cutting deeper with
and the standardapp for phone is
console.log(phoneApi.defaultApiProvider);
and of cause it is named in another way as in the documents and the frontend itself, very annoying
greetings though
l m