Reference9:Concept myPBX: Difference between revisions
		
		
		
		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.  | ||
| * 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  | * Only users with a password can login to myPBX. | ||
| * The LDAP configuration is taken from the phone config at the user object. | |||
| = Usage = | = Usage = | ||
Revision as of 16: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.