Reference9:Concept myPBX: Difference between revisions

From innovaphone wiki
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
= Overview =
= Overview =
= Requirements =
* myPBX is a web application that comes with the innovaphone PBX.
* Can be used by end users to do a number of common tasks: manage phone calls, presence, instant messaging, monitor contacts...
== Application design ==
* JavaScript application in the browser for user interaction.
* Connected to the PBX using AJAX.
* Actual logic is implemented in the PBX.
= Configuration =
* myPBX has to be enabled in the configuration of the PBX. It is disabled by default.
* myPBX has to be enabled in the configuration of the PBX. It is disabled by default.
* Only users with a password can use myPBX.
* Only users with a password can login to myPBX.
 
* The LDAP configuration is taken from the phone config at the user object.
= Configuration =
See also: [[Reference9:PBX/Config/myPBX]]
 
= Usage =
= Usage =

Revision as of 17:45, 23 February 2011

Overview

  • myPBX is a web application that comes with the innovaphone PBX.
  • Can be used by end users to do a number of common tasks: manage phone calls, presence, instant messaging, monitor contacts...

Application design

  • JavaScript application in the browser for user interaction.
  • Connected to the PBX using AJAX.
  • Actual logic is implemented in the PBX.

Configuration

  • myPBX has to be enabled in the configuration of the PBX. It is disabled by default.
  • Only users with a password can login to myPBX.
  • The LDAP configuration is taken from the phone config at the user object.

Usage