PhoneSystemConnectorTabProvider

since v11.27

The extension point PhoneSystemConnectorTabProvider is a java interface that you can implement to display and provide content for custom tabs for the phone system configuration in the novomind iAGENT Supervisor frontend.

You can check the supplied PhoneSystemConnectorTabViewContext to decide whether to display the custom configuration tab.

Your plugin has to return an instance of PhoneSystemConnectorTab. The PhoneSystemConnectorTab specifies an internal name, a display name and a resource path for the tab's content. The path has to be specified as a relative path inside the META-INF/views directory of your plugin jar file.