Re: Why does PBX manager not show plugin for the template app
Hi Sam,
the AP object inside your PBX is the reference to your AP Manager.
If you open the PBX Manager in myApps, a websocket connection is opened to:
ws://PBX-IP-or-DNS/PBX0/APPS/app_manager/websocket
On this connection the com.innovaphone.manager API is used. The PBX internally connects to your AP Manager.
This is documented here:
http://sdk.innovaphone.com/web1/com.innovaphone.manager/com.innovaphone.manager.htm
So inside your PBX Manager plugin "App platforms" you must have your local AP configured and it must have a checkmark set (which shows that the connection works).
If this is the case, your plugins from the AP should show up.
If not, browser console logs might tell you more. On your AP Manager side you can enable the AppWebsocket/Webserver traffic trace flags to see incoming connections.
Greetings,
Daniel