02. Deployment
Noojee Answer bar is a javascript toolbar which provides realtime information about incoming calls in a browser and allows a browser page or Web 2.0 application to be Screen Popped.
Deployment Overview
Noojee Answer bar has two main components
- the backend service which is a part of Noojee Admin
- the front end AJAX library which needs to be integrated into your web application.
There are 4 parts to the deployment of the Answer bar:
- Asterisk configuration
- Toolbar configuration
- Plugin configuration
- Web page integration - addition of javascript to web pages
Noojee PBX deployment
If you are running Noojee PBX then the Answer Bar will already be deployed on your system and providing you have the appropriate license installed you can confirm it is running by viewing the following URL.
The default start page is:
http://<pabx>/ToolbarPage
Where <pabx> is the IP address or host name of your Noojee PBX.
Apache Forward
It is NOT advised to forward answer bar requests and under normal circumstances it is not required.
If your circumstances are not normal the following provides some guides on how to do this using Apache.
This may interfere with cookies which are used to track answer-bar sessions.
This command for the apache VirtualHost can be used to remap the cookie path to the correct path. In the example below "answerbar-deported" would be the path used to refer to the answer bar externally
ProxyPassReverseCookiePath /noojee-answerbar /answerbar-deported