Reference9:Concept myPBX: Difference between revisions

From innovaphone wiki
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
= Overview =
= Overview =
* myPBX is a web application that comes with the innovaphone PBX.  
* myPBX is a web application that comes with the innovaphone PBX staring from V9.
* Can be used by end users to do a number of common tasks: manage phone calls, presence, instant messaging, monitor contacts...
* Can be used by end users to do a number of common tasks: manage phone calls, presence, instant messaging, monitor contacts...
== Application design ==
== Application design ==
Line 6: Line 6:
* Connected to the PBX using AJAX.
* Connected to the PBX using AJAX.
* Actual logic is implemented in the PBX.
* Actual logic is implemented in the PBX.
= Configuration =
= 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.

Revision as of 17:47, 23 February 2011

Overview

  • myPBX is a web application that comes with the innovaphone PBX staring from V9.
  • 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