/
03. Configuration
03. Configuration
Noojee Answer's operation is controlled via configuration in UserSpace with the key AnswerBarConfig
The toolbar.xml configuration file is an XML file which contains a number of tags that you will need to modify depending on how you want Noojee Answer to operate and the specifics of your environment.
The follow explains each top level tag.
Tag | Description | Notes |
---|---|---|
05. Tools | Specifies a 'tool' that is to be loaded into the Answer Bar. Any number of tools may be loaded. | |
plugins | Specifies a plugin, multiple plugins may be specified |
The following is a simple configuration that Screen Pops a static URL (this web page in fact).
To make this toolbar work you need to update each of the following tags:
{ "AnswerBarAPIKey":"xxxxxxxxxxxx", "tools": [ "PopTool", "CallerIdTool", "CallerDetailsTool", "CallHistoryTool" ], "plugins": { "CallerIdPlugin": { "params.url": "https://wiki.noojee.com.au/Noojee_Answer/03._Configuration" // the url will have the following automatically appended to it "?&callerId=" // + callerIdNum + "&exten=" + exten + "didNum=" + didNumber } }, "options.defaultPopBehaviour":"Pop on Queue Ring", "options.showPopOptions":"false", "options.extensionsUsingOutboundJavaScriptPop": "100,101" }
, multiple selections available,
Related content
Noojee Answer
Noojee Answer
More like this
02. Deployment
02. Deployment
More like this
04. Embedding the Answerbar
04. Embedding the Answerbar
More like this
01. Overview
01. Overview
More like this
Answerbar DID Mappings
Answerbar DID Mappings
More like this
05. Tools
More like this